Hello,
I have 2 network cards (both with internet access) which i would like to be able to use at the same time. I have been trying to figure this out for 12 hours now. I am not trying to link 2 networks together or anything, I am just trying to make it so i can have rtorrent running on one interface while i use the other interface for everything else, due to bandwidth constraints.
My routing table currently looks like this:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 192.168.1.1 255.255.255.0 UG 0 0 0 eth1
150.250.131.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 150.250.131.1 0.0.0.0 UG 0 0 0 eth0
i have tried various variations on gateways such as:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 192.168.1.1 255.255.255.0 UG 0 0 0 eth1
150.250.131.0 150.250.131.1 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
but I can’t seem to get internet access on more than one adapter at a time.
Can anyone tell me how to achieve this?