View Single Post

   
  #2 (permalink)  
Old 02-16-2008, 08:24 AM
Marco S Hyman
 
Posts: n/a
Default Re: default IPv6 route

Maurice Janssen <mauricej@xs4all.nl> writes:

> But on my firewall/router, the default route goes over a gif tunnel, not
> a physical interface.


From my /etc/hostname.gif0:

tunnel 208.201.244.209 208.201.234.221
inet6 alias 2001:05a8:0:1::0123 128
dest 2001:05a8:0:1::0122
! route add -inet6 default ::1
! route change -inet6 default -ifp gif0

I forget why ::1 is added as the default then changed to -ifp gif0, but
in any case it works great.

// marc
Reply With Quote