canon006
01-25-2004, 05:53 PM
I think I have most of this problem figured out, in the dorms at my school we are required to authenticate with the proxy in order to get internet access. We have to go to a certain page every 24 hours(give or take), a box pops up asking for our student ID and password, fill them in and it's done.
It's not so annoying, but it would be nice to be able to automate this. What I was thinking is a small shell script that would use Lynx to authenticate. Something like
lynx -auth=ID:password auth.site
and set it up in cron to run every 12 hours or so.
The thing is, if I do that, am I going to have a new instance of lynx running every 12 hours, or is there a way that after it's authenticated, I can have it close lynx. I know the proxy is Squid if that helps. Thanks in advance for any input.
It's not so annoying, but it would be nice to be able to automate this. What I was thinking is a small shell script that would use Lynx to authenticate. Something like
lynx -auth=ID:password auth.site
and set it up in cron to run every 12 hours or so.
The thing is, if I do that, am I going to have a new instance of lynx running every 12 hours, or is there a way that after it's authenticated, I can have it close lynx. I know the proxy is Squid if that helps. Thanks in advance for any input.