Hello thanks for the information but I'm still a little confused. I created an /48 tunnel and have these now
2001:470:1f0f:39f::/64
2001:470:b84a::/48
I used the automagic configuration generator on the site to create this gif interface on the fw
gif0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1280
priority: 0
groups: gif egress
physical address inet 98.196.132.150 --> 216.218.224.42
inet6 fe80::200:24ff:fec9:58d0%gif0 -> prefixlen 64 scopeid 0x9
inet6 2001:470:1f0e:39f::2 -> 2001:470:1f0e:39f::1 prefixlen 128
Do I need to add another gif interface for the /48 somehow as well?
My current rtadvd.conf looks like
# cat /etc/rtadvd.conf
default:\
:addr="2001:470:1f0f:39f::2":prefixlen#64:raflags#64:
vr0:\
:addr="2001:470:b84a::2":prefixlen#48:raflags#48:
I start rtadvd only once now I guess because my vr0 interface is defined in the config file right? I'm sure it's wrong too:
# rtadvd -d -c /etc/rtadvd.conf vr2
Could not parse configuration file for vr2 or the configuration file doesn't exist. Treat it as default
add 2001:470:1f0f:39f::/64 to prefix list on vr2
RA timer on vr2 is set to 16:0
set timer to 15:995402. waiting for inputs or timeout
RA timer on vr2 is expired
send RA on vr2, # of waitings = 0
RA timer on vr2 is set to 16:0
set timer to 16:0. waiting for inputs or timeout
RA received from fe80::200:24ff:fec9:58d2 on vr2
set timer to 15:997494. waiting for inputs or timeout
RA timer on vr2 is expired
send RA on vr2, # of waitings = 0
RA timer on vr2 is set to 16:0
set timer to 16:0. waiting for inputs or timeout
RA received from fe80::200:24ff:fec9:58d2 on vr2
set timer to 15:997839. waiting for inputs or timeout
Interfaces :
vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr 00:00:24:c9:58:d0
priority: 0
media: Ethernet autoselect (100baseTX full-duplex)
status: active
inet6 fe80::200:24ff:fec9:58d0%vr0 prefixlen 64 scopeid 0x1
inet6 2001:470:1f0f:39f:200:24ff:fec9:58d0 prefixlen 64 detached autoconf pltime 523068 vltime 2510268
inet 63.123.155.104 netmask 0xff000000 broadcast 63.123.155.104
vr1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr 00:00:24:c9:58:d1
priority: 0
groups: egress
media: Ethernet autoselect (100baseTX full-duplex)
status: active
inet6 fe80::200:24ff:fec9:58d1%vr1 prefixlen 64 scopeid 0x2
inet 98.196.132.150 netmask 0xfffffc00 broadcast 255.255.255.255
vr2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr 00:00:24:c9:58:d2
priority: 0
media: Ethernet autoselect (100baseTX full-duplex)
status: active
inet 10.22.1.1 netmask 0xffffff00 broadcast 10.22.1.255
inet6 fe80::200:24ff:fec9:58d2%vr2 prefixlen 64 scopeid 0x3
inet6 2001:470:1f0f:39f:200:24ff:fec9:58d2 prefixlen 64 autoconf pltime 604759 vltime 2591959
What does it take to allow vr0 network onto ipv6? vr2 (10.22.1.0/24) can talk fine.
thanks for taking the time to reply.
