I'm looking for an utility to route incoming as well as outgoing TCP/UDP ports to another port.
For example; two hosts connected to the internet. Host A wants to send TCP data over port 80 to host B. This action is intercepted and instead of using port 80, port 1000 (for example) will be used.
Then this packet will arrive at host B. It sees port 1000 is used and will reroute this packet to port 80. Finally this packet will be delivered to higher layers over it's new port.
Any suggestions?
For example; two hosts connected to the internet. Host A wants to send TCP data over port 80 to host B. This action is intercepted and instead of using port 80, port 1000 (for example) will be used.
Then this packet will arrive at host B. It sees port 1000 is used and will reroute this packet to port 80. Finally this packet will be delivered to higher layers over it's new port.
Any suggestions?