redirect whole traffic from WAN to LAN

Hey,

I would like to redirect whole traffic from WAN/16(PC) to LAN/24(SERVER).
So from WAN (PC) IP: 192.168.100.189 to LAN (SERVER) IP 192.168.41.2.
Basically I need to PC(WAN) with IP 192.168.100.189 was able to see a database on a server that is on (LAN).

I’m a newbie, be tolerant.
Thanks for helping me.

Lan1 and Lan2 are in different Router Board?

So you have one router, with one wan connection.
Behind the router two separate LANS.

You dont want LAN1 to have internet access but just access to LAN2 for example…
How will they access LAN2??

WAN is Tp-link switch/16
Lan is mikrotik./24

Both needs internet access(they do have it now) all I need is that pc will be able to communicate with server.

I can ping from server to pc, but not from pc to server.

try this on your LAN1 PC router, and join with a utp cable on eher4 port to LAN2 Server router

Make sure ether4 is out from lanBridge

/ip address add address=192.168.41.10/24 interface=ether4 network=192.168.41.0

next make a static route

/ip route add dst-address=192.168.41.0/24 gateway=192.168.41.1

First step is not possible, PC and server are in different buildings.

Provide a network diagram and a config, otherwise unable to assist.

First step is not possible, PC and server are in different buildings.

If you can not cabling you need VPN, sorry

IPs in network (possible)- 192.168.0.1-192.168.254.254
Isolated part of network is by mikrotik.
mikrotik: internet: 192.168.39.99/16
local: 192.168.41.1/24

When request comes from the primary network(in this case IP: 192.168.100.189) to mikrotik, the microtik communication redirect to the server(192.168.41.2).
mikrotik.png

So the mikrotiks connection to the internet is through another router? and not a modem?
So the mikkrotik is not directly connected to the TP LInk switch?
What router is the TPLINK switch connected to?

1.Yes, its TP-LINK JetStream T2600G-52TS
They have same public IP.

2.Yes, he is directly connected.

3.MIKROTIK RB760iGS
TP-LINK JetStream T2600G-52TS

It is still not clear to me where the ISP modem or modem/router is located in this picture…

Does it matter where the ISP modem is?

Communication is not going through ISP modem.

PC — Mikrotik — server in mikrotiks local IP
Ping from WAN to mikrotik LAN

No worries, someone else will help you out…