I recently implemented LACP on a physical machine. Now it seems that every time I issue a
This is a bit of a nuisance as the machine can only be restarted with a physical presence now.
Any suggestions?
/etc/rc.conf
reboot
, the machine goes down, syncs normally, reports uptime, and then the re0 interface goes down, then up and then the machine seems to hang and never reboot without a reset. I have waited it out for several minutes and it never seems to continue. Additionally, the caps-lock key stops working, so I believe the machine is hung.This is a bit of a nuisance as the machine can only be restarted with a physical presence now.
Any suggestions?
/etc/rc.conf
Code:
# Network
ifconfig_em0="up"
ifconfig_re0="up"
cloned_interfaces="lagg1"
ifconfig_lagg1="laggproto lacp laggport re0 laggport em0 192.168.X.X/24"
defaultrouter="192.168.X.X"