Z
Z
zhivchik21042018-05-07 11:27:19
Computer networks
zhivchik2104, 2018-05-07 11:27:19

I lose access to sites after forwarding port 443 to Mikrotik, what should I do?

Forwarding is done through Win Box. I do port forwarding 443 access to sites (google yandex, etc.) disappears. I disable port 443 access appears how to fix the situation?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
I
iBird Rose, 2018-05-07
@iiiBird

Well, it's kind of logical. all https use TCP port 443. where are you forwarding it to?

G
Gregory, 2018-05-08
@Maxlinus

you need to specify the incoming interface in the rule

/ip firewall nat
add action=dst-nat chain=dstnat dst-port=443 in-interface=pppoe-out1 protocol=tcp to-addresses=192.168.1.37 to-ports=443

where in-interface is your incoming Internet through which the Internet comes

Z
zhivchik2104, 2018-05-07
@zhivchik2104

to the internal server IP 192.168.1.37

R
RevenantX, 2018-05-10
@RevenantX

You need to use hairpin nat
https://wiki.mikrotik.com/wiki/Hairpin_NAT

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question