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.
Hi all.
I have just installed Kubuntu 5.10 and have a problem making a SSH tunnel to my university server. On my other machine running slackware 10.2 i have no problem at all.
I use the command: ssh -D portnr(usually 1080) serveraddress
Does anyone have an idea about what might be the problem?
EDIT: i get the error : cannot assign requested address
This is just a guess, but I'd bet that the university has done something to disable SSH tunnels. If this server has mutliple users accessing it, allowing them to hijack ports via SSH tunnels would be a nightmare. Probably the quickest way to get an answer would be to call the university IT group and see if they have done something to prevent SSH tunnels.
Originally posted by Hangdog42 First off, welcome to LQ!
This is just a guess, but I'd bet that the university has done something to disable SSH tunnels. If this server has mutliple users accessing it, allowing them to hijack ports via SSH tunnels would be a nightmare. Probably the quickest way to get an answer would be to call the university IT group and see if they have done something to prevent SSH tunnels.
Hi and thanks. Been here a while just didnt have the need to write any new posts until now
Unfortunately thats not the problem - my other pc has no problem making a tunnel, neither has any of the people in my project-group
I did a little googling, and it seems that the most likely explanation is that your Kubuntu machine may not have a loopback device enabled. Apparently ssh needs a loopback device in order to make this work.
And since every other machine you've got works, it really should be something about the Kubuntu machine.
Originally posted by Hangdog42 I did a little googling, and it seems that the most likely explanation is that your Kubuntu machine may not have a loopback device enabled. Apparently ssh needs a loopback device in order to make this work.
And since every other machine you've got works, it really should be something about the Kubuntu machine.
Ok - hmmm. Well now I have a place to start my "tweeking" - Thanks
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.