I want to set up interface bonding on FreebsdFreeBSD 10.
I have installedFreebsdFreeBSD on VMware Workstation 12 hosted on Windows,
and this is my configuration:
But wheniI restart network :
iI get this error :
And after restarting network settingiI lose my access to virtual machine, what is the problem? How can iI fix it?
I have installed
and this is my configuration:
Code:
root@B1:/usr/home/maziar # kldstat
Id Refs Address Size Name
1 6 0xffffffff80200000 1755658 kernel
2 1 0xffffffff81956000 14810 if_lagg.ko
3 1 0xffffffff81a11000 2b58 uhid.ko
root@B1:/usr/home/maziar # cat /etc/rc.conf
ifconfig_em0="up"
ifconfig_em1="up"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto lacp laggport em0 laggport em1"
ipv4_addrs_lagg0="10.0.8.16/24"
defaultrouter="10.0.8.1"
hostname="B1"
sshd_enable="YES"
dumpdev="AUTO"
But when
/etc/rc.d/netif restart && /etc/rc.d/routing restart
And after restarting network setting