I need to permit to access outgoing calls to my internal web server.
I have in my mikrotik 2.9.x 2 nics:
public ip: *.149.147.234
private: 10.0.0.0/16
internal web server ip: 10.0.0.1 listen in port 80
/ip firewall chain=dstnat in-interface=public protocol=tcp dst-port=8080
action=dst-nat to-addresses=10.0.0.1 to-ports=80
With this line only, the connection is established, but i have not trafic.
Any help ?
Thanks …