weiss nicht obs weiterhilft aber trotzdem nochmal die richtige anleitung fĂĽr xdsl@...:
-------------------------------------------------|
Im File "options" sollte am Ende folgender Text enthalten sein:
- Code: Alles auswählen
#
defaultroute
# replacedefaultroute
noipdefault
name "username@home"
noauth
debug
Im File "chap-secrets" sollte folgendes enthalten sein:
- Code: Alles auswählen
# Secrets for authentication using CHAP
# client server secret IP addresses
# OUTBOUND CONNECTIONS
# Here you should add your PPP Login and PPP password to connect to your
# provider via pap. The * means that the entry(login and passoword may be
# used for ANY host you connect to.
# Thus you do not have to worry about the foreign machine name. Just
# replace password with your password.
#hostname * password
"username@home" * "passwort"
# PREDIFINED CONNECTIONS
# These are user and password entries for publically accessible call-by-call
# Internet providers in Germany. If they confict with your config, remove them.
# READ_IN_CALLBYCALL_SECRETS
Im File "pap-secrets" sollte folgendes enthalten sein:
- Code: Alles auswählen
# Secrets for authentication using PAP
# client server secret IP addresses
# OUTBOUND CONNECTIONS
# Here you should add your PPP Login and PPP password to connect to your
# provider via pap. The * means that the entry(login and passoword may be
# used for ANY host you connect to.
# Thus you do not have to worry about the foreign machine name. Just
# replace password with your password.
#hostname * password
"username@home" * "passwort"
username@home * "passwort"
# PREDIFINED CONNECTIONS
# These are user and password entries for publically accessible call-by-call
# Internet providers in Germany. If they confict with your config, remove them.
# READ_IN_CALLBYCALL_SECRETS
# INBOUND CONNECTIONS
#client hostname <password> 192.168.1.1
# If you add "auth login -chap +pap" to /etc/mgetty+sendfax/login.config,
# all users in /etc/passwd can use their password for pap-authentication.
#
# Every regular user can use PPP and has to use passwords from /etc/passwd
#* hostname ""
# UserIDs that cannot use PPP at all. Check your /etc/passwd and add any
# other accounts that should not be able to use pppd! Replace hostname
# with your local hostname.
#guest hostname "*" -
#master hostname "*" -
#root hostname "*" -
#support hostname "*" -
#stats hostname "*" -
Zuguterletzt sollte noch folgendes gemacht werden.
- Default GW vom eth notieren, welches am Netz hängt .
- Eingabe von: route del default (Damit das default gateway, daĂź dir der DHCP fĂĽr ethx zuweist weg ist.)
- Eingabe von: route add -host 10.0.0.138 gw 172.16.x.x (was unter 1 notiert wurde)
- Eingabe von: pptp 10.0.0.138
-------------------------------------------------|
anm.: is fĂĽr single ohne voip
mfg faszi
***EDIT by penguinforce: fĂĽr logs usw. den "code"-bb-code verwenden, oder fĂĽr diesen beitrag bb-code deaktivieren! - ausnahmsweise gechanged.***