Sunday, September 13, 2015

networking - How to configure multihomed computer to force internet requests over one of the adapters?

Here is the setup.


Laptop is connected via ethernet adapter to a consumer grade wireless router. This router does not have a connection to the internet. It is local only and should stay that way for other connected clients.


Laptop connects via wireless adapter to a mobile hotspot.


The laptop needs to be on the local network, while also being able to access the internet over the mobile hotspot. Other clients connected to the wireless router would not get internet.


Perhaps a different way to put it is how to configure the computer direct any request over the mobile hotspot that is not a request to the local networks subnet?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...