Re: IPv6 headaches

2003-09-03 Thread Hajimu UMEMOTO
Hi, > On Fri, 29 Aug 2003 18:18:49 +0300 > Ivo Vachkov <[EMAIL PROTECTED]> said: ivo> try: ivo>route add -inet6 default YOUR_TUNNEL_BROKER_ENDPOINT_IPv6 You can say `route add -inet6 default ::1 -ifp gif0', or `route add -inet6 default -interface gif0'. Sincerely, -- Hajimu UMEMOTO

Re: IPv6 headaches

2003-09-02 Thread Ivo Vachkov
try: route add -inet6 default YOUR_TUNNEL_BROKER_ENDPOINT_IPv6 Danny Horne wrote: Hi all, Hope someone can clear this up for me. I'm trying to get up to speed on IPv6 & have tried two different tunnel brokers (Freenet6 & BTExact). Both of these suppliers supply scripts to set things up.

Re: IPv6 headaches

2003-09-02 Thread Michael K. Smith
On 8/29/03 12:18 PM, "Danny Horne" <[EMAIL PROTECTED]> wrote: > Ivo Vachkov was once thought to have said: > >> try: >> route 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.

Re: IPv6 headaches

2003-08-29 Thread Danny Horne
Ivo Vachkov was once thought to have said: > try: > route 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 pref

RE: IPv6 headaches

2003-08-29 Thread Michael K. Smith
Do you have a default route for your IPv6 network? Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Danny Horne Sent: Friday, August 29, 2003 3:24 AM To: [EMAIL PROTECTED] Subject: IPv6 headaches Hi all, Hope someone can clear this up for me. I'm t