Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
linux:ipv6 [2010/05/28 11:47]
greebo
linux:ipv6 [2012/10/27 13:12]
a [IPv4-IPv6 Tunnels]
Line 5: Line 5:
 ===== IPv4-IPv6 Tunnels ===== ===== IPv4-IPv6 Tunnels =====
 **HE IPv6 Tunnel Broker http://tunnelbroker.net/** **HE IPv6 Tunnel Broker http://tunnelbroker.net/**
-<code |/etc/network/interfaces>+<code |/etc/network/interfaces>
 auto he6to4 auto he6to4
 iface he6to4 inet6 v4tunnel iface he6to4 inet6 v4tunnel
Line 49: Line 49:
 ===== Router adv ===== ===== Router adv =====
 **Router side** **Router side**
-<code |/etc/radvd.conf>+<code | /etc/radvd.conf>
 interface eth0 interface eth0
 { {
Line 75: Line 75:
  
  
 +</code>
 +
 +===== Router dibbler dhcpv6 =====
 +**Router side**
 +<code | /etc/dibbler/server.conf>
 +
 + log-level 1
 + log-mode short
 + preference 0
 +
 + iface eth1 {
 + option dns-server 2001:15c0:ffff:f::12,2001:15c0:1000:1036::1
 + option domain net.lan
 + option time-zone  CET
 + option lifetime 500
 + t1 1800-2000
 + t2 2700-3000
 + prefered-lifetime 3600
 + valid-lifetime 7200
 +
 + class {
 +   pool 2001:15c0:1000:1036::1/64
 + }
 +
 +}
 </code> </code>
linux/ipv6.txt ยท Last modified: 2012/10/27 13:13 by a
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready