N
N
Nabi Alimetov2020-02-08 12:58:36
Mikrotik
Nabi Alimetov, 2020-02-08 12:58:36

How to redirect traffic from client PCs when ip address changes?

Hello!
The company operates a billing system, to which client machines (about 300 machines) are connected using its IP address. The client machines and the billing server are located on different subnets for security reasons. Between them Mikrotik CCR. The other day we decided to transfer billing to the cloud. Accordingly, it (billing) will now be available at a new ip-address, and to connect to it, you need to change its ip-address on all clients. Question: is it possible to carry out any manipulations on Mikrotik in order to save the settings on client machines? For example, how to redirect traffic to the cloud somehow?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
korsar182, 2020-02-09
@alnabi

ip firewall nat add action=dst-nat chain=dstnat dst-address=старый_адрес_биллинга dst-port=порт_биллинга in-interface=интерфейс_локалки protocol=протокол_биллинга to-addresses=новый_адрес_биллинга

W
Wexter, 2020-02-08
@Wexter

Question: is it possible to carry out any manipulations on Mikrotik in order to save the settings on client machines? For example, how to redirect traffic to the cloud somehow?

This should be asked from the one who implemented billing before. Or ask billing technical support

P
poisons, 2020-02-08
@poisons

As an option - pin the old address of the machine to Mikrotik and natit it into the new billing ip.

H
hint000, 2020-02-08
@hint000

See the answers to these two questions. In your case, the same is done.

  • How to send incoming packets on Wan interface back through Wan to another IP address?
  • How to redirect traffic from one DC to another?

It is not required to change the address on Mikrotik, because you say that the route to the old billing went through it anyway, so everything should work smoothly.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question