ION proxy login problem

a few days ago ION (WiFi provider in Manipal University) started an ISA based proxy using NTLM authentication, which according to them was a client install!!! some people were facing problem with it, like their browsers were asking for authentication (login) again and again, and repositories were not working on Linux.
So here is a simple screencast with solution for this problem it works great in Linux (esp. Fedora) i have also included configuring yum here, if someone wants to use apt-get (debian/ubuntu) they can do

export http_proxy=http://127.0.0.1:5865

Ok coming to the main point, go and download http://sourceforge.net/projects/ntlmaps/ and then watch the video here
People on windows can install python from here and then follow the steps
ION proxy problem solved
Note:- If You face any problem please post back here….
PS:- every thing in Text form coming soon… (i am lazy)

Tags: , , , , , ,

This entry was posted on Monday, February 16th, 2009 at 1:29 am and is filed under Linux, Special, college. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

52 Responses to “ION proxy login problem”

Sudhanshu February 16th, 2009 at 2:16 am

You’re the Man…! :)

Soumen February 16th, 2009 at 7:42 am

I tried out ntlmaps on my own but it didnt work out for me.. maybe i missed out some configuration….. ill see the video and try again..

Soumen February 16th, 2009 at 7:57 am

Confirming it works. for opera users, dont feed username in the prompt which opera displays as mucampus\ but as simply reg no.
Thx a lot dude!!

dev d February 16th, 2009 at 3:10 pm

how to start downloading from torrent??????????

ravi dvr February 16th, 2009 at 4:38 pm

That’s great , but can it run torrents , and ares , and mirc?

Pratik Anand February 16th, 2009 at 5:41 pm

Thanks a lot……

My ugrade from 8.04 to 8.10 was stuck because of this thing, but now it will work….

Ankur Shrivastava February 16th, 2009 at 7:55 pm

@Sudhanshu @Pratik @Soumen
i am glad to be of some help

@dev d (?) @ravi
no you cant use torrents using this its simply allows you to use whatever you are using without have to enter any password again and again, this also allows you to use softwares which cannot use NTLM like Download Managers, Chat Clients etc…

Varun February 16th, 2009 at 9:34 pm

What is the equivalent of yum.conf in ubuntu because it surely isnt /etc/apt/sources.list .I tried adding the proxy line to this and my package manager stopped working so has to delete that line.
Thanks
Varun

Ankur Shrivastava February 16th, 2009 at 10:09 pm

@Varun
add

Acquire::http::Proxy “http://10.49.0.13:5865″;
Acquire::ftp::Proxy “http://10.49.0.13:5865″;

to /etc/apt/apt.conf
tell me if that works……

Ankur Shrivastava February 16th, 2009 at 11:47 pm

@Varun
will have check with someone having Ubuntu will tell you asap

Varun February 17th, 2009 at 12:22 am

logically speaking why is it 10.49.0.13 Acquire::http::Proxy “http://10.49.0.13:5865″;
Acquire::ftp::Proxy “http://10.49.0.13:5865″;

I tries with
Acquire::http::Proxy “http://127.0.0.1:5865″;
Acquire::ftp::Proxy “http://127.0.0.1:5865″;

which didnt work either.

“export http_proxy=http://127.0.0.1:5865 ”
Where do you add this?

Ankur Shrivastava February 17th, 2009 at 1:32 am

@Varun
oops that 127.0.0.1 and not 10.49.0.13, you just type export http_proxy=http://127.0.0.1:5865
which sets http_proxy for that particular session do any apt-get after that and they will surely work, dont have much info about apt-get have been using fedora from a long long time….
will check and tell you tomorrow…

pidgin user February 17th, 2009 at 6:13 pm

am using win vista

will this help me get pidgin running as i am unable to run it as of now

also, how do i play a .ogv file in vista??

will VLC work, or will i need another player

Ankur Shrivastava February 17th, 2009 at 10:01 pm

@Pidgin user (?)
ya it will work properly in vlc, i am distributing it in ogv as its an open format and will work by default in all Linux, and wont work in Windows Media Player !!!!!!

Ankur Shrivastava February 17th, 2009 at 10:02 pm

@ all
I think there is a need for a windows exe for these stuff, so one exe coming up soon

GenobZ February 17th, 2009 at 11:28 pm

Hey Ankur!!
Followed the instructions given and the script did run smoothly…
All my apps like last.fm and digsby started working again..
But i have felt that the speed has decreased a bit by using this…
Any solution to the speed problem..?
Rest is Gr8!
ThnX 4 d Help!

utsav February 18th, 2009 at 5:08 pm

this method works f9 but makes the net terribly slow……

and did u figure out how to enable torrents again

(i tried a s/w called your freedom but that ain’t working )

nikhil February 19th, 2009 at 12:10 am

dude how to download from torrentz again..??

Ankur Shrivastava February 19th, 2009 at 1:10 am

@Utsav @nikhil
torrents are blocked in a different manner, which we believe to be http://dl.getdropbox.com/u/340041/torrent.ogv do tell me if you find something about it…

Payod February 20th, 2009 at 1:17 pm

i m nt able to use the script properly with ubuntu 8.1

i follow the video but then at the end where do we put
export http_proxy=http://127.0.0.1:5865 ???

Vidyut February 20th, 2009 at 4:58 pm

i got disconnected at around 12 last night and was being asked for my user id and password again and again.
will this also help with that?

Ankur Shrivastava February 20th, 2009 at 10:10 pm

@Payod
when you open the terminal type
export http_proxy=http://127.0.0.1:5865
and it will be set for your current session
or
you can also add it to ~/.bashrc
but in both the cases ap-get will work on the command line, Synaptic wont work
I dont have Ubuntu on my system so have not tested Ubuntu on ION, but i have seen command line apt-get work over ION

@Vidyut
Disconnection Last night was what is believed to be disconnection of Internet services after 12, i am sorry i dont think it will work

Sahil Narain February 21st, 2009 at 5:06 pm

” a few days ago ION (WiFi provider in Manipal University) started an ISA based proxy using NTLM authentication, which according to them was a client install”

This was exactly my reaction when they just entered a manual proxy on my system. I was like, what about the client authentication module, and they were all like, this is it, chill.

anyway, the problem using torrents is that we are denied connections to DHT. Since we are not able to log in to nodal points, the torrent does not connect to any seeds/peers. Is there any way to get around that ?

Ayan March 1st, 2009 at 12:58 pm

how does one start using p2p softwares and torrent downloaders now that ION has blockd downloads?

Ankur Shrivastava March 2nd, 2009 at 3:13 pm

@Sahil and Ayan
Dont worry we are working on all sorts of weird things, something will be out soon
any suggestions are welcomed

Kaushik March 4th, 2009 at 10:27 pm

how to disable the opening of each folder in a new window??
it pisses me off!!
i am currently using fedora 9. Evrythn works f9 but i dun lyk dis multiple window concept………the taskbar looks so crowded….
plzz hlp

Ankur Shrivastava March 5th, 2009 at 3:47 pm

@Kaushik
Open a window goto Edit>>Preferences then Behavior select Always open in browser windows
you dont like multiple desktops??? this is the first time i am hearing that, i you dont like it you can remove that ….

anurag March 7th, 2009 at 10:13 am

after saving the .cfg after making the necessary changes…what should i do in “windows”????

Lonewolf March 8th, 2009 at 1:01 pm

I wanted to ask 1 thing. Lets say I started any download at 00:23, but d net is supposed 2 b disconnected after 00:30. But to my surprise, the download continued even after 00:30, though I couldn’t opwn any new page due to annoying pop-up asking my username n passwrd. So, how is that possible? Can’t we exploit this loophole?

Ankur Shrivastava March 8th, 2009 at 1:45 pm

@anurag
you just need to double click on main.py file

@lonewolf
well what it seems is that they does not allow logins after 12 but the existing connections remain active so well if keep a connection alive you can use that all the time….

arindra March 9th, 2009 at 6:34 pm

Is there a way out to tackle the 12:30 “time-out” thing ? as u said that the existing connections can be kept alive after the time limit , this definitely works for downloads and updates but for general surfing , can’t there be a way out ?

rishabh aggarwal March 9th, 2009 at 8:01 pm

how to bypass sonic wall with this new authentication method

AA March 10th, 2009 at 5:16 pm

hi
whenever i open a website for every link to display on d webpage it ask me for id and password n dat is pissing me off………n after typing the id n password it does loads d page but it is asking alot for a single page……..
i m also geting a problem in uploading pics on orkut again it asks for id but it doesnt load pics…………

pls help

HRITIK March 15th, 2009 at 6:14 pm

Can u help us byepass proxy and download torrent files?

Ankur Shrivastava April 6th, 2009 at 11:52 pm

@arindra
well i dont you ION now as i have taken an Airtel connection in my room, so have not tried anything, will post if i get something…
@ rishab
you might want to check this out http://djsh.net/2008/08/31/bypass-site-blockage-filtering/

Tired May 11th, 2009 at 10:37 pm

My hamachi soft doesnt seem 2 run on the current authentication settings. Any help?

Jeevan May 23rd, 2009 at 12:24 am

Is there any way to get internet after 12:30??

rk June 15th, 2009 at 12:02 pm

what if, we want it for windows as well??

kk June 23rd, 2009 at 10:11 pm

which os is good for hacking fedora or ubuntu?

Ankur Shrivastava June 24th, 2009 at 2:49 am

@Tired
no they wont work port are blocked…..

@Jeevan
well some accounts work after 12:30, just try roaming in hostel after 12:30 i am sure you will find someone’s net working

@RK
it will work on windows as well

@KK
it dosent matter, but if you are serious i will suggest you give http://www.remote-exploit.org/backtrack.html a try should be helpful..

Rohit K July 10th, 2009 at 2:31 am

sorry this is unrelated but dunno where to post this…
any ideas on how to get cedega engine 6.0.5 running on my ubuntu 9.04??

mk July 10th, 2009 at 8:38 pm

@os(regardin peer to peer software)
dude take a look in to jxta-soap.
i dont know if tat can hlp…..jus postin a cooment!

mk July 10th, 2009 at 8:43 pm

@ os
do u host ur website on ion servr?

Ankur Shrivastava July 14th, 2009 at 8:19 am

@Rohit k
sorry dude i have no idea about cedega try forums and/or cedega support

@MK
nope dude sorry that wont work
on ION Server are you kidding me??
i have my hosting from RackedHosting http://www.rackedhosting.com/

mk July 19th, 2009 at 12:01 am

@os(regradin net after 12)
I was watchin ur torrent thin video..u must be usin microsoft “ramp up”.
well i dont know if ur familiar with microsoft so i am takin a chance 2 tell u abt a intrestin thin!
its a known fact that we use microsoft isa!(i am considerin a small eg)
u must have heard about zune(media player by microsoft)it cant be used as a external hard drive with out a regedit.after editin the registry one needs to sync a large file using zune software the sync time=time u can add or delte files on hd!
same thin with ion…if u use a download manager nd if u start it b4 12 it wont stop…i just saw it on a frenz lappy!
so y not try it on the browsin thin!

hope u got me! tat was long post…sry if i wasted ur time

mk July 19th, 2009 at 12:08 am

ps:best thins in world r alwayz 4 free!……

Ankur Shrivastava July 25th, 2009 at 1:20 am

@MK
ya a lot of people who use ION told that to me, according to me what happens in, as NTLM is a challenge based authentication system, once your connection is established nothing will interrupt it and which means as long as your connections remain active, downloads will work, so if you start your HTTP downloads at around 12:00 it will work till morning if it is a huge file, which should be helpful….

fbh November 14th, 2009 at 3:30 pm

i ve hrd dat sum 2-3 studnts of MIT r havng n8 wrkng ids,,,,which even work aftr 12:30 i.e havng unlimited access i.e. accessing even torrents..just lyk d id of satish kamath….

if dis is true,,,,is thr any way how to do such stuffs????

mudit December 10th, 2009 at 12:01 am

HEY can any one one guide me on how vto use ion on my nokia E71
how to set up proxy , authentication settings and other stuff

Leave a Reply