2
1
How to setup this?
WiFi Internet connection <> Windows Laptop <> Wired LAN <> Ubuntu PC
2
1
How to setup this?
WiFi Internet connection <> Windows Laptop <> Wired LAN <> Ubuntu PC
4
On the Windows PC:
ipconfig
from a command prompt and note the Ethernet connection (wired LAN) IP address (<IP>
).On the Ubuntu PC:
sudo ip route add default via <IP> proto static metric 50
Tips to debug:
ipconfig /all
route PRINT
tracert 8.8.8.8
ifconfig
and nmcli dev show
ip route
traceroute 8.8.8.8
You're a life saver dude, I hate the way windows makes you use the GUI for this kind of stuff. – RatherLogical – 2019-11-21T05:49:13.027