Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
Can someone who is more familiar with Iptables tell me did I configured the next rule properly on my pfSense:
iptables -t nat -A PREROUTING -d $IP_PUBLIC -p udp –dport 12345:13456 -j DNAT --to $IP_DESKTOP
$IP_DESKTOP = 10.0.0.10 (in this example)