in reply to Re: NNTP over SSL
in thread NNTP over SSL

I have control over the INN server. In fact, it is an internal local news server. So, I can build it with the openssl option. What is port forward? NNTP runs on port 119. If I use port forward, do I first set up an openssl connection with port say 2345 with the news server, and then send news article that way? Thanks

Replies are listed 'Best First'.
Re^3: NNTP over SSL
by drewbie (Chaplain) on Jun 08, 2004 at 16:23 UTC
    Essentially you are setting up a new secure communications channel, and telling the OS that any connections to port A should really go over the new channel. I forget the syntax for the ssh commandline client, but the various ssh gui clients generally make it easy to setup as well. There are 2 parts to it: the local and remote end. You say for localhost port X, really use port Y which maps to IP & Port Z. I'm saying this badly so here's some example docs:

    Onlamp.com, Linux Journal, User written

    An example:
    workstation uses port 119 for nntp
    portforward localhost:9119 for localhost:119 to your.news.server:119