pppd verbindet nicht automatisch neu.

Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
Antworten
Mike_Floyd
Beiträge: 50
Registriert: 15.04.2002 20:29:08
Wohnort: Braunschweig
Kontaktdaten:

pppd verbindet nicht automatisch neu.

Beitrag von Mike_Floyd » 03.11.2002 00:02:08

Moin, moin.

Ich habe mir letztens n Router und Webserver zusammengebaut.

Es läuft alles, das einzige Problem: T-Online schmeißt micht ca. alle 24h
raus. Argh.
D.h., ich hatte bei einer Verbindung ein ppp0 Device, und einen pppd im Hintergrund laufen,
und nach ca 24h gar nix mehr von beiden?
Gibt es nicht eine Funktion, die die Neuverbindung erzwingt?

Mein DSL-Peerfile:
# Configuration file for PPP, using PPP over Ethernet
# to connect to a DSL provider.
#
# See the manual page pppd(8) for information on all the options.

##
# Section 1
#
# Stuff to configure...

# MUST CHANGE: Uncomment the following line, replacing the user@provider.net
# by the DSL user name given to your by your DSL provider.
# (There should be a matching entry in /etc/ppp/pap-secrets with the password.)
#user myusername@myprovider.net
user "meine_Nummer#0001@t-online.de"
# Use the pppoe program to send the ppp packets over the Ethernet link
# This line should work fine if this computer is the only one accessing
# the Internet through this DSL connection. This is the right line to use
# for most people.
#pty "pppoe -I eth0 -T 80 -m 1490"

# If the computer connected to the Internet using pppoe is not being used
# by other computers as a gateway to the Internet, you can try the following
# line instead, for a small gain in speed:
#pty "pppoe -I eth0 -T 80"

# An even more conservative version of the previous line, if things
# don't work using -m 1452...
pty "pppoe -I eth1 -T 80 -m 1412"


# The following two options should work fine for most DSL users.

# Assumes that your IP address is allocated dynamically
# by your DSL provider...
noipdefault
# Comment out if you already have the correct default route installed
defaultroute

##
# Section 2
#
# Uncomment if your DSL provider charges by minute connected
# and you want to use demand-dialing.
#
# Disconnect after 300 seconds (5 minutes) of idle time.

#demand
#idle 1200

##
# Section 3
#
# You shouldn't need to change these options...

hide-password
lcp-echo-interval 20
lcp-echo-failure 3
ipcp-accept-local
ipcp-accept-remote
# Override any connect script that may have been set in /etc/ppp/options.
nobsdcomp
noaccomp
nopcomp
ktune
nocrtscts
#sync
local
novj
nodeflate
noccp
connect /bin/true
noauth
persist
mtu 1500
Ich weiß wirklich nicht was ich falsch gemacht habe.

Wär gut, wenn jemand wüsste was man da machen kann.
(Außer ein Script schreiben, das immer die Interfaces überwacht und den pppd neustartet
wenn keine ppp0 mehr da ist)

Gruß Mike

Benutzeravatar
Bert
Beiträge: 3751
Registriert: 16.07.2002 14:06:52
Wohnort: Dresden
Kontaktdaten:

Beitrag von Bert » 03.11.2002 10:28:43

ich denke, die Option

Code: Alles auswählen

 demand
sollte nicht auskommentiert sein. Allerdings hab ich neudings das gleiche Problem. und hab demand drin...
Programmer: A biological machine designed to convert caffeine into code.
xmpp:bert@debianforum.de

Antworten