Here's and example for ipfwadm:

# Port Redirection Commands
ipfwadm -I -a acc -P tcp -S 0.0.0.0/0 -D default/0 7018 -r 8888

And the ever popular ipchains:

/sbin/ipchains -A input -j REDIRECT 5555 -p tcp -d 0/0 7029



On Wed, 24 May 2000, Beverly Guillermo wrote:

> On Wed, 24 May 2000, Marcelo Aldi Vera Olate wrote:
> 
> > Hello dear friends,
> > 
> > I would like to know in LINUX, some program that I can redirect of
> > package TCP/IP exists...
> > 
> > at once thank you very much
> 
> ipchains and ipfwadm can do it.  I've redirected requests to ports 80 and
> 22 to other servers with them.
> 
> Beverly
> 
> 
> 
> 
> _______________________________________________
> techtalk mailing list
> [EMAIL PROTECTED]
> http://www.linux.org.uk/mailman/listinfo/techtalk
> 



_______________________________________________
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk

Reply via email to