From owner-freebsd-questions Mon Dec 4 12:26:32 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA27505 for questions-outgoing; Mon, 4 Dec 1995 12:26:32 -0800 Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA27499 for ; Mon, 4 Dec 1995 12:26:27 -0800 Received: from aebeard.technion.ac.il (root@aebeard.technion.ac.il [132.68.146.67]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id MAA12706 for ; Mon, 4 Dec 1995 12:26:20 -0800 Received: (from yuri@localhost) by aebeard.technion.ac.il (8.6.12/8.6.9) id WAA03594; Mon, 4 Dec 1995 22:24:17 +0200 Date: Mon, 4 Dec 1995 22:24:16 +0200 (IST) From: Yuri Gindin To: Alexander Kolbasov cc: freebsd-questions@freebsd.org, freebsd-isp@freebsd-org Subject: Re: routing problems with ppp.[solved] In-Reply-To: <199512032225.BAA00787@pango.stins.msk.su> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk On Mon, 4 Dec 1995, Alexander Kolbasov wrote: > Yuri Gindin writes: > > > I have some problems connecting two computers with ppp. > > One computer is connected to the ethernet line and has > > a modem. I want to route traffic through this one. > > I connect from the second computer using iij-ppp > > and everything goes fine, i.e. when I start ppp -direct > > on the first computer or pppd I can connect to it > > but traceroute stops on it and doesn't go furhter. > > The routing tables on both computers seem to be OK. > > Please send your ppp.config file. Looks like other computers in your network > doesn't know anything about this ppp connection. What type of routing do you > use? What is your LAN network and netmask? > > - Sasha - > Hi, The problem is finally solved, I forgot to put enable proxy in the ppp.conf Now everything works great ! My setup is (in ppp.conf) default: set device /dev/cuaa1 set speed 57600 disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\ \T TIMEOUT 40 CONNECT" dialin: enable proxy set ifaddr 132.68.146.67 132.68.146.152 255.255.255.0 Now the next step - how to configure the dialout from the server. I wrote the following: dialin: enable proxy set ifaddr 132.68.146.67 132.68.146.152 255.255.255.0 set phone 9,326031 set debug phase chat set dial "TIMEOUT 5 \"\" ATH OK \\dATDT\\T TIMEOUT 40 CONNECT" dial What's wrong ? Any help will be greatly appreciated. --Yuri.