Hello I've got following problem. I wanted to install ADSL (t-online austria) using the YAST2 DSL module. When I start the communication I get as a last message: Sending PADI. Waiting for PADO. Plese check your configuration. I tried to find some docu about it, but I found only suggestions to install pptp and use it for this purpose. When I wanted to install it complained about the ppp version in suse. Could you please tell me how I can solve the problem or where to find an information how to solve it. Thank you very much Ivo
On Monday 03 March 2003 16:14, Ivo.Libal@knapp-systems.com wrote:
Hello I've got following problem. I wanted to install ADSL (t-online austria) using the YAST2 DSL module. When I start the communication I get as a last message: Sending PADI. Waiting for PADO. Plese check your configuration.
I tried to find some docu about it, but I found only suggestions to install pptp and use it for this purpose. When I wanted to install it complained about the ppp version in suse. Could you please tell me how I can solve the problem or where to find an information how to solve it.
Ivo, I have no idea how to use yast but I can share my expirience with configuring/running ADSL on my home network: 1. you should have installed rp-pppoe 2. launch: adsl-setup and configure connection 3. to start adsl type: adsl-start or add script to /etc/rc.d/ via yast->system->runlevel editor to keep connection I use such script located in /usr/local/bin: #! /bin/sh date >> /var/log/adsl.log ping 194.204.159.1 -c1 -w5 | grep 'icmp_seq' >/dev/null let result=$? if [ $result -eq 0 ]; then echo ok >> /var/log/adsl.log else echo Not connected - traying connect >> /var/log/adsl.log /usr/sbin/adsl-stop >> /var/log/adsl.log /usr/sbin/adsl-start >> /var/log/adsl.log fi AND add task to cron (crontab -e as root): # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.2303 installed on Tue Feb 18 20:53:35 2003) # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $) # Keep ADSL connection */2 * * * * /usr/local/bin/keep-adsl Regards, -- Emcek emcek@poczta.onet.pl --------------r-e-k-l-a-m-a----------------- Szukasz banku bez prowizji ? mBank - zaloz konto http://epieniadze.onet.pl/mbank
The problem is that the Yast2 DSL module doesn't support pptp. Because of this, the module is worthless for many people. Could you please tell us the error pptp gives? I'm using it succesfully on 8.1. Op maandag 3 maart 2003 16:14, schreef Ivo.Libal@knapp-systems.com:
Hello I've got following problem. I wanted to install ADSL (t-online austria) using the YAST2 DSL module. When I start the communication I get as a last message: Sending PADI. Waiting for PADO. Plese check your configuration.
I tried to find some docu about it, but I found only suggestions to install pptp and use it for this purpose. When I wanted to install it complained about the ppp version in suse. Could you please tell me how I can solve the problem or where to find an information how to solve it. Thank you very much Ivo
participants (3)
-
Emcek
-
Ivo.Libal@knapp-systems.com
-
Z_God