There is a server with two network cards.
- eth1 is looking to the network 192.168.1.0
- eth2 at 192.168.2.0
There are two computers, comp1 is connected directly to the server through eth1, comp2 is connected directly through eth2. Registered static routes on the server and on two computers.
Bottom line: the server pings all, and the computers of each other can not.
comp1 pings the interface eth2, but comp2 does not see. comp2 pings the interface eth1, but comp1 does not see.
What did I miss?
/proc/sys/net/ipv4/ip_forwardvalue1? If not, put it there, using echo or /etc/sysctl.conf - Mike