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
Einwahl bei traffic
Re: Einwahl bei traffic
aus /etc/ppp/options:
grüße acron# 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>