[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem connecting with ADSL




Hi,
I am trying to get ADSL to work with my account an Actcom.
It works ok with win98...

With Linux however things are a bit hectic, It looks like
I do manage to dial in (with Linux) since I get back a response
with the correct IP in the /usr/adm/debug :

Apr  6 00:19:22 varda pppd[249]: sent [IPCP ConfReq id=0x1
<addr 192.117.106.132> <compress VJ 0f 01>]

Which is my designated Actcom IP; However once this is done
I get disconnected (immidiatly)  and the pppd process
exits.
Any Ideas what is wrong?
Thanks Ghiora Drori

Details:

I had isdn before which is now disabled and the card has been removed.
.
I am using kernel 2.4.1 with the ppp modules loaded and with devfs
but that does not seem to be a problem.

I compiled and installed the latest pppd as recommended by the:
HOWTO-ADSL-BEZEQ (using: make CHAPMS=1 USE_CRYPT=1 )

I compiled and installed the pptp-mulix.

This is my start up script:

/usr/sbin/pptp 10.0.0.138 debug  5 user edrori@actcom remotename
"10.0.0.138 RELAY_PPP1" defaultroute netmask 255.0.0.0 mtu 1500 mru
1500 noauth


Running it gives me this:
#./doit
(unknown)[243]: log[main:pptp.c:74]: trying to connect to '10.0.0.138'
(unknown)[245]: log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:555]: Client 
connection established.
(unknown)[245]: log[callmgr_main:pptp_callmgr.c:189]: new call!
(unknown)[245]: log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:661]: calling 
pptp_set_link()
(unknown)[245]: log[pptp_set_link:pptp_ctrl.c:477]: pptp_set_link() packet 
sending succesfull
(unknown)[245]: log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:664]: Outgoing 
call established.
warn[decaps_gre:pptp_gre.c:240]: discarding out-of-order
bash-2.04#


In /usr/adm/debug:

Apr  6 00:19:16 varda pppd[249]: using channel 1
Apr  6 00:19:16 varda pppd[249]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> 
<magic 0xd03f0f36> <pcomp> <accomp>]
Apr  6 00:19:19 varda pppd[249]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> 
<magic 0xd03f0f36> <pcomp> <accomp>]
Apr  6 00:19:19 varda pppd[249]: rcvd [LCP ConfRej id=0x1 <asyncmap 0x0> 
<pcomp> <accomp>]
Apr  6 00:19:19 varda pppd[249]: sent [LCP ConfReq id=0x2 <magic 
0xd03f0f36>]
Apr  6 00:19:19 varda pppd[249]: rcvd [LCP ConfAck id=0x2 <magic 
0xd03f0f36>]
Apr  6 00:19:22 varda pppd[249]: sent [LCP ConfReq id=0x2 <magic 
0xd03f0f36>]
Apr  6 00:19:22 varda pppd[249]: rcvd [LCP ConfAck id=0x2 <magic 
0xd03f0f36>]
Apr  6 00:19:22 varda pppd[249]: rcvd [LCP ConfReq id=0x84 <mru 1500> <auth 
pap> <magic 0x1d35c91d>]
Apr  6 00:19:22 varda pppd[249]: sent [LCP ConfRej id=0x84 <auth pap>]
Apr  6 00:19:22 varda pppd[249]: rcvd [LCP ConfReq id=0x85 <mru 1500> <magic 
0x1d35c91d>]
Apr  6 00:19:22 varda pppd[249]: sent [LCP ConfAck id=0x85 <mru 1500> <magic 
0x1d35c91d>]
Apr  6 00:19:22 varda pppd[249]: sent [LCP EchoReq id=0x0 magic=0xd03f0f36]
Apr  6 00:19:22 varda pppd[249]: sent [IPCP ConfReq id=0x1 <addr    
192.117.106.132> <compress VJ 0f 01>]
    ~~~~~~~~~~~~~~~
Apr  6 00:19:22 varda pppd[249]: sent [CCP ConfReq id=0x1 <deflate 15> 
<deflate(old#) 15> <bsd v1 15>]
Apr  6 00:19:22 varda pppd[249]: rcvd [LCP TermReq id=0x86]
Apr  6 00:19:22 varda pppd[249]: sent [LCP TermAck id=0x86]
Apr  6 00:19:22 varda pppd[249]: rcvd [LCP ConfReq id=0xf4 <mru 1500> <auth 
pap> <magic 0x1d35c9de>]


In /usr/adm/messages:
Apr  6 00:19:16 varda (unknown)[245]: 
log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:
661]: calling pptp_set_link()
Apr  6 00:19:16 varda (unknown)[245]: log[pptp_set_link:pptp_ctrl.c:477]: 
pptp_s
et_link() packet sending succesfull
Apr  6 00:19:16 varda (unknown)[245]: 
log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:
664]: Outgoing call established.
Apr  6 00:19:16 varda pppd[249]: pppd 2.4.1 started by root, uid 0
Apr  6 00:19:16 varda pppd[249]: Using interface ppp0
Apr  6 00:19:16 varda pppd[249]: Connect: ppp0 <--> /dev/ttya0
Apr  6 00:19:22 varda kernel: PPP Deflate Compression module registered
Apr  6 00:19:22 varda pppd[249]: LCP terminated by peer
Apr  6 00:19:25 varda pppd[249]: Connection terminated.
Apr  6 00:19:27 varda pppd[249]: Exit.





My modem is an alcatel

This is my /etc/ppp/pap-secrets and /etc/ppp/chap-secrets:

(XXXXXX is not my real passwd obviously )
"edrori@IActcom" "10.0.0.138 RELAY_PPP1" "XXXXXX"
"10.0.0.138 RELAY_PPP1" "edrori@IActcom" "XXXXXX"

I have the following kernel modules:

/kernel/drivers/net/ppp_generic.o
/kernel/drivers/net/ppp_async.o
/kernel/drivers/net/ppp_synctty.o
/kernel/drivers/net/ppp_deflate.o

This is my lsmod :

bash-2.04# lsmod |grep ppp
ppp_generic            12928   0  [bsd_comp]
slhc                    4580   0  [ppp_generic]

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il