Hi,
I'm trying to setup a dual stack IPv4/IPv6 server and I can't find which rc.d script to run...
I've started the server without any IP then I've put the following into rc.conf
Then I've started the network with the following scripts:
The IPv4 is working perfectly, the IPv6 defined address is there but the link-local address is missing. If I reboot the server everything is there... What script do I need to start/restart to get the link-local address without rebooting?
Thanks for your help ,
Christophe
I'm trying to setup a dual stack IPv4/IPv6 server and I can't find which rc.d script to run...
I've started the server without any IP then I've put the following into rc.conf
Code:
#IPv4 config
ifconfig_re0="inet 192.168.1.10 netmask 255.255.255.0"
static_routes="default"
route_default="default 192.168.1.1"
#IPv6 config
ipv6_enable="YES"
ipv6_ifconfig_re0="2001:db8:abcd::e/56"
ipv6_static_routes="default"
ipv6_route_default="default 2001:db8:abcd::1"
Then I've started the network with the following scripts:
- /etc/rc.d/netif start
- /etc/rc.d/routing start
- /etc/rc.d/network_ipv6 start
The IPv4 is working perfectly, the IPv6 defined address is there but the link-local address is missing. If I reboot the server everything is there... What script do I need to start/restart to get the link-local address without rebooting?
Thanks for your help ,
Christophe