![]() |
iptables + openvpn + eth0 and tun0
Basically, I want to use both connections for internet simultaneously. Its like, if I want to download without using openvpn, I use
Code:
curl --interface eth0 www.google.comCode:
curl --interface tun0 www.google.comCode:
Destination Gateway Genmask Flags Metric Ref Use IfaceCode:
Destination Gateway Genmask Flags Metric Ref Use IfaceAny ideas on how can I accomplish that? |
Quote:
|
Do you have a specific reason for needing to download from a vpn tunnel or are you wishing to increase bandwidth? If increasing bandwidth, this will be difficult, and usually requires use of an ether-channel, generally only available through high-end equipment such as Cisco switches and routers. If there are other reasons, I may not be able to help you with this one. Not sure if it's a tunnel issue or routing table issue.
|
Quote:
And, I dont want to increase bandwidth as my VPN is also running from the same internet connection so there is no way I can increase my bandwidth. |
| All times are GMT -5. The time now is 06:03 AM. |