I want to do this.
I have on eth7 interface for visitors (19.168.5.0/24)
Here is a linux file server which have own dhcp server (192.168.3.0/24)
I want to access to this network from my internal lan 192.168.100.0/23 I am not sure which static routing choose. In linux I have this route
up ip route add 192.168.3.0/24 via 192.168.5.249
So I am able to ping from network 192.168.5.0 to lan 192.168.3.0 behind linux server.
This thread was automatically locked due to age.