For example, the IP address of 7016 is 192.168.1.100; the gateway is 192.168.1.1; now the network segment of the device is 192.168.2.*; at this time, you need to add a routing information as follows:
For example: route add –net 192.168.2.0 255.255.255.0 192.168.1.1
It means that the communication between 7016 and devices in the network segment 192.168.2.* uses gateway 192.168.1.1;
Comments
0 comments
Please sign in to leave a comment.