Hi,
I have a time clock on subnet 192.168.8.0 /24 that comunicates with a server in the 192.168.4.0/24 subnet.
What I'm trying to do is give the clock the ip address of 192.168.3.6 and still be able to comunicate with the server.
From what I remember this can be done with a static route on the server but can't figure out how.
Here are the settings on both server and clock.
One Nic with two ip address on the server:
192.168.4.2
192.168.3.5
on the clock:
192.168.3.6
gateway: 192.168.8.1
I've tried :
route add 192.168.3.0 mask 255.255.255.0 gateway 192.168.3.5 interface 192.168.4.2
also tried gateway 192.168.4.1
Any help would be very appreciated