August 1, 20196 yr Hi, I updated to version 6.7.2 from 6.* (I can't remember the version but I'm a new user so it wasn't all that old) and since doing so I can't access the 'Apps Store'. I used to have another network card attached to my device and I think it's got something to do with the default gateway being set to the old device. I've tried deleting the settings from the GUI but it doesn't want to go. I attached a couple of screenshots which probably explains a lot more than I can by typing. Anyone with any ideas? Thanks Ben
August 1, 20196 yr Author 12 minutes ago, bastl said: You have 2 default routes. There should be only one defined. Yep, but how do I delete the 192.168.2.1 route?... using the delete icon doesn't do anything.
August 1, 20196 yr It is used by the bridge br1. If you don't use it by any docker or VM remove it and you should be able to remove the 192.168.2.1 route or it is removed by removing the bridge. Can't test it right now. You can also find the network config in the config folder on your Unraid flash drive in one of the text files. Make sure you are removing the right bridge.
August 1, 20196 yr Author Ok, I don't use br1 but I also can't remember how I created it or where to delete it... can it be delete it via the GUI?
August 1, 20196 yr Author I found the file with the following entries: Quote # Generated settings: IFNAME[0]="br0" BRNAME[0]="br0" BRSTP[0]="no" BRFD[0]="0" BRNICS[0]="eth0" PROTOCOL[0]="ipv4" USE_DHCP[0]="no" IPADDR[0]="192.168.1.2" NETMASK[0]="255.255.255.0" GATEWAY[0]="192.168.1.1" METRIC[0]="1" DNS_SERVER1="8.8.8.8" DNS_SERVER2="8.8.4.4" USE_DHCP6[0]="yes" DHCP6_KEEPRESOLV="no" IFNAME[1]="br1" BRNAME[1]="br1" BRNICS[1]="eth1" BRSTP[1]="no" BRFD[1]="0" PROTOCOL[1]="ipv4" USE_DHCP[1]="no" IPADDR[1]="192.168.2.2" NETMASK[1]="255.255.255.0" GATEWAY[1]="192.168.2.1" SYSNICS="2" Do I just remove all the [2]? Can I just do this via Krusader… copy it out to a share > edit it > move it back?
August 1, 20196 yr Click the trashcan should do the trick. At least it did for me as I had that issue upgrading to 6.7.2. This is the corresponding line: 192.168.2.0/24 br1 1
August 1, 20196 yr Author Just now, bastl said: Click the trashcan should do the trick. At least it did for me as I had that issue upgrading to 6.7.2. This is the corresponding line: 192.168.2.0/24 br1 1 Trashcan doesn't work for me.
August 1, 20196 yr Remove the following part in the textfile. I think you have to restart Unraid to take this changes in place. IFNAME[1]="br1" BRNAME[1]="br1" BRNICS[1]="eth1" BRSTP[1]="no" BRFD[1]="0" PROTOCOL[1]="ipv4" USE_DHCP[1]="no" IPADDR[1]="192.168.2.2" NETMASK[1]="255.255.255.0" GATEWAY[1]="192.168.2.1"
August 1, 20196 yr Author 4 minutes ago, bastl said: Remove the following part in the textfile. I think you have to restart Unraid to take this changes in place. IFNAME[1]="br1" BRNAME[1]="br1" BRNICS[1]="eth1" BRSTP[1]="no" BRFD[1]="0" PROTOCOL[1]="ipv4" USE_DHCP[1]="no" IPADDR[1]="192.168.2.2" NETMASK[1]="255.255.255.0" GATEWAY[1]="192.168.2.1" That's sorted it out Thankyou.
Archived
This topic is now archived and is closed to further replies.