After a reboot, checking iptables using -nat I get:

> sudo iptables -L -v -t nat
Chain PREROUTING (policy DROP 11 packets, 2832 bytes)
 pkts bytes target     prot opt in     out     source               destination 
        
    0     0 ACCEPT     all  --  lo     any     anywhere             anywhere    
        
    0     0 REDIRECT   tcp  --  eth1   any     anywhere             anywhere    
        tcp dpt:www redir ports 3128 
   11   703 ACCEPT     all  --  eth1   any     anywhere             anywhere    
        
    0     0 ACCEPT     tcp  --  eth0   any     anywhere             anywhere    
        tcp dpt:www 
    0     0 ACCEPT     all  --  eth0   any     anywhere             anywhere    
        state RELATED,ESTABLISHED 

Chain POSTROUTING (policy ACCEPT 158 packets, 11902 bytes)
 pkts bytes target     prot opt in     out     source               destination 
        
   74  5218 MASQUERADE  all  --  any    eth0    anywhere             anywhere   
         

Chain OUTPUT (policy ACCEPT 227 packets, 16759 bytes)
 pkts bytes target     prot opt in     out     source               destination 
        

> sudo ufw status
Status: inactive

-- 
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