Fuzzy Fox <[EMAIL PROTECTED]> wrote:
> 
> David A. Ranch <[EMAIL PROTECTED]> wrote:
>>
>> The reason why I'm skeptical is that when a packet comes in on your
>> cablemodem, the sending server is expecting ACKs from that same IP.
>> Yet, on this setup, the ACKs come back from the analog modem with a
>> different IP address.  Why doesn't the remote server complain about
>> this?
>
> The packets sent over the modem go to the same ISP that routes traffic
> to your cable modem.  As such, they are free to masquerade the traffic
> to the remote destination to make it see one IP address.  :)

But wouldn't the routing be set up to be:

+-------+  server requests  +-------+
| Modem | ----------------> | ppp0  |
+-------+                   |  |    |
+-------+                   |  V    |
| Cable | <---------------> | eth1  |
| Modem |                   |  ^    |
+-------+                   |  |    |
                            |  V    |       +-----------+
                            |  eth0 | <---> | Local Net |
                            +-------+       +-----------+

ie. incoming traffic on ppp0 would reply via eth1 and the cable modem.
    all traffic on eth0 would be masqueraded on eth1.

It seems to me that the ACK would still come from ppp0's address, it would
simply take a different path back.

--
// Glenn L. Austin
// Computer Wizard and Race Car Driver
// mailto:[EMAIL PROTECTED]
// http://www.austin-home.com/glenn/



_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
http://tiffany.indyramp.com/mailman/listinfo/masq
Admin requests can be handled by web (above) or [EMAIL PROTECTED]

Reply via email to