Using multiple network interfaces separately

Asked by Ali Sattari

Hi,

I need a solution for this case:
I have a PC with 3 (or more) Ethernet ports and 3 (or more) Internet access through each Ethernet interface. (from different ISP's and with different IP's of course)

I need to download files (using wget or whatever else) through each interface (internet line) separately.
For example i need to download "file1" through eth1, "file2" through eth2 and so on.

How can i make this working? any iptables rules? any Idea?

Thanks in Advance,
Ali

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Jeff Martin
Solved:
Last query:
Last reply:
Revision history for this message
Best Jeff Martin (evilgourmet) said :
#1

Hello,

I found some information on this on http://linux-ip.net/html/adv-multi-internet.html.

Its more than can be posted here.
I hope this helps.

Jeff

Revision history for this message
Ali Sattari (corelist) said :
#2

Thanks Jeff Martin, that solved my question.