[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: IPTables Issue Now, fixed other, or figured out other.



Hello,

Chris Brandstetter a écrit :

dante:~# ping -I eth0 192.168.5.30
PING 192.168.5.30 (192.168.5.30) from 192.168.5.1 eth0: 56(84) bytes of data.
64 bytes from 192.168.5.30: icmp_seq=1 ttl=64 time=0.593 ms

dante:~# ping -I eth8 192.168.5.30
PING 192.168.5.30 (192.168.5.30) from 192.168.5.5 eth8: 56(84) bytes of data.
ping: sendmsg: Operation not permitted

Unless you use some multipath routing, the route to 192.168.5.30 is via eth0, not eth8. So that seems rather normal.

I would like to get Webmin to work with the iptables but tha does not
seem to be happening.  Anyone know which startup script sets up the
iptables rules?  And how to get rid of it.  I have checked if-up.d and
if-down.d and there is nohing in those directories.

Check /etc/init.d/ for an 'iptables' init script, and '/etc/rc?.d/' directories for 'S##iptables' and 'K##iptables' symlinks pointing to the script, where '?' stands for 'S' or your current runlevel (between 1 and 5, default in Debian being 2), and '##' stands for any number between 00 and 99. Then remove these symblinks.

If a higher level firewall manager is installed (shorewall, firehol and so on), there will be other init script name and symlinks. Just remove the related package.



Reply to: