Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 May 1998 03:02:20 +0100
From:      Brian Somers <brian@Awfulhak.org>
To:        Tim Gustafson <guff@esther.falconsoft.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: PPP/PAP/Microsoft Dial-Up Server 
Message-ID:  <199805080202.DAA10457@awfulhak.org>
In-Reply-To: Your message of "Thu, 07 May 1998 16:49:42 EDT." <Pine.BSF.3.96.980507164551.20171A-100000@esther.falconsoft.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Hello
>   I am having troubles getting my PPP to connect to a Microsoft NT 4
> dial-up server.  I have the ppp.conf set up like this:
> 
> isp:
>   set authname myusername
>   set authkey mypassword
>   set device /dev/cuaa0
>   enable pap

You're asking the other side to authenticate themselves.  Re-check 
the man page.  You probably don't want to `enable pap'.

>   set phone 1234567
>   set login "TIMEOUT 5"
>   set timeout 30
>   set ifaddr 0.0.0.0 1.2.3.4
>   delete 0
>   add 0 0 1.2.3.4
> 
> Replace 1.2.3.4 with my provider's ip and the username/password, of
> course.  In ppp.secret I have:
> 
> machinename password
> 
> My machine name and login name are different, but the passwords are the
> same.  It does dial and connect to the ISP and it sends some stuff back
> and fourth, so I know the modem's working.
> 
> Any help is greatly appreciated!
> 
> Tim

-- 
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?199805080202.DAA10457>