I have a Dude Server installed on a CHR (Hyper-V) which is working. ROS 6.42.2.
There is only one ether interface name=ether1.
IP and Default GW, DNS is configured and I can ping and traceroute everthing as I should.
But the Main Firewall is blocking internet acess directly and I have to use Proxy server (ProxyIP:8080).
If I enable IP-WebProxy and specify ParentProxy it is not enough.
I have tried with dst-nat but nothing happens (
There are no other Ip firewall rules.
first sorry for late reply. I think you have just pasted the same answer which I already tried and found on forum. And It is missing a chain.
But it does not work (it does not count the packets).
So here is the complete ip firewall export:
/ip firewall address-list
add address=download.mikrotik.com list=Mikrotik
/ip firewall nat
add action=dst-nat chain=dstnat in-interface=ether1 protocol=tcp src-address=!10.140.10.240 to-addresses=10.140.10.240 to-ports=8080
Maybe reason is it is secure traffic, have you tried with TLS-Host, something like (have not tested it and not sure if the TLS host is specified correctly)