Tagged Questions
3
votes
1answer
317 views
Share Internet Connection from computer to new router
On my linux computer I have an external wlan adapter which is connected wirelessly to internet (an access point).
Now I want to connect my linux computer via ethernet cable to a new ddwrt router. This ...
4
votes
1answer
1k views
Using the Wifi of a notebook via ethernet for another PC
I want to connect a PC to the internet via my notebook, which is connected to a WLAN.
The setup should look like the following scheme:
PC (eth0) -> Notebook (eth0) -> Notebook(wlan0) -> ...
1
vote
1answer
308 views
routing between two private networks (NICs)
I have two private networks say: 10.0.1.0/8 and 192.168.0.0/24
I have two machines with two NICs per each machine.
machine1 NIC1: 192.168.0.10
machine1 NIC2: 10.0.1.10
machine2 NIC1: 192.168.0.11
...