Hello all,
I need help with configuration 2 lan networks to communicate between.
Scenario:
I have 2 networks 192.168.30.x and 192.168.2.x. I want to configure 1 physical router/gateway (Linux) to translate IP between (it will be gateway for both networks). I want to connect for ex. via RDP to computer 192.168.2.x from 192.168.30.x
Example:
From PC1 (which is in 192.168.30.x network) I want to connect to 192.168.2.20.
So I want to enter IP 192.168.30.20 which should be redirect to 192.168.2.20.
I have few servers in 192.168.2.x network and for each router should redirect to them from 192.168.30.x
From PC1 when I ping IP:
192.168.30.20 - 192.168.2.20
192.168.30.21 - 192.168.2.21
192.168.30.22 - 192.168.2.22
etc..
I trying to do this with pfSense or maybe I should use other linux distribution for this
Both network don't have Internet access so...