V
V
ViktorGuerro2019-03-29 12:31:43
Computer networks
ViktorGuerro, 2019-03-29 12:31:43

How to connect the (white) ip issued by the provider and the internal ip through mikrotik?

There is an internal ip address, for example 192.168.10.240. There is a white ip address issued by the provider, to which the domain name is attached, for example 10.10.10.11-domain1.ru. There is a microtic, the white one is connected to ether2, and the internal one goes through the "LAN" bridge. Ping from Mikrotik to the internal and to the white address goes. How to make my internal server (ip address) accessible via the Internet.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
Gregory, 2019-03-29
@ViktorGuerro

https://habr.com/ru/post/182166/

A
Anatoly, 2019-03-29
@Tolly

/ip firewall nat
add action=masquerade chain=srcnat src-address=192.168.10.0/24
add action=dst-nat chain=dstnat dst-address=10.10.10.11\
protocol=icmp to-addresses=192.168.10.240

M
Maxim, 2019-03-29
@gh0st_max

Google port forwarding on Mikrotik, you will find it even in pictures, it will be easier than describing here))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question