Dual-nic CIDR Block same Intranet/Internet access

Source: Internet
Author: User

Department companies use dual-nic connections, but the Intranet segments are the same. For example:

  1. Intranet Nic IP Address: IP address of the internal server of 192.168.1.0/24 Intranet Gateway: 192.168.1.254 where the ERP server 192.168.1.253

  2. Internet Nic IP Address: 192.168.1.0/24 Internet access network segment Internet gateway: 192.168.1.1

In this case, access to the server in the network segment of Internal 1 may fail. If you still cannot access the server in the Intranet segment after using the route add command, because the IP addresses at both ends are repeated, using the route print command, we can see that the gateway to 0.0.0.0 is 192.168.1.1 by default. In fact, 192.168.1.1 is an Internet gateway rather than an intranet gateway, which causes access to the Intranet server to fail.

Add a route table to the host.

Route add-P 192.168.1.253 mask 255.255.255.255 192.168.1.254 metric 1

Then you can access the Intranet ERP server.


Dual-nic CIDR Block same Intranet/Internet access

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.