1

Annoyingly enough when connecting to my wireless network at university, it opens up my browser and requires me to enter in my username and password.

Is there a way to skip this process?

(I am on Windows 8 x64; but can move to Ubuntu 13.04 x64 once my graphic drivers are fixed)

3 Answers 3

2

You can try using LastPass. It is a browser extension that can save passwords. If you turn off log off security for LastPass, you can set the wifi portal address to be AutoLogin. That should automate the WiFi login process going forward.

2
  • The only hitch, I don't know if LastPass caches the password datatabase on your machine or not. If not, it won't be able to enter the password to connect to the wi-fi until... it connects to the wi-fi Commented Sep 5, 2013 at 6:09
  • Lastpass do store their database locally --> lastpass.com/support.php?cmd=showfaq&id=425
    – Darius
    Commented Sep 5, 2013 at 13:34
1

The closest you're going to be able to get is if your browser will save the credentials. Most campus networks use a captive portal to authenticate students and guests. Once you're authenticated, there's a timeout value associated to your session. After the timeout value is exceeded, or perhaps if you connect to another network, the wireless controllers will force you to re-authenticate.

1
  • Yeah, but I was thinking that I would be able to script that handshake…
    – A T
    Commented Sep 5, 2013 at 7:00
0

First, you need a script that logs in to the wifi without a ui, in a text based browser such as lynx, for example.

Then you'll need to trigger the script on network connection or login, for example.

100% possible on Linux, see this gist.

Should be possible on Windows as well. Here's my guide for Windows, people have had varying degrees of success.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .