From owner-freebsd-questions Sun Jul 15 1:51:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id 212FB37B409 for ; Sun, 15 Jul 2001 01:51:54 -0700 (PDT) (envelope-from freebsd@XtremeDev.com) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id C1B0E13623 for ; Sun, 15 Jul 2001 02:51:42 -0600 (MDT) Date: Sun, 15 Jul 2001 02:51:42 -0600 (MDT) From: FreeBSD To: Subject: pppd and remote Windows dialup clients Message-ID: <20010715024310.P1685-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Setting up a pppd dialin server for remote windows clients. When they dial in, they're assigned the 10.0.0.10 ip address. My local lan runs on the 10.0.0.x address space behind a FreeBSD ipnat/ipf. The Windows machines connect and login fine, but their gateway info is setup wrong, here's the output from ipconfig /all (Windows 2000 machine dialing in): PPP adapter Connection to TestServer: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface Physical Address. . . . . . . . . : 00-53-45-00-00-00 DHCP Enabled. . . . . . . . . . . : No IP Address. . . . . . . . . . . . : 10.0.0.10 Subnet Mask . . . . . . . . . . . : 255.255.255.255 Default Gateway . . . . . . . . . : 10.0.0.10 DNS Servers . . . . . . . . . . . : 10.0.0.1 10.0.0.3 NetBIOS over Tcpip. . . . . . . . : Disabled The Windows machine can't ping anyone on the lan, nor can it reach out to the internet. I'm using pppd which auths the dialups, using the following /etc/ppp/options file: -detach auth asyncmap 0 modem crtscts lock refuse-chap require-pap proxyarp debug kdebug 1 mru 576 mtu 576 bsdcomp 15,15 deflate 15,15 vj-max-slots 16 10.0.0.1:10.0.0.10 ms-dns 10.0.0.1 ms-dns 10.0.0.3 netmask 255.255.255.0 Is it the default gateway that's the problem? Shouldn't it be 10.0.0.1 (my FreeBSD ipnat gateway machine to the internet)? If so, how do I get pppd to send that info out to the Windows machines dialing in? Or is this something pppd can't do and I would have to use ppp for? Thanks in advance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message