I already add the DNS record of my 2 server, but its work only if i conncted from home in the same network (lan).
if i try to get the server from wan it give me massage about “dns probe finished nxdomain”
maybe its my isp block that trafic ?
or is it the nat roll is not ok
chain: dstnat
dst. adress :my ip adress
st. port:80
in interface: ether13
Now I’ve read your response again and realized that I did not add the A records in domain management
Now I have to wait for the update of the servers but I think it will be fine, thank you very much!
OK its WORK
first tnx to evince
and to fix the problem i need to add this line to web proxy server:
“add dst-port=80 action=allow comment=“Enable Http Connection” disabled=no”
I hope this is the last question on the subject,
I have a rule in the firewall taht to drop all the traffic that comes to the mikrotik from the router
its lock like this,
drop all
add chain=input comment=“Accept established and related packets” connection-state=established,related
add action=drop chain=input comment=“Drop invalid packets” connection-state=invalid
add action=drop chain=input comment=“Drop all from wan” in-interface=WAN Action=drop.
all work great, but if the 3 rule is on the subdomain is not work, i try to open port 80 in the firewall
any idea ?