Which applications and parameters are required in order to build a tunnel under KAME stack with FreeBSD/NetBSD?
# /usr/local/v6/sbin/gifconfig gif0 ipv4-src ipv4-dst # /usr/local/v6/sbin/ifconfig gif0 inet6 ipv6-src ipv6-dst prefixlen gif0 is the name of the tunnel interface ipv4-src: IPv4 address of the computer you planned as router (host end) ipv4-dst: IPv4 address of the router IPv4/IPv6 at Viagnie to the 6Bone ipv6-src: IPv6 address of your end of the tunnel (provided by Viagnie) ipv6-dst: IPv6 address of the router IPv4/IPv6 at Viagnie prefixlen: IPv6 prefix length
Related Questions
- Which applications and parameters are required in order to build a tunnel under Inria stack with FreeBSD/NetBSD?
- Which applications and parameters are required in order to build a tunnel under Solaris 2.5 with the IPv6 stack?
- Which applications and parameters are required in order to build a tunnel under KAME stack with FreeBSD/NetBSD?