ich möchte mit pon dsl-provider eine on-demand Verbindung aufbauen.
Mit folgender Einstellung kommen ich normal ins Netz:
Code: Alles auswählen
noipdefault
usepeerdns
#demand
#idle 300
hide-password
lcp-echo-interval 20
lcp-echo-failure 3
connect /bin/true
noauth
persist
mtu 1492
noaccomp
default-asyncmap
plugin rp-pppoe.so eth0
defaultroute
replacedefaultroute
user "xxxxxxxxxxxxxxxxxxxxxxxxxx@t-online.de"
Code: Alles auswählen
Oct 10 17:32:31 localhost pppd[3286]: Plugin rp-pppoe.so loaded.
Oct 10 17:32:31 localhost pppd[3288]: pppd 2.4.4 started by michael, uid 1000
Oct 10 17:32:32 localhost pppd[3288]: PPP session is 3118
Oct 10 17:32:32 localhost pppd[3288]: Using interface ppp0
Oct 10 17:32:32 localhost pppd[3288]: Connect: ppp0 <--> eth0
Oct 10 17:32:32 localhost pppd[3288]: PAP authentication succeeded
Oct 10 17:32:32 localhost pppd[3288]: peer from calling number 00:15:0C:19:CD:B9 authorized
Oct 10 17:32:32 localhost pppd[3288]: replacing old default route to eth0 [10.131.26.1]
Oct 10 17:32:32 localhost pppd[3288]: Cannot determine ethernet address for proxy ARP
Oct 10 17:32:32 localhost pppd[3288]: local IP address 91.49.195.27
Oct 10 17:32:32 localhost pppd[3288]: remote IP address 217.0.118.92
Oct 10 17:32:32 localhost pppd[3288]: primary DNS address 217.0.43.145
Oct 10 17:32:32 localhost pppd[3288]: secondary DNS address 217.0.43.129
Plog ergibt:
Code: Alles auswählen
Oct 10 17:37:17 localhost pppd[3386]: Plugin rp-pppoe.so loaded.
Oct 10 17:37:17 localhost pppd[3387]: pppd 2.4.4 started by michael, uid 1000
Oct 10 17:37:17 localhost pppd[3387]: Using interface ppp0
Oct 10 17:37:17 localhost pppd[3387]: replacing old default route to eth0 [10.131.26.1]
Oct 10 17:37:17 localhost pppd[3387]: Cannot determine ethernet address for proxy ARP
Oct 10 17:37:17 localhost pppd[3387]: local IP address 10.64.64.64
Oct 10 17:37:17 localhost pppd[3387]: remote IP address 10.112.112.112
Muss ich noch andere Scripte ändern?