I want to forward all that that is being sent to IP XXX and send it to IP BBB
Example: A packet is being sent to IP 23.24.165.56, I want that packet to be sent to IP 127.0.0.1 instead.
Any ideas?
I want to forward all that that is being sent to IP XXX and send it to IP BBB
Example: A packet is being sent to IP 23.24.165.56, I want that packet to be sent to IP 127.0.0.1 instead.
Any ideas?
https://stackoverflow.com/questions/261807/is-it-possible-to-forward-all-traffic-to-an-ip-address may be able to help you out, depending on your particular requirements.