Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
My ISP seems to be having some configuration problems cos of which I cant download certain files (mostly exe and msi and some rpm files) as the download either doesnt start (firefox download window showing "Starting..." all the time) or download gets stuck at some point of time.
However I have access to my college computer through SSH using public key authentication and my college computer has internet access 24x7. I would like to be helped with 2 things:
How do I use the internet through my college computer? Like when I use the internet, the requests go through my college computer so it must appear that the requests come from my college computer IP while I use firefox from my home computer
How do I configure yum to download packages through my college computer? I want to setup yum to use the IP of my college computer to download the packages.
In short, I want to use the ISP of my college computer for all internet access from my home.
What I managed to do so far is create a SSH tunnel by using the command:
ssh -D 3456 mycollege.edu
Then after I login, I set firefox to use the proxy setting:
SOCKS Host: 127.0.0.1 Port: 3456
SOCKS v5
After applying the above firefox setting I am able to use the internet using my home computer & firefox through mycollege.edu computer.
Now I set the environment variable http_proxy like
export http_proxy="http://127.0.0.1:3456/"
but when I run yum (say yum upgrade) this is a part of the error message that I get:
@billymayday: I was experimenting with various ports thinking that it might be a problem with the port number... Anyways, I once again changed the port to 3456 and proxy=http://127.0.0.1:3456/... Sorry for mistyping the port number of the discussion
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.