how can i configure asynchronous ppp connection on a lan so that ppp connection to ISP is made (the Internet) only when there is a request from a local net to and disconnect if there is no activity for 15 min. or more connect to the out side world how can i configure my local net so that i will be able to save bandwidth and ... . assuming i am having a gateway running linuxOS
|
feedback
|
|
you have two options you can pass to pppd daemon: demand and idle. with the first option when pppd starts the ppp interface will be created but no real connection will be made until first datagram is sent. with the second option you can specify how many seconds the connection may be kept idle (that is, no traffic passing thru) until the device will be disconnected. | |||||||||
feedback
|