June 13, 20197 yr Hey all - I've been away for a bit, but trying to update my server to 6.7.0 from 6.4.1. Boots fine, but the server cannot access the Internet. It does see the local network. Attempts to update plugins and dockers fail because server is unable to access the Internet. When I start my Windows VM, the Windows VM CAN see the Internet. It works fine. Any help greatly appreciated! I have attached my diagnostics. Thanks for the help!! -SSD merlin-diagnostics-20190612-2239.zip
June 13, 20197 yr Author Did some Googling and found a suggestion to run the command ... ip route add default via 192.168.1.1 which resolved the issue. Why is this necessary? Have I misconfigured something? Before running the command above: root@merlin:~# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 br0 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0 After running the command above: root@merlin:~# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 br0 172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 br0 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0 -SSD
June 13, 20197 yr There is a syntax error in the gateway declaration in the network.cfg file. GATEWAY[0]="192.168.1.1#213" The "#213" part must be removed. This is automatically done when upgrading via the GUI (legacy removal). Did you do a manual upgrade? Edited June 13, 20197 yr by bonienl
June 13, 20197 yr 5 hours ago, bonienl said: This is automatically done when upgrading via the GUI Does 6.4.1 support GUI upgrade to 6.7.x?
June 13, 20197 yr 4 hours ago, jonathanm said: Does 6.4.1 support GUI upgrade to 6.7.x? AFAIK, it should
Archived
This topic is now archived and is closed to further replies.