forwarding
HiLet's say i have 5 ips
216.18.0.174
216.18.0.175
216.18.0.176
216.18.0.177
216.18.0.178
i have all 5 ips binded on port :80
How can i make it, so when someone tries to connect to http://216.18.0.174 on port 80, it'll throw them onto / redirect their connection to 216.18.0.174 on port 81
Does anyone know how?
Yes, i am completely aware that you can use things like small .html files to redirect, etc
I am talking about is there any software to redirect someone onto another port on the local system? basically throw them onto it.