Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Checking ADSL connection

by atl (Pilgrim)
on Jul 26, 2000 at 23:11 UTC ( [id://24550]=note: print w/replies, xml ) Need Help??


in reply to Checking ADSL connection

So, if I understand correctly, you have a flat rate for your internet access and want to make sure your box is always on. And probably your ISP disconnects you every once in a while. Right?

Well then, if you are disconnected after a certain idle time, you could prevent that by sending out a ping (one packet is enough) every 60 second or so.

Usually, you are disconnected anyway after a certain time, wether your link is active or not (T-Online does it after 24h, I believe, AOL even earlier; don't know for sure, though, cause I use other ISP's). In that case, you can want to reconnect.

Obviously you're using Unix. The following refers to Linux but should be valid for other flavours, too. Look for appropiate commands there.

Checking for a link can be done by checking wether or not the modem device exists, usually named ppp0. Check with ifconfig to see all devices or ifconfig ppp0 to check ppp0 directly.

To restart automagically, use the diald. A simple ping (or any network action) will cause your box to dial in.

Hope that helps ...

Andreas

Replies are listed 'Best First'.
RE: (2) Checking ADSL connection (ICMP, FTP, HTTP)
by ybiC (Prior) on Jul 26, 2000 at 23:57 UTC
    prevent that (disconnect) by sending out a ping every 60 seconds or so

    My ISP won't keep a dial connection live on ICMP traffic, only FTP and HTTP.
    So I cron a webget every 5 minutes instead.   They still disconnect every 12 hours, though.
        cheers,
        ybiC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://24550]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-19 20:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found