On 7 June 2011 12:39, Nick Andrew <[email protected]> wrote: > I guess it just means the firewall is blocking incoming ipv6 traffic. > The firewall allowed your outbound packet through, but not the inbound > response. >
Yeah that's right. But not how it should work, according to what I've been reading. Here's the rules I have in place, which I should have included in the original email: simon@stout:~$ sudo ufw status verbose [sudo] password for simon: Status: active Logging: on (medium) Default: deny (incoming), allow (outgoing) New profiles: skip To Action From -- ------ ---- 22/tcp (OpenSSH) ALLOW IN Anywhere 25/tcp (SMTP) ALLOW IN Anywhere 80/tcp (WWW) ALLOW IN Anywhere 25/tcp (Postfix) ALLOW IN Anywhere 587/tcp (Postfix Submission) ALLOW IN Anywhere 22/tcp (OpenSSH (v6)) ALLOW IN Anywhere (v6) 25/tcp (SMTP (v6)) ALLOW IN Anywhere (v6) 80/tcp (WWW (v6)) ALLOW IN Anywhere (v6) 25/tcp (Postfix (v6)) ALLOW IN Anywhere (v6) 587/tcp (Postfix Submission (v6)) ALLOW IN Anywhere (v6) -- Simon Rumble <[email protected]> -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
