Date: Mon, 4 Dec 1995 22:24:16 +0200 (IST) From: Yuri Gindin <yuri@aebeard.technion.ac.il> To: Alexander Kolbasov <akolb@stins.msk.su> Cc: freebsd-questions@freebsd.org, freebsd-isp@freebsd-org Subject: Re: routing problems with ppp.[solved] Message-ID: <Pine.BSF.3.91.951204215638.3545A-100000@aebeard.technion.ac.il> In-Reply-To: <199512032225.BAA00787@pango.stins.msk.su>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.951204215638.3545A-100000>