ROS V3.11 DST-NAT

What’s new in 3.11:

*) added ability to dst. nat only address or port, not both at the same time;

Does this mean Dst-nat entries like this:

chain=dstnat action=dst-nat to-addresses=LANSERVERIP to-ports=110 
     dst-address=WANIP dst-port=110 protocol=tcp

will stop working?

Also has the multiple running scheduler bug fixed in this release?

Just noticed that after upgrading to 3.11 UPnP has stopped working for uTorrent and Skype. Anybody got the same problem?

the DST NAT will work as you said, the changelog means that now, you can ALSO specify ONLY port, but of course, you can also specify both, as before :slight_smile:

Thanks Normis, I can proceed with upgrade :wink: