Solved Link Aggregation issue since moving server to datacenter

Hi,

We have a Dell R610 using lacp on 2 ports...
Before we sent the server to the data center, everything was working just fine in our office with this setting:
Code:
ifconfig_bce0="up"
ifconfig_bce1="up"
defaultrouter="92.213.79.243"
cloned_interfaces="lagg0"
# LACP
ifconfig_lagg0="inet 92.213.79.245 netmask 255.255.255.248 laggproto lacp laggport bce0 laggport bce1"

Now, when we bring the interfaces up with an IP address, we loose ssh access to the box..
When I connect to the iDRAC console, I can see to the lagg0 interface has been created and the IP address assigned but I cannot ping outside or login via ssh..

We have 8 IPs with data center. 1 has been assingned to the iDRAC and a second to the server itself..

Do I need to give bce1 a static ip address as well?

I am not sure if I have explained the problem properly so please ask the questions and I will reply as best as I can.
 
Make sure the switch is configured properly. The ports on the switch need to be configured for LACP too. It has to know those two ports are related and belong to the same "bundle".
 
Back
Top