On Do, Sep 09, 2010 at 18:58:59 (CEST), Jamie Strandboge wrote:

> Your commands show ufw is operating correctly, but you are using the
> wrong commands to add a rule and to check it worked. What I think you
> meant to do is:
>
> $ sudo ufw reset
> $ sudo ufw enable
> $ sudo ufw allow OpenSSH
> Rule added
> Rule added (v6)
> $ sudo ufw status
> Status: active
>
> To                         Action      From
> --                         ------      ----
> OpenSSH                    ALLOW       Anywhere
> OpenSSH (v6)               ALLOW       Anywhere (v6)
>
> $ sudo ip6tables -L ufw6-user-input
> Chain ufw6-user-input (1 references)
> target     prot opt source               destination         
> ACCEPT     tcp      anywhere             anywhere            tcp dpt:ssh /* 
> 'dapp_OpenSSH' */

At this point, the INPUT chain for ipv4 looks properly:

 $ iptables -L INPUT

Chain INPUT (policy DROP)
target     prot opt source               destination         
ufw-before-logging-input  all  --  anywhere             anywhere            
ufw-before-input  all  --  anywhere             anywhere            
ufw-after-input  all  --  anywhere             anywhere            
ufw-after-logging-input  all  --  anywhere             anywhere            
ufw-reject-input  all  --  anywhere             anywhere            
ufw-track-input  all  --  anywhere             anywhere            

but for ipv6, it remains empty:

 $ ip6tables -L INPUT

Chain INPUT (policy DROP)
target     prot opt source               destination         

the other chains (ufw-{before,after,track}-{input,output} etc. do exist
for ipv6, though, just the INPUT chain remains empty.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

-- 
ufw breaks ipv6
https://bugs.launchpad.net/bugs/633044
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to