Hey all,
  I am having a problem where my ISP is not accepting my PPPoE setup.

I used the following link for my setup, and my password is setup correctly in 
/etc/ppp/chap-secrets, there is no entries in /etc/ppp/pap-secrets.

I have no idea why it is not attempting CHAP

I have used the refuse-pap option with no effect.  

require-pap just attempts to make the ISP authenticate to me, so it bails 
earlier.

Jun  7 22:05:11 bootcamp pppd[3895]: [ID 860527 daemon.notice] pppd 2.4.0b1 
(Sun Microsystems, Inc., Nov  6 2006 21:53:17) started by root, uid 0
Jun  7 22:05:12 bootcamp pppd[3895]: [ID 702911 daemon.notice] Connect: sppp0 
<--> /dev/sppptun
Jun  7 22:05:14 bootcamp pppd[3895]: [ID 702911 daemon.notice] Modem hangup
Jun  7 22:05:14 bootcamp pppd[3895]: [ID 702911 daemon.warning] We set 
Configure-Nak for 0xc023 (Password Authentication Protocol) to suggest 0xc223 
(Challenge Handshake Authentication Protocol)
Jun  7 22:05:14 bootcamp pppd[3895]: [ID 702911 daemon.notice] Connection 
terminated.

# uname -a
SunOS bootcamp 5.10 Generic_118855-33 i86pc i386 i86pc

# cat /etc/ppp/peers/isp
sppptun                                         # what device to use
plugin pppoe.so                                 # initialize the
connect "/usr/lib/inet/pppoec iprb0"    # connect string
persist                                         # if the connection dies, bring 
it back up
user "[EMAIL PROTECTED]"                 # username
noauth                                          # Do not make the other side 
authenticate itself
noipdefault                                     # Let them give you what IP 
they want to give you
noccp                                           # No compression
novj                                            # No compression
noaccomp                                        # No compression
nopcomp                                         # No compression
defaultroute                                    # add an appropriate default 
route

# cat /etc/ppp/chap-secrets
"[EMAIL PROTECTED]"      *       "password"

Any ideas where to go from here?
 
 
This message posted from opensolaris.org
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to