Hi

What I currently have in freebsd for a tunnel is ..

ifconfig gif0 create tunnel 204.74.68.40 204.152.184.210
ifconfig gif0 inet6 2001:4830:e0::2 prefixlen 64 up
ifconfig lo0 inet6 2001:4830:20b0:b::2 prefixlen 48 alias
ifconfig lo0 inet6 2001:4830:20b0:b::3 prefixlen 48 alias
route add -inet6 default 2001:4830:e0::1

The freebsd box that tunnel is on is being retired shortly. Never mind
the v6 IPs but would a tunnel be like this in /etc/network/interfaces?
Or am I missing something?

#auto eth0:0
#iface eth0:0 inet6 static
#       address 2001:4830:20b0:b::2
#       netmask 48
#       ttl 64

#auto eth0:1
#iface eth0:1 inet6 static
#       address 2001:4830:20b0:b::3
#       netmask 48
#       ttl 64

#auto sit0
#iface sit0 inet6 v4tunnel
#       address 2001:4830:e0::2
#       netmask 64
#       endpoint 2001:4830:e0::1
#       ttl 64
#       up ip link set mtu 1280 dev sit0
#       up ip route add default via 2001:4830:e0::1 dev sit0

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to