howto restart networking on FreeBSD

Linux users are used to something like:
sudo /etc/init.d/networking restart
which does the entire job … usually.

On FreeBSD you have to restart the routing tables/service separately like this:
sudo /etc/rc.d/netif restart; sudo /etc/rc.d/routing restart

Leave a Reply

Your email address will not be published. Required fields are marked *