Date: Fri, 29 Aug 2003 20:18:48 +0100 From: Danny Horne <danny@clifftop.net> To: Ivo Vachkov <ivo@unilans.net> Cc: freebsd-net@freebsd.org Subject: Re: IPv6 headaches Message-ID: <1062184728.da48264882b97@webmail.clifftop.net> In-Reply-To: <3F4F6ED9.2090809@unilans.net> References: <1062152622.4cc1afda45d6f@webmail.clifftop.net> <3F4F6ED9.2090809@unilans.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Ivo Vachkov was once thought to have said: > try: > =09route add -inet6 default YOUR_TUNNEL_BROKER_ENDPOINT_IPv6 > This is the script I was sent to set things up - #!/bin/sh ifconfig gif create gifconfig gif0 inet 217.204.162.182 193.113.58.80 && ifconfig gif0 inet6 2001:618:400::d9cc:a2b6 prefixlen 128 && route add -inet6 default fe80::%gif0 && ifconfig fxp0 inet6 2001:618:456:: prefixlen 48 && sysctl =96w net.inet6.ip6.forwarding=3D1 && /usr/sbin/rtadvd fxp0 && echo "IPv6 configuration completed" || { echo "IPv6 configuration failed!" 1>&2; exit 1; } This is the result of deleting their default route & applying your suggested= one - andromeda# route add -inet6 default 2001:618:1::a0 route: writing to routing socket: Network is unreachable add net default: gateway 2001:618:1::a0: Network is unreachable Do I need to apply any IPv6 firewall rules to make things work? (preferred f= w is ipf) Do I need to set anything in rc.conf? (I assumed script would do everything) -- To do is to be -- Nietzsche To be is to do -- Sartre Scooby do be do -- Scooby ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1062184728.da48264882b97>