| View previous topic :: View next topic |
| Author |
Message |
Yah Navatkah Guest
|
Posted: Thu Aug 07, 2008 4:00 pm Post subject: iptables redirect question |
|
|
Hi-
I'm wondering if there is a way to use iptables to redirect new tcp
connections coming in on a specific port to another port.
thanks in advance,
y |
|
| |
|
Back to top |
J.O. Aho Guest
|
Posted: Thu Aug 07, 2008 5:35 pm Post subject: Re: iptables redirect question |
|
|
Yah Navatkah wrote:
| Quote: | I'm wondering if there is a way to use iptables to redirect new tcp
connections coming in on a specific port to another port.
|
There is quite many web pages taking up this, if you don't want to read all
the heavy documentation at www.iptables.org, then take a look at:
http://www.google.com/search?q=iptables+port+forward&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8&client=mozilla&rls=org.mozilla:en-US:unofficial
--
//Aho |
|
| |
|
Back to top |
Allen Kistler Guest
|
Posted: Thu Aug 07, 2008 7:56 pm Post subject: Re: iptables redirect question |
|
|
Yah Navatkah wrote:
| Quote: | I'm wondering if there is a way to use iptables to redirect new tcp
connections coming in on a specific port to another port.
|
Set up any match you want, then use the target REDIRECT.
man iptables for more info. |
|
| |
|
Back to top |
Yah Navatkah Guest
|
Posted: Fri Aug 08, 2008 4:23 pm Post subject: Re: iptables redirect question |
|
|
Thanks to all for the input!
Allen Kistler wrote:
| Quote: | Yah Navatkah wrote:
I'm wondering if there is a way to use iptables to redirect new
tcp connections coming in on a specific port to another port.
Set up any match you want, then use the target REDIRECT.
man iptables for more info. |
|
|
| |
|
Back to top |
|