Hello,
I'm new to IPv6 and I would like to ask some questions. I have configured my IPv6 tunnel on my linux box using this settings.
modprobe ipv6
ip tunnel add he-ipv6 mode sit remote 216.66.84.46 local 193.87.77.12 ttl 255
ip link set he-ipv6 up
ip addr add 2001:470:1f14:1291::2/64 dev he-ipv6
ip route add ::/0 dev he-ipv6
ip -f inet6 addr
This server is configuring network clients via radvd, that's ok. I want to create a next subnet for my server infrastructure. I have routed /48 prefix 2001:470:d597::/48. I want to route the new subnet to next FreeBSD router. I want to make FreeBSD router think that he has got a native IPv6. What settings I should use? I absolutely don't know what is 2001:470:d597::/48, since my ipv6 address is 2001:470:1f14:1291::2/
64. The external network interfaces is eth0, clients are eth1 and server infrastructure should be eth2. Thank you for helping me.