Date: Mon, 22 Jul 2002 16:20:13 -0400 From: "Michael C. Cambria" <cambria@fid4.com> To: freebsd-net@freebsd.org, cambria@fid4.com Subject: freenet6.sh errors Message-ID: <3D3C68FD.2050609@fid4.com>
next in thread | raw e-mail | index | archive | help
Hi, I'm getting errors when running the freenet6 script to setup an IPv6 over IPv4 tunnel. The errors deal with writing to routing socket. Are they important? I ask since things seem to work so far (as a host, I'll move on to setting up as an ipv6 router after this question is answered.) I'm able to use Apache, Mozilla, ping6, telnet6, ssh6 etc. to and from this machine just fine. I get similar (if not the same) results with a prefix len of 48 or 64. I am using a public IP address for my tunnel endpoint, and NAT is not involved. I downloaded freenet6-0.9.6.tgz from the freenet6.net website into /usr/ports/distfiles, and built from ports (FreeBSD 4.6-Stable). Using -v on the command line provides more info on what is happening: /usr/local/bin/tspc -v -f /usr/local/etc/tspc.conf tspc - Tunnel Server Protocol Client Loading configuration file Connecting to server Using [a.b.c.d] as source IPv4 address. Send request Process response from server TSP_HOST_TYPE router TSP_TUNNEL_INTERFACE gif0 TSP_HOME_INTERFACE xl0 TSP_CLIENT_ADDRESS_IPV4 a.b.c.d TSP_CLIENT_ADDRESS_IPV6 3ffe:0b80:0002:6918:0000:0000:0000:0002 TSP_SERVER_ADDRESS_IPV4 206.123.31.114 TSP_SERVER_ADDRESS_IPV6 3ffe:0b80:0002:6918:0000:0000:0000:0001 TSP_TUNNEL_PREFIXLEN 128 TSP_PREFIX 3ffe:0b80:09c8 TSP_PREFIXLEN 48 TSP_VERBOSE 1 TSP_HOME_DIR /usr/local --- Start of configuration script. --- Script: tspc-freebsd44.sh Setting up interface gif0 Adding default route to 3ffe:0b80:0002:6918:0000:0000:0000:0001 ==> route: writing to routing socket: No such process ==> delete net default: not in table add net default: gateway 3ffe:0b80:0002:6918:0000:0000:0000:0001 Router configuration Kernel setup ==>route: writing to routing socket: File exists ==> add net 3ffe:0b80:09c8::: gateway lo0: File exists Error while executing /sbin/route Command: /sbin/route add -inet6 3ffe:0b80:09c8:: -prefixlen 48-interface lo0 Closing, exit status: 0 Exiting with return code : 0 (0 = no error) Thanks, MikeC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D3C68FD.2050609>