I wonder if webmin created /etc/iptables.up.rules which contains the
following has anything to do with this:

# Generated by iptables-save v1.3.3 on Mon Oct  9 19:54:28 2006
*nat
:PREROUTING DROP [0:0]
:OUTPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
-A POSTROUTING -o eth0 -j MASQUERADE
# Internal Network
-A PREROUTING -i lo -j ACCEPT
# Forward HTTP connections to Squid proxy
-A PREROUTING -p tcp -m tcp -i eth1 --dport 80 -j REDIRECT --to-ports 3128
# Internal Network
-A PREROUTING -i eth1 -j ACCEPT
# External webserver access
-A PREROUTING -p tcp -m tcp -i eth0 --dport 80 -j ACCEPT
# Internal NAT traversal
-A PREROUTING -m state -i eth0 --state ESTABLISHED,RELATED -j ACCEPT
COMMIT
# Completed on Mon Oct  9 19:54:28 2006
# Generated by iptables-save v1.3.3 on Mon Oct  9 19:54:28 2006
*mangle
:PREROUTING ACCEPT [0:0]
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
COMMIT
# Completed on Mon Oct  9 19:54:28 2006
# Generated by iptables-save v1.3.3 on Mon Oct  9 19:54:28 2006
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
COMMIT
# Completed on Mon Oct  9 19:54:28 2006

-- 
ufw doesn't load automatically at startup
https://bugs.launchpad.net/bugs/357948
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to