/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */

Thanks! The solution came by way of a local radio computer support talk show where one fella knew that Roadrunner had changed their DNS servers without telling anyone. I'm still in the dark about why this doesn't affect the computer directly connected to the cable modem, but the masqed computers definitely needed the updated IP numbers for DNS.

Thanks,
Mike Holloway

Michael Holloway <[EMAIL PROTECTED]> wrote:
>
> A week ago all web browser connections from my masqed PCs stopped
> working.  FTP, ping, SSH, all work, the connections are forwarded, but
> web requests get no connection.

It almost sounds like your PC(s?) have changed their configuration, such
as trying to use a proxy that is not available.

The best way I know to debug a problem like this is "tcpdump".

For instance, on the masq gateway, open two windows, one showing inside
packets:

tcpdump -n -i eth0

And another showing outside packets:

tcpdump -n -i ppp0

This assumes your internal/external interfaces are eth0/ppp0, of course.

Then, when you begin a web request on the PC, watch the screens.  Do you
see the port 80 traffic on the internal side?  Do you see corresponding
traffic on the outgoing side?  Do you see the RETURN traffic coming back
from the web server?  Do you see that return traffic being forwarded
back to the originating machine?  You should be able to see the IP
addresses change due to masq, as well.

Watching this process happen in real-time is a great way to find out
WHERE the problem is occurring, and this will lead you closer to the
solution.

--
David DeSimone || "I used to think I was a child; now I think I am an adult.
aka Fuzzy Fox || Not because I no longer do childish things, but because
[EMAIL PROTECTED] || those I call adults are no more mature than I am.

_________________________________________________________________
Get rid of annoying pop-up ads with the new MSN Toolbar � FREE! http://clk.atdmt.com/AVE/go/onm00200414ave/direct/01/


_______________________________________________
Masq maillist - [EMAIL PROTECTED]
Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING!
or email to [EMAIL PROTECTED]


PLEASE read the HOWTO and search the archives before posting.
You can start your search at http://www.indyramp.com/masq/
Please keep general linux/unix/pc/internet questions off the list.

Reply via email to