Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Lost internet access after switching NICs

Featured Replies

I had an Intel NIC to avoid the onboard Realtek but wanted to add a new GPU to handle transcoding and the GPU needed the slot. After removing the NIC, I switched the network settings over and had internet and LAN access last night. After waking up this morning, I restarted the machine and now internet access is gone. I can still log in to the machine on the LAN, but I do not have any internet. These are settings I know very little about, so I'm positive this is just something I need instruction to setup properly.

tower-diagnostics-20251218-0634.zip

Solved by JorgeB

  • Community Expert

Remove the gateway from eth1, only eth0/br0/bond0 should have a gateway set

  • Author

Under Routing Table? I’m only showing docker0 and eth0 there. Docker0 was not there last night when I removed the NIC but was there this morning when I restarted.

Edit: looks like the routing table reverted back from the changes I made last night. I’m unable to delete, modify, or add any new routes though. How do I make changes here?

Well, whatever changes I made caused me to lose LAN access.

Edited by johngalt

  • Community Expert
  • Solution

You are on an old release; it has phantom settings for eth1 which no longer exists. This should not happen with the latest releases.

You can remove them by manually editing /config/network.cfg on the flash drive and changing this:

# Generated settings:
IFNAME[0]="eth0"
DESCRIPTION[0]="Onboard"
PROTOCOL[0]="ipv4"
USE_DHCP[0]="no"
IPADDR[0]="192.168.1.160"
NETMASK[0]="255.XXX.XXX.0"
GATEWAY[0]="192.168.1.1"
DNS_SERVER1="8.XXX.XXX.8"
DNS_SERVER2="8.XXX.XXX.4"
USE_DHCP6[0]="yes"
DHCP6_KEEPRESOLV="no"
IFNAME[1]="eth1"
DESCRIPTION[1]="Onboard"
PROTOCOL[1]="ipv4"
USE_DHCP[1]="no"
IPADDR[1]="192.168.1.220"
NETMASK[1]="255.XXX.XXX.0"
GATEWAY[1]="192.168.1.1"
SYSNICS="2"

to this:

# Generated settings:
IFNAME[0]="eth0"
DESCRIPTION[0]="Onboard"
PROTOCOL[0]="ipv4"
USE_DHCP[0]="no"
IPADDR[0]="192.168.1.160"
NETMASK[0]="255.XXX.XXX.0"
GATEWAY[0]="192.168.1.1"
DNS_SERVER1="8.XXX.XXX.8"
DNS_SERVER2="8.XXX.XXX.4"
USE_DHCP6[0]="yes"
DHCP6_KEEPRESOLV="no"
SYSNICS="1"

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.