Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 1998 08:52:36 +1200 (NZST)
From:      Jonathan Chen <jonc@pinnacle.co.nz>
To:        Spike Gronim <spork@cncn.com>
Cc:        fbsdqs <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Yet more ppp problems
Message-ID:  <Pine.SGI.3.96.980504084635.3794A-100000@tui.pinnacle.co.nz>
In-Reply-To: <Pine.BSF.3.96.980503142008.240A-100000@pigstuy>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 3 May 1998, Spike Gronim wrote:

[snip]
> May  3 14:19:46 pigstuy ppp[235]: LCP: ChapOutput: CHALLENGE 
> May  3 14:19:46 pigstuy ppp[235]: LCP: ChapInput: RESPONSE 
> May  3 14:19:46 pigstuy ppp[235]: Phase:  Valsize = 16, Name =  
> May  3 14:19:46 pigstuy ppp[235]: LCP: ChapOutput: FAILURE
> 				       ^^^^^^^^^^^^^^^^^^^
> 			I guess it wants chap...
> 			Where do I put my chap identity information?
> 			ppp.secret? 	 

Remove the CHAP stuff from your ppp.conf; I suspect your ISP had done
what they done to enable it easy for Win95 users.  Mine just has:

clear-net:
	set phone local-isp-number
	accept pap
	set authname my-login-name
	set authkey  my-password
	set timeout 240
	set ifaddr 0 192.244.177.2/20
	add 0 0 192.244.177.2

With the ppp.linkup file reading

clear-net:
	delete 0
	add 0 0 HISADDR
--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250


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?Pine.SGI.3.96.980504084635.3794A-100000>