This is a discussion on Problem with Roaring Penguin within the Linux Networking forums, part of the Linux Forums category; I installed roaring penguin, run configuration scripts and launched adsl-start what I get is: .................TIMED OUT /usr/sbin/adsl-...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I installed roaring penguin, run configuration scripts and launched
adsl-start what I get is: .................TIMED OUT /usr/sbin/adsl-start: line 194: 1401 Terminated $CONNECT "$@" >/dev/null 2>&1 If I try to launch directly: # ifconfig eth0 up # /usr/bin/setsid /usr/sbin/pppd pty '/usr/sbin/pppoe -p /var/run/pppoe.conf-adsl.pid.pppoe -I eth0 -T 80 -U -m 1412 ' noipdefault noauth default-asyncmap defaultroute hide-password nodetach usepeerdns mtu 1492 mru 1492 noaccomp noccp nobsdcomp nodeflate nopcomp novj novjccomp user <user-login-here> lcp-echo-interval 20 lcp-echo-failure 3 it correctly connects and I have to kill pppd to stop connection. How can I solve the problem to make the connection working with adsl-start? The same error message I get with tkpppoe. What can be the problem? |
|
|||
|
i had this problem at first with rp-pppoe... i rebooted the computer...
reset the dsl modem and it hooked up right away after the reboot... hope that helps... grafyt Francesco wrote: > I installed roaring penguin, run configuration scripts and launched > adsl-start > what I get is: > ................TIMED OUT > /usr/sbin/adsl-start: line 194: 1401 Terminated $CONNECT > "$@" >/dev/null 2>&1 > > > If I try to launch directly: > > # ifconfig eth0 up > # /usr/bin/setsid /usr/sbin/pppd pty '/usr/sbin/pppoe -p > /var/run/pppoe.conf-adsl.pid.pppoe -I eth0 -T 80 -U -m 1412 ' > noipdefault noauth default-asyncmap defaultroute hide-password > nodetach usepeerdns mtu 1492 mru 1492 noaccomp noccp nobsdcomp > nodeflate nopcomp novj novjccomp user <user-login-here> > lcp-echo-interval 20 lcp-echo-failure 3 > > it correctly connects and I have to kill pppd to stop connection. > How can I solve the problem to make the connection working with > adsl-start? > The same error message I get with tkpppoe. > > What can be the problem? |