Mobo Replacement - Networking issue

Status
Not open for further replies.

nitrobass24

Dabbler
Joined
Apr 25, 2017
Messages
19
So my old Mobo died. I replaced it. Boot the system, no network :(

I had a lagg previously....I know I know. FMLAgg

Now since the network cards changed the lagg does not have interfaces.
I attempted adding an interface to the lagg via the Shell
ifconfig lagg0 laggport ix0

However, the link status still shows as "No Carrier"

Any way I can delete the lagg all together and reset the NICs?
I tried to delete the lagg, but when i restart the networking it just comes back.
 

nitrobass24

Dabbler
Joined
Apr 25, 2017
Messages
19
Making some headway

1. On the Shell
ifconfig lagg0 destroy

2. Configure iface with a static IP
ifconfig ix0 inet 192.168.10.2 netmast 255.255.255.0
route delete default; route add default 192.168.10.1
ifconfig ix0 down
ifconfig ix0 up


3. Access the UI and go to networking tab
4. Delete legacy LAGG members one at a time. (you will get an error, but should work)
5. Delete the Lagg
6. Configure your network interface via the UI
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Doesn't the local console option to reset networking destroy the lagg part?
 

nitrobass24

Dabbler
Joined
Apr 25, 2017
Messages
19
No the local console would fail to restart the networking, resulting in the lagg being re-created.

Even once I was in the UI deleting the Lagg failed even though the members did not exist.

All is working well now. Just need to schedule a scrub.


Sent from my iPhone using Tapatalk
 
Status
Not open for further replies.
Top