Date: Thu, 01 Apr 1999 18:16:13 +0100 From: Brian Somers <brian@Awfulhak.org> To: Jeffrey S Hertig <jeff@nazer.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dialin PPP Message-ID: <199904011716.SAA09036@keep.lan.Awfulhak.org> In-Reply-To: Your message of "Thu, 01 Apr 1999 10:52:50 CDT." <37039652.743D2036@nazer.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> I am running 3.0. > I have my server using a dedicated ppp connection to my ISP. > I am also on a local land. > > The problem is that dialin connections can access the local machine and > internet through the connection but not the local network. The local > network can be accessed from the internet. I must not be setting up > something right to get the dialin to route to the local network. I > can't seem to find how to add the route. No, the problem is that your local network doesn't know how to route to the dialin - they're going to their default router instead. You should allocate a local IP number to the ppp peer (something within the LAN netmask) and use ``enable proxy'' in your configuration. That way ppp will pretend that the dialer is local and the rest of your LAN will believe it. The alternative is to tell all machines on your lan how to route to the ppp network and get ppp to dish out IPs for the ppp network only. -- Brian <brian@Awfulhak.org> <brian@FreeBSD.org> <brian@OpenBSD.org> <http://www.Awfulhak.org> Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904011716.SAA09036>