October 2, 2025Oct 2 Solution Unraid Service is hooked up to monitorCustom port for unraid access at {{IP}}:8443When trying to work on my VM i was unable to access the internet. Read an article that said to use bonding.Went to network to switch to bonding on. Now nothing freaking works on this machine.I cannot navigate to the server via IP. Trying to use the UI on the Monitor by selection the Unraid GUI on startup is not working either. im at a loss here on what to do
October 2, 2025Oct 2 Author I pulled my USB out and looked at the /config/network.cfg# Generated settings:IFNAME[0]="br0"BONDNAME[0]="bond0"BONDING_MIIMON[0]="100"BRNAME[0]="br0"BRSTP[0]="yes"BRFD[0]="0"DHCP_KEEPRESOLV="no"DHCP6_KEEPRESOLV="no"DESCRIPTION[0]="Unraid"BONDING_MODE[0]="1"BONDNICS[0]="eth0"BRNICS[0]="bond0"PROTOCOL[0]="ipv4"USE_DHCP[0]="yes"USE_DHCP6[0]="yes"SYSNICS="1"noting that bonding is what causes this issue in the first place, i decided to remove it allIFNAME[0]="br0"BRNAME[0]="br0"BRNICS[0]="eth0"USE_DHCP[0]="yes"PROTOCOL[0]="ipv4"SYSNICS="1"but i have been unable to get it working.I get through the mount: overlay mounted on /lib_Then freeze or at least stop displaying. I cannot hit this through ssh or through the GUI
October 2, 2025Oct 2 Author I did disabled my VM but im wondering if the VFIO is causing issues. i have disabled them by renaming them. i also downloaded the latest boot drive and im using the default network configUSE_DHCP="yes" IPADDR= NETMASK= GATEWAY= BONDING="no" BRIDGING="yes"
October 2, 2025Oct 2 Author Fixed. disabling VFIO allowed me back into my own system -_-. anyways, once that was taken care of i was able to shuffle the network cfgs around enough to get things working properly. One of my main issues is that by default eth0 is a the motherboard network driver and right now that is corrupted on my MB. I have a Nic PCIE card that i use for connecting.Once im able to get that worked out. I'm A-Okay
October 2, 2025Oct 2 Author RESOLVEDsettings# Generated settings:IFNAME[0]="br0"DHCP_KEEPRESOLV="no"DHCP6_KEEPRESOLV="yes"BRNAME[0]="br0"BRNICS[0]="eth0"BRSTP[0]="0"BRFD[0]="0"DESCRIPTION[0]="Unraid"PROTOCOL[0]="ipv4"USE_DHCP[0]="yes"USE_DHCP6[0]="no"IFNAME[1]="eth1"PROTOCOL[1]="ipv4"USE_GW4[1]="on"SYSNICS="2"
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.