> what if we dont have graphical browser like firefox, chrome etc? then how
> will our application like wget, lynx , etc work?
> is there any solution to access internet in IIT Delhi without login to proxy
> via browser? or can we make some script to fool proxy server that will
> automatically login to IIT proxy server on every reboot? so there would be
> no need of login on browser for using other app like pidgin, etc
> I tried with lynx but IIT proxy server is not recognizing lynx as browser.
> suggest something

I think the subject is incorrectly titled. This thread (and the
network in IIT), IMHO, is not about bypassing the proxy server.
Authenticating with the proxy server does not set a
authenticated-state somewhere that all traffic originating from your
machine will pass through the network. Instead, you have to continue
sending all the traffic to the proxy server. Thus, your proposed
automatic login on reboot would not work. Your browser still needs to
know where to send all the traffic.

If you are adventurous, you might try writing a kernel level driver
which will http-proxify all (appropriate) outgoing TCP packets. May be
something like this already exists? This would go somewhere about the
routing layer since you only want to proxify packets going outside
your subnet, i.e., through your gateway.


SB

-- 
LUG@IITD - http://lug-iitd.org/Footer

Reply via email to