Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → [Tech]NNTP Tunneling though SSH
[Tech]NNTP Tunneling though SSH
2008-02-20, 10:55 AM #1
Hi, I have a little question regarding tunneling through ssh. Basically, I can connect to news.verizon.net from my home connection, but will not let me from other networks. I'll like to be able to connect from my laptop while elsewhere. From what I've searched and have in my head, I've tried tunneling using this from my laptop:

$sudo ssh -NL 119:news.verizon.net:119 nate@my.home.linux
(I'm using super user because it's a privileged port)

This seems like what everyone is suggesting, so am I configuring my news reader incorrectly? Should I be trying to connect to localhost:119 or news.verizon.net:119? Tcpdump doesn't show any NNTP traffic at my home box, and lsof -i shows that my news reader is trying to connect but isn't being acknowledged.

I'm probably doing some thing stupid, so any answer here would be appreciated. Thanks.
Naked Feet are Happy Feet
:omgkroko:
2008-02-20, 11:07 AM #2
Bah, nevermind. I have it figured out now.

$ ssh -NL 7890:news.verizon.net:119 nate@my.home.linux #I didn't want to run it as root

After that, ssh was listening on localhost:7890. pointed pan there, and I got it working. Woot! :neckbeard:
Naked Feet are Happy Feet
:omgkroko:

↑ Up to the top!