Changes between Version 8 and Version 9 of TipAndDoc/network/ipv6


Ignore:
Timestamp:
Apr 22, 2011 10:16:54 AM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/network/ipv6

    v8 v9  
    2929  * 6rd同士の通信が出来ない 
    3030 * [http://ubuntuforums.org/showthread.php?t=1371345 (ubuntu) ufw and ipv6 problem - Ubuntu Forums] 
     31 * /etc/ufw/before.rules 
     32{{{#!diff 
     33Index: /etc/ufw/before.rules 
     34=================================================================== 
     35--- /etc/ufw/before.rules       (revision 554) 
     36+++ /etc/ufw/before.rules       (revision 555) 
     37@@ -56,6 +56,10 @@ 
     38 # allow dhcp client to work 
     39 -A ufw-before-input -p udp --sport 67 --dport 68 -j ACCEPT 
     40 
     41+# accept IPv6 packet over IPv4 
     42+# for Sakura 6rd 
     43+-A ufw-before-input -p ipv6 -j ACCEPT 
     44+ 
     45 # 
     46 # ufw-not-local 
     47 # 
     48}}} 
    3149 
    3250 = disabling IPv6 =