Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux:firewall6 [2012/04/20 14:32]
greebo
linux:firewall6 [2012/10/19 09:39] (current)
zagi
Line 74: Line 74:
 # Allow localhost traffic. This rule is for all protocols. # Allow localhost traffic. This rule is for all protocols.
 $IP6TB -A INPUT -s ::1 -d ::1 -j ACCEPT $IP6TB -A INPUT -s ::1 -d ::1 -j ACCEPT
 +
 +# Allow Link-Local addresses
 +$IP6TB -A INPUT -s fe80::/10 -j ACCEPT
 +$IP6TB -A OUTPUT -s fe80::/10 -j ACCEPT
  
 $IP6TB -A INPUT -p tcp -m state --syn --state NEW --dport 22 -j ssh-access $IP6TB -A INPUT -p tcp -m state --syn --state NEW --dport 22 -j ssh-access
linux/firewall6.1334925127.txt.gz ยท Last modified: 2012/04/20 14:32 by greebo
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready