Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2005 01:44:49 -0300
From:      Alexandre Vasconcelos <alex.vasconcelos@gmail.com>
To:        freebsd-isp@freebsd.org
Subject:   Using PPP
Message-ID:  <26551fb50504112144311ff404@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hello All,

Sorry if this was discused before but I couldn't find it on archives..
I have an ADSL PPPoE connection with Internet, my modem is a Alcatel
Speed Touch Pro, bridged mode. It works fine on windows (using a
built-in dialer) and linux (using rp-pppoe). I've followed the
handbook instructions
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html)
to make it work on FreeBSD with PPPoE without success. My ppp.conf is
just like section 21.5.2:

default:
  set log phase chat connect lcp ipcp tun command
  set ifaddr 10.0.0.140/32 0.0.0.0/0

brtelecom:
 set device PPPoE:sis0
 set authname myusername
 set authkey mypassword
 set dial
 set login
 add default HISADDR

When I run ppp -ddial brt modem lights start to blink, but ifconfig
shows interface tun0 without any IP address and /var/log/ppp.log
shows:

[root@alex ppp]# tail -f /var/log/ppp.log
Apr 12 01:13:01 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial.
Apr 12 01:13:04 alex ppp[9723]: tun0: IPCP: deflink:
RecvConfigReq(112) state = Initial
Apr 12 01:13:04 alex ppp[9723]: tun0: IPCP:  IPADDR[6] 200.103.98.174
Apr 12 01:13:04 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial.
Apr 12 01:13:07 alex ppp[9723]: tun0: IPCP: deflink:
RecvConfigReq(113) state = Initial
Apr 12 01:13:07 alex ppp[9723]: tun0: IPCP:  IPADDR[6] 200.103.98.174
Apr 12 01:13:07 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial.
Apr 12 01:13:10 alex ppp[9723]: tun0: IPCP: deflink:
RecvConfigReq(114) state = Initial
Apr 12 01:13:10 alex ppp[9723]: tun0: IPCP:  IPADDR[6] 200.103.98.174
Apr 12 01:13:10 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial.
Apr 12 01:13:13 alex ppp[9723]: tun0: IPCP: deflink:
RecvConfigReq(115) state = Initial
Apr 12 01:13:13 alex ppp[9723]: tun0: IPCP:  IPADDR[6] 200.103.98.174
Apr 12 01:13:13 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial.
Apr 12 01:13:16 alex ppp[9723]: tun0: IPCP: deflink:
RecvConfigReq(116) state = Initial
Apr 12 01:13:16 alex ppp[9723]: tun0: IPCP:  IPADDR[6] 200.103.98.174
Apr 12 01:13:16 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial.
Apr 12 01:13:19 alex ppp[9723]: tun0: IPCP: deflink:
RecvConfigReq(117) state = Initial
Apr 12 01:13:19 alex ppp[9723]: tun0: IPCP:  IPADDR[6] 200.103.98.174
Apr 12 01:13:19 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial.
Apr 12 01:13:22 alex ppp[9723]: tun0: IPCP: deflink:
RecvConfigReq(118) state = Initial
Apr 12 01:13:22 alex ppp[9723]: tun0: IPCP:  IPADDR[6] 200.103.98.174
Apr 12 01:13:22 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial

I think there's something really small that I'm missing..
Anyone could help me?
Thanks in advance.

Alexandre



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