FreeBSD Tips - shawfdong/hyades GitHub Wiki
In Nov 2015, we changed the following lines in /etc/rc.conf on Coronis:
ifconfig_ix1="inet 10.7.7.4 netmask 255.255.0.0 mtu 9000" ifconfig_igb0="inet 10.6.7.4 netmask 255.255.0.0"
to
ifconfig_ix1="inet 10.7.7.2 netmask 255.255.0.0 mtu 9000" ifconfig_igb0="inet 10.6.7.2 netmask 255.255.0.0"
then we restarted the network interfaces to bring the changes of IP addresses into effect:
# service netif restart ix1 # service netif restart igb0