Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
linux:ipv6 [2010/05/28 11:47] greebo |
linux:ipv6 [2012/10/27 13:13] (current) a [Basic configuration (Debian/ubuntu)] |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== IPv4-IPv6 Tunnels ===== | ===== IPv4-IPv6 Tunnels ===== | ||
| **HE IPv6 Tunnel Broker http:// | **HE IPv6 Tunnel Broker http:// | ||
| - | <code |f / | + | <code |/ |
| auto he6to4 | auto he6to4 | ||
| iface he6to4 inet6 v4tunnel | iface he6to4 inet6 v4tunnel | ||
| Line 20: | Line 20: | ||
| ===== Basic configuration (Debian/ | ===== Basic configuration (Debian/ | ||
| - | <code |f / | + | <code |/ |
| auto ethX | auto ethX | ||
| iface ethX inet6 static | iface ethX inet6 static | ||
| Line 27: | Line 27: | ||
| </ | </ | ||
| - | <code |f / | + | <code |/ |
| net.ipv6.conf.default.forwarding=1 | net.ipv6.conf.default.forwarding=1 | ||
| </ | </ | ||
| Line 49: | Line 49: | ||
| ===== Router adv ===== | ===== Router adv ===== | ||
| **Router side** | **Router side** | ||
| - | <code |f / | + | <code | / |
| interface eth0 | interface eth0 | ||
| { | { | ||
| Line 75: | Line 75: | ||
| + | </ | ||
| + | |||
| + | ===== Router dibbler dhcpv6 ===== | ||
| + | **Router side** | ||
| + | <code | / | ||
| + | |||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | iface eth1 { | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | t1 1800-2000 | ||
| + | t2 2700-3000 | ||
| + | | ||
| + | | ||
| + | |||
| + | class { | ||
| + | pool 2001: | ||
| + | } | ||
| + | |||
| + | } | ||
| </ | </ | ||

