Steve Clark wrote:
Hello,
I have the following rule:
pass out on rl1 dup-to rl0:10.0.129.101 proto udp from any to any port
= 14050
I see the packets using tcpdump on 10.0.129.101 but the destination
address
is not rewritten.
13:16:03.811279 IP 10.0.129.2.2290 > 10.0.129.101.14050: UDP, length 1184
13:16:04.062139 IP 10.0.129.2.2290 > 10.0.129.101.14050: UDP, length 788
13:16:19.114416 IP 65.162.182.42.60698 > 65.162.182.101.14050: UDP,
length 416
13:16:19.370000 IP 65.162.182.42.60698 > 65.162.182.101.14050: UDP,
length 32
13:17:02.257295 IP 10.0.129.2.2295 > 10.0.129.101.14050: UDP, length 327
Does this even work?
dup-to does not change the destination address in the packet.
Darren