Linux Advanced Routing and Traffic Control list
 help / color / mirror / Atom feed
* [LARTC] Getting AOL IM client to work with IPTABLES and IPROUTE2 (port forwarding almost)
@ 2001-10-28 13:28 David
  2001-10-28 14:02 ` Christoph Simon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David @ 2001-10-28 13:28 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 900 bytes --]

I'm trying to get my AOL IM'r to work consistenly with 2 cable modems. It
seems like it says it can't connect (90% of the time, 10% it works, just
pure luck) when I have both of the cable modems working together with this
iproute command

ip route default equalize nexthop via ***.***.***.*** dev eth0 nexthop via
***.***.***.*** dev eth2
iptables -A POSTROUTING -t nat -j MASQUERADE -o eth2
iptables -A POSTROUTING -t nat -j MASQUERADE -o eth0
Internet and everything else works fine with that. I need a solution whether
it be some kind of forwarding (port 5190) so that anything received comes
through 1 ethernet address. It might even have to be sent out the same
ethernet address but I'm thinking either one would work if there is someway
to put a return address on the packet or something. I know AOL im'r works
100% when the linux box is routing just through 1 cable modem.



Thanks!

David



[-- Attachment #2: Type: text/html, Size: 1653 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-10-28 17:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-28 13:28 [LARTC] Getting AOL IM client to work with IPTABLES and IPROUTE2 (port forwarding almost) David
2001-10-28 14:02 ` Christoph Simon
2001-10-28 14:55 ` [LARTC] Getting AOL IM client to work with IPTABLES and IPROUTE2 Julian Anastasov
2001-10-28 15:53 ` [LARTC] Getting AOL IM client to work with IPTABLES and IPROUTE2 (port forwarding almost) Christoph Simon
2001-10-28 17:23 ` [LARTC] Getting AOL IM client to work with IPTABLES and IPROUTE2 Julian Anastasov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox