From owner-freebsd-questions Sat Mar 7 18:56:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16295 for freebsd-questions-outgoing; Sat, 7 Mar 1998 18:56:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15961 for ; Sat, 7 Mar 1998 18:53:27 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id BAA19953; Sun, 8 Mar 1998 01:43:47 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199803080143.BAA19953@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Michael Vlasov cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hello ! In-reply-to: Your message of "Sat, 07 Mar 1998 21:01:39 PST." <35022633.3B47@microdin.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 08 Mar 1998 01:43:47 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hello ! > > My name is Michael Vlasov. I am want get help from you. My personal > workstations PC have a dial up to ISP but i am do not have routing > before connect (in modem the normal work ) > The command PING - sea that "d not route to host ...." [.....] > his adress - 195.128.73.200 > his domen - www.micrrodin.ru > his telephone 9951001 [.....] > default: > set device /dev/cuaa0 > set speed 38400 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDP\\T TIMEOUT 50 CONNECT" > provider: > set phone 9951001 > set authname my_login > set authkey my_password > set login "TIMEOUT 5 login:-\\r-login: \\U word: \\P PPP" > set timeout 400 > deny lqr > set ifaddr 10.0.0.1/0 This should be ``set ifaddr 10.0.0.1/0 195.128.73.200/0'' > delete ALL > add 0 0 195.128.73.200 > dial Remove this line. It does nothing and causes some problems with later versions of ppp. [.....] You also need /etc/ppp/ppp.linkup with the following entry: provider: delete ALL add 0 0 HISADDR This should get things up & running. -- Brian , , 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