making a connection default
I use my cell phone for internet with easy tether and I have a network printer on eth 0
my web browser always tries to use eth 0 for access to the internet and I have to disconnect eth0 for it to use easytether0 how can I make it use easytether0 instead so I don't have to keep disconnecting my printer to get on the internet.
I use Mint 10 and chromium for a browser
re: making a connection default
Hello,
Please add new routing table entry in your linux pc.
ip route add netowrk-id subnetmask dev easytether0
ex: ip route 78.12.45.21(ip) 0.0.0.0(for ip) dev easytether0
please check with this and let me know further help.