|
Linux Forum Index » General Linux Discussion » iptables redirect question...
Page 1 of 1
|
| Author |
Message |
| Yah Navatkah... |
Posted: Thu Aug 07, 2008 6:00 am |
|
|
|
Guest
|
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... |
Posted: Thu Aug 07, 2008 7:35 am |
|
|
|
Guest
|
|
| Back to top |
|
| Allen Kistler... |
Posted: Thu Aug 07, 2008 9:56 am |
|
|
|
Guest
|
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... |
Posted: Fri Aug 08, 2008 6:23 am |
|
|
|
Guest
|
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 |
|
| |