Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Mar 1998 01:43:47 +0000
From:      Brian Somers <brian@Awfulhak.org>
To:        Michael Vlasov <mvlasov@microdin.ru>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Hello ! 
Message-ID:  <199803080143.BAA19953@awfulhak.org>
In-Reply-To: Your message of "Sat, 07 Mar 1998 21:01:39 PST." <35022633.3B47@microdin.ru> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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 <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org>
      <http://www.Awfulhak.org>;
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803080143.BAA19953>