Einwahl bei traffic

Gemeinsam ins Internet mit Firewall und Proxy.
Antworten
Tunx
Beiträge: 31
Registriert: 26.03.2002 12:35:11

Einwahl bei traffic

Beitrag von Tunx » 17.11.2002 12:33:45

Hi,
zur Zeit wähle ich mich per pppd über DSL ins Internet ein. Einmal eingewählt bleibt die Verbindung offen, ist es jedoch möglich wie bei der ISDN-Einwahl ein entsprechendes HangUp - Timeout Argument mit zu übergeben ?
Der Rechner fungiert als Router und soll halt nur bei requests aus dem internen Netz eine Verbindung herstellen und bei "IDLE" die Verbindung kappen.

MFG

Tunx

Benutzeravatar
acron
Beiträge: 147
Registriert: 03.05.2002 13:31:40
Wohnort: Aachen

Re: Einwahl bei traffic

Beitrag von acron » 18.11.2002 09:14:07

aus /etc/ppp/options:
# Initiate the link only on demand, i.e. when data traffic is present.
# With this option, the remote IP address must be specified by the user on
# the command line or in an options file. Pppd will initially configure
# the interface and enable it for IP traffic without connecting to the peer.
# When traffic is available, pppd will connect to the peer and perform
# negotiation, authentication, etc. When this is completed, pppd will
# commence passing data packets (i.e., IP packets) across the link.
#demand

# Specifies that pppd should disconnect if the link is idle for <n> seconds.
# The link is idle when no data packets (i.e. IP packets) are being sent or
# received. Note: it is not advisable to use this option with the persist
# option without the demand option. If the active-filter option is given,
# data packets which are rejected by the specified activity filter also
# count as the link being idle.
#idle <n>
grüße acron

Tunx
Beiträge: 31
Registriert: 26.03.2002 12:35:11

Beitrag von Tunx » 19.11.2002 12:34:31

hi acron,
das hört sich doch gut an - dann ist dem Dial on Demand nichts mehr im Wege :)

danke.

MFG

Tunx

Antworten