I'm trying to connect my Ubuntu laptop to two separate routers.
- Local Wi-Fi connection - to which is connected one device that streams video via UDP unicast to my laptops IP local address, for example 192.168.6.11
- Internet Ethernet Connection - 2nd router that provides Internet connection so that I can live stream via OBS etc.
I've got both networks working, but with some hiccups, or for example OBS failing to connect (stream).
I could surf the Internet.
My configs:
Network 1, Local: manual IP, 192.168.6.11, 255.255.255.0, 192.168.6.1 ROUTES: 224.0.0.0, 240.0.0.0 - ticked "Use this connection only for resources on its network" (not sure this is the correct approach...?)
Network 2, Internet Ethernet: DHCP ROUTES: 224.0.0.0, 240.0.0.0 - NOT! ticked "Use this connection only for resources on its network" (not sure this is the correct approach...?)
Also, on both routers I've set "IGMP snooping" because of UDP unicast.
What else to do?
As when it works I get only 2-6Mbps of Internet download speed, but when I disconnect from Wi-Fi (local connection), Internet speed bumps up to the maximum of my home bandwidth (120Mbps).
Thanks! :)
EDIT 1 - route
:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.7.1 0.0.0.0 UG 100 0 0 enp61s0
link-local * 255.255.0.0 U 1000 0 0 wlp62s0
192.168.6.0 * 255.255.255.0 U 600 0 0 wlp62s0
192.168.7.0 * 255.255.255.0 U 100 0 0 enp61s0
224.0.0.0 * 240.0.0.0 U 100 0 0 enp61s0
224.0.0.0 * 240.0.0.0 U 600 0 0 wlp62s0
route
– Charles Green Oct 28 '17 at 13:50Like this? https://i.imgur.com/lW14AjV.png
– Vedranius Oct 28 '17 at 15:41