Hi, No matter what I do, I can't get routing working between the two computers on my network. I have one set up correctly as the gateway, and the other is simply a client. Both should be set up to do IPv6 over IPv4 - or 6to4.
FreeBSD-4.5 on the client, and FreeBSD-5.0 on the gateway. On the client, (nanguo) I have it set up for a client as per any docs I can find. ---------------------------------------------------------------------------- --------------------- ### IPv6 options: ### ipv6_enable="YES" # Set to YES to set up for IPv6. ipv6_network_interfaces="auto" # List of network interfaces (or "auto"). On the gateway (ruby) I have it set up so; ---------------------------------------------------------------------------- --------------------- ipv6_enable="YES" # Set to YES to set up for IPv6. ipv6_network_interfaces="auto" # List of network interfaces (or "auto"). ipv6_gateway_enable="YES" # Set to YES if this host will be a gateway. ipv6_static_routes="default" ipv6_route_default="default 2002:c058:6301::" stf_interface_ipv4addr="203.1.96.6" rtadvd_enable="YES" rtadvd_interfaces="auto" ================================================= Examples of trying to connect between the two. DNS is configured correctly. But from the client to the gateway. $ ping6 ruby ping6: UDP connect: No route to host >From the gateway back to the client so, $ ping6 nanguo PING6(56=40+8+8 bytes) 2002:cb01:6006::1 --> 2002:cb01:6006::2 just hangs - and does not connect. Eventually I close it. --- nanguo.chalmers.com.au ping6 statistics --- 48 packets transmitted, 0 packets received, 100% packet loss ====================================================== from the client, to the gateway... ====================================================== $telnet ruby Trying 2002:cb01:6006::1... telnet: connect to address 2002:cb01:6006::1: No route to host Trying 203.1.96.6... Connected to ruby.chalmers.com.au. Escape character is '^]'. FreeBSD/i386 (ruby.chalmers.com.au) (ttyp0) login: ====================================================== obviously Im missing something - but what? thank you for any help Robert --------------------------------------------------------------------- The IPv6 Users Mailing List Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]
