From owner-freebsd-net Tue Feb 8 8: 1:31 2000 Delivered-To: freebsd-net@freebsd.org Received: from p0016c23.us.kpmg.com (p0016c23.us.kpmg.com [199.207.255.23]) by builder.freebsd.org (Postfix) with ESMTP id 8169E3DB8 for ; Tue, 8 Feb 2000 08:01:28 -0800 (PST) Received: from p0016c56.kweb.us.kpmg.com by p0016c23.us.kpmg.com(Pro-8.9.3/Pro-8.9.3) with SMTP id LAA28789 for ; Tue, 8 Feb 2000 11:02:20 -0500 (EST) Received: from p0016c22.kweb.us.kpmg.com by p0016c56.kweb.us.kpmg.com via smtpd (for p0016c23.us.kpmg.com [199.207.255.23]) with SMTP; 8 Feb 2000 16:02:34 UT Received: from usnssexc19.kweb.us.kpmg.com by kpmg.com(Pro-8.9.2/Pro-8.9.2) with ESMTP id LAA23889 for ; Tue, 8 Feb 2000 11:02:20 -0500 (EST) Received: from usnssexc19.kweb.us.kpmg.com (unverified) by usnssexc19.kweb.us.kpmg.com (Content Technologies SMTPRS 2.0.15) with ESMTP id for ; Tue, 08 Feb 2000 10:52:01 -0500 Received: by usnssexc19.kweb.us.kpmg.com with Internet Mail Service (5.5.2650.21) id ; Tue, 8 Feb 2000 10:52:01 -0500 Message-Id: <8389C74A65EFD111B03800805FA7658F06C04882@USDALEXC01> From: "Fisch, Eric" To: freebsd-net@freebsd.org Subject: PPP Gateway Routing Problem Date: Tue, 8 Feb 2000 10:58:28 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am having what appears to be a routing problem with a PPP gateway and am hoping someone can shed some light on the issue. I have a small network of windows/UNIX systems behind a FreeBSD gateway box. The gateway box is providing DNS and DHCP services to the other systems without any problem. I have tried to set up the gateway box to do PPP-on-demand for the entire network with limited success. PPP works flawlessly on the gateway box. When I am on the "inside", however, I get nothing. I am able to connect to the gateway, but no further. Interestingly enough, when I "ping" a system from the inside box, I get proper name resolution, but "Host is Unreachable" errors as well. This leads me to believe that I have a routing issue from the gateway to the inside boxes. I think I am missing something in my rc.conf settings. Heck, if I had any clue what was wrong I would not be posting. Obligatory Diagram: ISP | <- PPP on Demand (ISP assigned IP address of a.b.c.d) FreeBSD gateway <- DNS and DHCP servers to inside (border.mydomain.com) | <- gateway internal ip: 192.168.169.1 ---------------- | | | Win95 UNIX Win95 <- all "inside" boxes (all in the range of: 192.168.169.x) rc.conf file: network_interfaces="ed0 lo0 tun0" ifconfig_ed0="inet 192.168.169.1 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1" ifconfig_tun0="" hostname="border.mydomain.com" linux_enable="YES" dhcpd_enable="YES" lpd_enable="YES" moused_port="/dev/psm0" moused_enable="YES" saver="blank" gateway_enable="YES" defaultrouter="NO" named_enable="YES" route_enable="NO" ppp_enable="YES" ppp_nat="YES" ppp_mode="auto" ppp_profile="demand" Any assistance would be great! Thanks, Eric Fisch efisch@kpmg.com ***************************************************************************** The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. When addressed to our clients any opinions or advice contained in this email are subject to the terms and conditions expressed in the governing KPMG client engagement letter. ***************************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message