Ok, now I've fixed the Internet connection by running this command: ip route replace default via 192.168.1.1 but now I have two default routes:
# ip route show default via 192.168.1.1 dev eno16780032 default via 192.168.3.1 dev eno33555200 proto static metric 1024 192.168.1.0/24 dev eno16780032 proto kernel scope link src 192.168.1.112 192.168.3.0/24 dev eno33555200 proto kernel scope link src 192.168.3.131
Is that right? How do I remove the second one? (default via 192.168.3.1 dev eno33555200 proto static metric 1024)
On Sun, Aug 31, 2014 at 4:57 PM, reynierpm@gmail.com reynierpm@gmail.com wrote:
On Sun, Aug 31, 2014 at 4:54 PM, Reindl Harald h.reindl@thelounge.net wrote:
who knows - looking at other threads - why did you assign *two* network interfaces to your virtual machine at all?
Because if for any reason WAN is down then I can reach the VM trough the DHCP assigned IP I though
who knows? why don't you just restart your network service in the guest?
Because this is not the problem, as I mention before I have another VM running on the same Vmware and all of them has Internet access so the problem is here with this one at some part but I'm able to find it