Restart network without reboot ?

Luca Ferrari fluca1978 at infinito.it
Sat Feb 8 08:09:22 UTC 2014


On Sat, Feb 8, 2014 at 2:31 AM, Vladislav Prodan <universite at ukr.net> wrote:
> # cat /etc/rc.conf
> zfs_enable="YES"
> hostname="vm-10-1.domain.com"
> ifconfig_em0="DHCP"
> ifconfig_em1="DHCP"
> sshd_enable="YES"
>

As other have already pointed out you can connect to the other
interface, if possibile, or manually restart only one of them (e.g.
dhclient em0).
Also learn to use a tmux or similar and send more commands thru a
nohup to avoid that being disconnected keeps your commands unfinished.

Hope this helps.

Luca


More information about the freebsd-questions mailing list