[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Redirect a port
- Subject: [ale] Redirect a port
- From: cfowler at outpostsentinel.com (Christopher Fowler)
- Date: Sat, 21 Jan 2006 10:01:38 -0500
I have a service that runs on port 5000 on a server. I have devices in
the field that are configured for 5000 or 5001. Is it possible to use
iptables to redirect requests coming into 5001 to 5000? I've done this
with DNAT but the server that is running the software is not behind a
NAT. It is on a public IP. So I want to do something like this:
0.0.0.0/0 -> 209.168.X.X:5001 -> 5000