December 18, 2025Dec 18 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
December 18, 2025Dec 18 Community Expert Remove the gateway from eth1, only eth0/br0/bond0 should have a gateway set
December 18, 2025Dec 18 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 December 18, 2025Dec 18 by johngalt
December 18, 2025Dec 18 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.