I’m trying to either make a bridge between eth0 (Usb modem) and wlan0 (Wifi Hotspot) or route all traffic from wlan0 to eth0. Procedure: Bridge won’t be successful if the interfaces already have an ip. Create the bridge and add the network. Start the wifi hotspot. At this point I can see the network with my phone. Assign the bridge
Tag: routes
ip route add by specifying source address in the same network
I have 4 pc´s and another pc, call it proxy, all being in the same network: 172.16.96.0/20 . I can ping between each other. But, I want to separate them into 2. That is: pc1 is directly connected to pc2 pc3 is directly connected to pc4 But, all traffic from pc1 or pc2 to pc3 or pc4 has to go
Linux – Route Specific Traffic Through Ethernet
At work we have 2 networks; a WiFi one for normal Internet access, and an internal LAN one, for the repo etc. I’ve recently started using Linux and it’s a pain having to constantly switch between cable and WiFi. On Windows, we solved it (so that we can be connected to both network simultaneously) by running the commands: After running