Hallo Leute, es hat sich gelöst! Hier noch die Lösungsmail vom Inode-Support mit anschließender Beschreibung was ich gemacht habe! Alles etwas lange, aber vielleicht hilft es mal jemanden hier! mfg mIke ----------------------Support-Inode--------------------- Ausgangsbasis: /etc/ppp Im File "options" sollte am Ende folgender Text enthalten sein: # defaultroute # replacedefaultroute noipdefault name "username@home" noauth debug Im File "chap-secrets" sollte folgendes enthalten sein: # 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" Im File "pap-secrets" sollte folgendes enthalten sein: # 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" Zuguterletzt sollte noch folgendes gemacht werden. 1.) Default GW vom eth notieren, welches am Netz hängt . 2.) Eingabe von: route del default (Damit das default gateway, daß der DHCP für ethx zuweist weg ist.) 3.) Eingabe von: route add -host 10.0.0.138 gw 172.16.x.x (was unter 1 notiert wurde) 4.) Eingabe von: pptp 10.0.0.138 Wenn dies alles erledigt ist, sollte der Account online sein, und auch alles pingen können ;-))) ---------------------Support-Inode--------------------- Vorgehensweise von mir: /etc/init.d/network restart ifconfig eth0 Protokoll:Ethernet Hardware Adresse 00:A0:C9:29:03:80 inet Adresse:172.16.204.212 Bcast:172.16.204.255 Maske:255.255.255.0 inet6 Adresse: fe80::2a0:c9ff:fe29:380/64 Gültigkeitsbereich:Verbindung UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1 RX packets:384 errors:0 dropped:0 overruns:0 frame:0 TX packets:388 errors:0 dropped:0 overruns:0 carrier:0 Kollisionen:0 Sendewarteschlangenlänge:100 RX bytes:57698 (56.3 Kb) TX bytes:62374 (60.9 Kb) Interrupt:9 Basisadresse:0xd800 Speicher:e7800000-e7800038 lo Protokoll:Lokale Schleife inet Adresse:127.0.0.1 Maske:255.0.0.0 inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:376 errors:0 dropped:0 overruns:0 frame:0 TX packets:376 errors:0 dropped:0 overruns:0 carrier:0 Kollisionen:0 Sendewarteschlangenlänge:0 RX bytes:23656 (23.1 Kb) TX bytes:23656 (23.1 Kb) linux:/home/micmes # route Kernel IP Routentabelle Ziel Router Genmask Flags Metric Ref Use Iface 172.16.204.0 * 255.255.255.0 U 0 0 0 eth0 default 172.16.204.1 0.0.0.0 UG 0 0 0 eth0 linux:/home/micmes # route del default linux:/home/micmes # route Kernel IP Routentabelle Ziel Router Genmask Flags Metric Ref Use Iface 172.16.204.0 * 255.255.255.0 U 0 0 0 eth0 linux:/home/micmes # route add -host 10.0.0.138 gw 172.16.204.1 linux:/home/micmes # route Kernel IP Routentabelle Ziel Router Genmask Flags Metric Ref Use Iface inode 172.16.204.1 255.255.255.255 UGH 0 0 0 eth0 172.16.204.0 * 255.255.255.0 U 0 0 0 eth0 linux:/home/micmes # pptp inode linux:/home/micmes # ifconfig eth0 Protokoll:Ethernet Hardware Adresse 00:A0:C9:29:03:80 inet Adresse:172.16.204.212 Bcast:172.16.204.255 Maske:255.255.255.0 inet6 Adresse: fe80::2a0:c9ff:fe29:380/64 Gültigkeitsbereich:Verbindung UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1 RX packets:582 errors:0 dropped:0 overruns:0 frame:0 TX packets:491 errors:0 dropped:0 overruns:0 carrier:0 Kollisionen:0 Sendewarteschlangenlänge:100 RX bytes:113506 (110.8 Kb) TX bytes:77757 (75.9 Kb) Interrupt:9 Basisadresse:0xd800 Speicher:e7800000-e7800038 lo Protokoll:Lokale Schleife inet Adresse:127.0.0.1 Maske:255.0.0.0 inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:376 errors:0 dropped:0 overruns:0 frame:0 TX packets:376 errors:0 dropped:0 overruns:0 carrier:0 Kollisionen:0 Sendewarteschlangenlänge:0 RX bytes:23656 (23.1 Kb) TX bytes:23656 (23.1 Kb) ppp0 Protokoll:Punkt-zu-Punkt Verbindung inet Adresse:81.223.124.143 P-z-P:62.99.171.188 Maske:255.255.255.255 UP PUNKTZUPUNKT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:74 errors:0 dropped:0 overruns:0 frame:0 TX packets:76 errors:0 dropped:0 overruns:0 carrier:0 Kollisionen:0 Sendewarteschlangenlänge:3 RX bytes:47491 (46.3 Kb) TX bytes:11348 (11.0 Kb) linux:/home/micmes #