Link to home
Start Free TrialLog in
Avatar of asks_me
asks_me

asked on

1 Cable -> Spliter -> 2 modems

My situation:
1 Cable -> Spliter -> 2 modems
eth0(1st modem): inet addr:xxx.xxx.xxx.194  Bcast:xxx.xxx.xxx.207  Mask:255.55.255.240
eth1(2nd modem): inet addr:yyy.yyy.yyy.70  Bcast:yyy.yyy.yyy.255  Mask:255.255.255.0
gw1: xxx.xxx.xxx.193
gw2: yyy.yyy.yyy.1

The problem is that i want to split the traffic on the eth2 (LAN) via both interfaces, but the packets sent from eth2 to eth1 are going further to eth0 (same damn line).

route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
yyy.yyy.yyy.70     yyy.yyy.yyy.1      255.255.255.255 UGH   0      0        0 eth1
xxx.xxx.xxx.192  0.0.0.0         255.255.255.240 U     0      0        0 eth0
192.168.zzz.0     0.0.0.0         255.255.255.0   U     0      0        0 eth2
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         xxx.xxx.xxx.193  0.0.0.0         UG    1      0        0 eth0

yyy.yyy.yyy.70 is declared on host and not on net after some hours of trying (I cannot put the server offline).
I'm trying for a while to set it up but my eth1 doesn't want to throw the packets directly his modem, uses eth0.

Please help me, i have a while since i could use both lines.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of brabard
brabard

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial