Redirect traffic from local ip address to another local ip
Hey guys,
Im having trouble finding a way to redirect the traffic coming from a local IP address to another local ip address using IPTABLES...
I'll try to explain.
There is a device in my network (local ip 172.0.54.15) that sends UDP data to a external ip (lets say it is 8.8.8.8). However, there are other devices in the network with different IP addresses that will output UDP data to the same destination (8.8.8.8).
I need to redirect the UDP traffic coming from 172.0.54.15 to 172.0.54.55:8088
But other devices should be able to reach 8.8.8.8
How do I do it?
Thanks in advance.
|