Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: xplo on September 06, 2001, 02:51:05 PM
-
Hi,
I'm a new E-Smith user starting to construct my own bit'n'pieces network at home. I'd love to hook this up to DSL at some point but for now dial-up is my only option.
Now, I set the broad connection policy during configuration (i.e. Medium connection times) but it kinda scares me a little, since I'm on a per hour ISP deal and it's hard to tell it is connected and when it's not.
Is there any way from within E-Smith that I can manually initiate connecting and disconnecting from my ISP?
Alex
-
Hi Alex,
There is a special contributed rmp for this issue. Look for:
e-smith-isp-0.1-7.noarch
Good luck,
guestHH
-
Hi,
At the command line (via ssh or *Telnet)
ifup ppp0 #This will make the modem connect
ifdown ppp0 will disconnected it
Thanx, Michael
guestHH wrote:
>
> Hi Alex,
>
> There is a special contributed rmp for this issue. Look for:
>
> e-smith-isp-0.1-7.noarch
>
> Good luck,
>
> RequestedDeletion
-
Michael wrote:
> ifup ppp0 #This will make the modem connect
> ifdown ppp0 will disconnected it
>
Hi,
I have heard that these commands also can be invoked from a web page via a CGI script. Where can I find examples of such a web page?
Tor
-
Tried both methods and they worked. This stuff is fun.
Thanks guys.
Alex