Date: 27 Sep 1997 14:34:40 +0800 From: mcgovern@spoon.beta.com ("Brian J. McGovern") To: questions@freebsd.org Subject: RE: serious PPP problem Message-ID: <60i9e0$rbb$1@FreeBSD.csie.NCTU.edu.tw>
next in thread | raw e-mail | index | archive | help
This is a typical ISP flub. I strongly suspect that their routing is to blame. Chances are that they're real router (ie - not the portmaster) has the route for 209.47.145.1 being sent to the first portmaster. Both portmasters then have their default route set to their router (what one would consider normal). Assuming these are Livingston boxes, I have seen problems with RIP packets not being generated/eaten by these boxes properly. My guess, when you connect to the second portmaster, were to to "go out on the net", and traceroute back to your IP, would find that the ISP's router is sending all your traffic to the first portmaster, even though you're connected to the second. Since the first one has no clue as to how to route the data to the second, the bits end up in the bit bucket. The way I kinda "hacked" around this was to set the default route for each of the portmasters to the next in the chain, so that packets destined for "somewhere" would try all of the portmasters before heading back towards the default router. This, however, is a flawed solution for a number of reasons. It just gets around the problem. Have your ISP help you run traceroutes from outside the segment the portmasters are on. Chances are, you'll find all your packets going to the first one. -Brian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?60i9e0$rbb$1>