Home >System Tutorial >LINUX >How Centos implements interoperability between different network segments
The environment is as follows:
A server in the 192.168.16.0 network segment
A server in the 192.168.1.0 network segment
The machines in the 192.168.16.0 network segment and the 192.168.1.0 network segment cannot communicate with each other.
The specific operations are as follows:
Add routing table on the machine 192.168.16.177
route add -net 192.168.1.0 gw 192.168.16.1 netmask 255.255.255.0
The above is the detailed content of How Centos implements interoperability between different network segments. For more information, please follow other related articles on the PHP Chinese website!