How can I use two Internet connections in Ubuntu?
- by Martin
My goal is to be able to do something like this:
curl google.com --interface ppp0
curl google.com --interface p2p2
ppp0 is a DSL connection, and p2p2 is a separate direct Internet connection. Currently I can only get one of these to work at a time. When I enable one, the other one stops working.
/etc/network/interfaces:
# The loopback network…