the following commands work correctly to configure my ipv6 tunnel from
tunnelbroker.net:
  ifconfig gif0 tunnel 66.92.16.106 72.52.104.74 
  ifconfig gif0 inet6 alias 2001:470:1f04:16f::2 2001:470:1f04:16f::1
prefixlen 128 
  route -n add -inet6 default 2001:470:1f04:16f::1 

but when i try to translate them into configure files, i run into a problem
with the hostname.gif file:

this line works fine:
  tunnel 66.92.16.106 72.52.104.74

but this one does not.
  inet6 alias 2001:470:1f04:16f::2 2001:470:1f04:16f::1 prefixlen 128 <-
this line fails

i can put it in as a command:
  ! ifconfig gif0 inet6 alias 2001:470:1f04:16f::2 2001:470:1f04:16f::1
prefixlen 128

but it bothers me to not understand the proper syntax

Reply via email to