Hi,
seem to be having an issue where I can no longer remotely access my server after the network changes from UP -> DOWN -> UP, e.g
The machine has multiple IPs. Snippet of my rc.conf
(yes I know ipv6 style has changed -- but that would not affect would it? I have not yet converted it)
This is a machine with OVH, so manually restarting routing every time this happens is not viable and requires a hard reboot.
Ideas?
seem to be having an issue where I can no longer remotely access my server after the network changes from UP -> DOWN -> UP, e.g
Code:
Nov 24 15:59:55 host kernel: em0: link state changed to DOWN
Nov 24 15:59:57 host kernel: em0: link state changed to UP
The machine has multiple IPs. Snippet of my rc.conf
Code:
# IPv4
ifconfig_em0="inet 142.4.xxx.xxx netmask 255.255.255.0 broadcast 142.4.xxx.255"
ifconfig_em0_alias0="inet x.x.x.x netmask 255.255.255.0 broadcast x.x.x.255"
ifconfig_em0_alias1="inet x.x.x.x netmask 255.255.255.0 broadcast x.x.x.255"
ifconfig_em0_alias2="inet x.x.x.x netmask 255.255.255.0 broadcast x.x.x.255"
ifconfig_em0_alias3="inet x.x.x.x netmask 255.255.255.0 broadcast x.x.x.255"
ifconfig_em0_alias4="inet x.x.x.x netmask 255.255.255.0 broadcast x.x.x.255"
ifconfig_em0_alias5="inet x.x.x.x netmask 255.255.255.0 broadcast x.x.x.255"
ifconfig_em0_alias6="inet x.x.x.x netmask 255.255.255.0 broadcast x.x.x.255"
ifconfig_em0_alias7="inet x.x.x.x netmask 255.255.255.0 broadcast x.x.x.255"
ifconfig_em0_alias8="inet x.x.x.x netmask 255.255.255.0 broadcast x.x.x.255"
defaultrouter="142.4.x.x"
# IPv6
ipv6_enable="YES"
ipv6_network_interface="em0"
ipv6_ifconfig_em0="2607:5300:xx prefixlen 64"
ipv6_ifconfig_em0_alias0="2607:5300:xx prefixlen 64"
ipv6_ifconfig_em0_alias1="2607:5300:xx prefixlen 64"
ipv6_ifconfig_em0_alias2="2607:5300:xx prefixlen 64"
ipv6_ifconfig_em0_alias3="2607:5300:xx prefixlen 64"
ipv6_ifconfig_em0_alias4="2607:5300:xx prefixlen 64"
ipv6_ifconfig_em0_alias5="2607:5300:xx prefixlen 64"
ipv6_ifconfig_em0_alias6="2607:5300:xx prefixlen 64"
ipv6_static_routes="ovhgw"
# ipv6_route_ovhgw="2607:5300:xx:xxff:ff:ff:ff:ff -prefixlen 128 -interface em0"
ipv6_route_ovhgw="-inet6 default 2607:5300:xx:xxff:ff:ff:ff:ff"
(yes I know ipv6 style has changed -- but that would not affect would it? I have not yet converted it)
This is a machine with OVH, so manually restarting routing every time this happens is not viable and requires a hard reboot.
Ideas?