uninstall kiss 1.4

RingToons

Verified User
Joined
Jul 28, 2003
Messages
51
Hi

How can I uninstall kiss 1.4?
Now I see somebody in the same subnet can`t send my any E-mail and I can`t sebnd it to the domains on the same subnet.

Thanks!
 
Before doing anything simply remove the start line from /etc/rc.local

The procedure to remove should simply be:

/sbin/iptables -P INPUT ACCEPT
/sbin/iptables -P OUTPUT ACCEPT
/sbin/iptables -F
/sbin/iptables -L -n

(case sensitive)

If it fails and you removed the line from /etc/rc.local you can simply reboot and the rulesets will be dropped.

The above commands are exactly the same as what kiss uses on the stop command also :)

Chris
 
Back
Top