Slide 8
Slide 8 text
How to Setup a Tunnel
XXX.XXX.XXX.XXX
Linux 2.4.x
YYY.YYY.YYY.YYY
FreeBSD 4.x
iptunnel add whatever mode sit ttl 30 \
local xxx.xxx.xxx.xxx \
remote yyy.yyy.yyy.yyy
ifconfig whatever up
ifconfig whatever inet6 3ffe:3200::1/126
ifconfig gif10 create
gifconfig gif10 inet \
xxx.xxx.xxx.xxx \
yyy.yyy.yyy.yyy
ifconfig gif10 up
ifconfig gif10 inet6 \
3ffe:3200::2 3ffe:3200::1 \
prefixlen 128