Automatisches Verbinden mit dem Internet
Thomas Fernandez
thomas.f.ml at gmx.net
Die Jun 12 18:19:36 BST 2007
On Tue, 12 Jun 2007 18:54:08 +0200
Thilo Six <T.Six at gmx.de> wrote:
> Was gibt dir:
>
> $ ls -l /etc/ppp/ppp??_on_boot
Die Datei existiert. Oder brauchst Du die Attribute?
Inhalt der Datei:
*******************
#!/bin/sh
PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin
export PATH
modprobe -q pppoe
exec pppd call dsl-provider
*********************
Die letzte Zeile macht mir eignetlich Hoffnung. Die Datei dsl-provider
existiert auch und hat folgenden Inhalt:
**********************
# Minimalistic default options file for DSL/PPPoE connections
noipdefault
defaultroute
replacedefaultroute
hide-password
#lcp-echo-interval 30
#lcp-echo-failure 4
noauth
persist
#mtu 1492
#persist
#maxfail 0
#holdoff 20
plugin rp-pppoe.so eth0
usepeerdns
user "username"
***********************
Statt username steht da natuerlich mein Username beim DSL-Provider,
aber mit Quotes. Diese Datei scheint men Passwort nicht zu enthalten,
wie kann ich da einloggen? Soll ich da einfach mal noch eine Ziel
druntersetzen:
pass "password"
?
--
Cheers,
Thomas.