Koozali.org: home of the SME Server

Manual Dialup control

xplo

Manual Dialup control
« 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

guestHH

Re: Manual Dialup control
« Reply #1 on: September 06, 2001, 11:34:57 PM »
Hi Alex,

There is a special contributed rmp for this issue. Look for:

e-smith-isp-0.1-7.noarch

Good luck,

guestHH

Michael

Re: Manual Dialup control
« Reply #2 on: September 07, 2001, 07:19:19 AM »
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

bushtor

Re: Manual Dialup control
« Reply #3 on: September 07, 2001, 11:38:02 PM »
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

xplo

Re: Manual Dialup control
« Reply #4 on: September 08, 2001, 11:52:56 AM »
Tried both methods and they worked. This stuff is fun.

Thanks guys.

Alex