[j-nsp] Tunnel IPv6

Jeroen Massar jeroen at unfix.org
Thu Sep 11 18:42:27 EDT 2003


-----BEGIN PGP SIGNED MESSAGE-----

Luciano P Gomes wrote:

Juniper side (http://www.sixxs.net/faq/?faq=ossetup&os=juniper)

gr-1/1/0 {
  unit 101 {
    tunnel {
      source [Your IPv4 Endpoint];
      destination [POP IPv4 Endpoint];
    }
    family inet6 {
      address [Your IPv6 Endpoint]/[Prefix Length];
    }
  }
}

routing-options {
  rib inet6.0 {
    static {
      route 0::/0 next-hop [POP IPv6 Endpoint];
     }
  }
}

FreeBSD side (http://www.sixxs.net/faq/?faq=ossetup&os=freebsd)

# gifconfig gif0 [Your IPv4 Endpoint] [POP IPv4 Endpoint]
# ifconfig gif0 inet6 [Your IPv6 Endpoint] [POP IPv6 Endpoint] prefixlen 128
# route add -inet6 default [POP IPv6 Endpoint]
# sysctl -w net.inet6.ip6.forwarding=1

Check the URL's for other OS's :)

Greets,
 Jeroen

-----BEGIN PGP SIGNATURE-----
Version: Unfix PGP for Outlook Alpha 13 Int.
Comment: Jeroen Massar / jeroen at unfix.org / http://unfix.org/~jeroen/

iQA/AwUBP2CX4imqKFIzPnwjEQJ9qQCeLxK6W9m14GY8PfDgBQm8GlrmO4MAnAmw
uXT6Hv2AO+Jlwr3eaWqDgGyN
=6s5r
-----END PGP SIGNATURE-----




More information about the juniper-nsp mailing list