How to configure multi-line IDC default route

Source: Internet
Author: User


How to configure the multi-line IDC default route take the actual environment as an example: the server has two addresses and two NICs. The first address is 172.16.1.36, the corresponding gateway is 172.16.1.1, and the second address is 192.168.1.100. The corresponding gateway is 192.168.1.1 (Note: The following operations prohibit remote operations) www.2cto.com
The procedure is as follows. edit/etc/sysconfig/network and add the corresponding gateway GATEWAYNETWORKING = yesHOSTNAME = VOSSERVERGATEWAY = 172.16.1.1GATEWAY = 192.168.1.12. edit/etc/sysconfig/network-scripts/ifcfg-eth0 to set the corresponding gateway GATEWAYDEVICE = eth0ONBOOT = yesBOOTPROTO = staticIPADDR = 172.16.1.36NETMASK = 255.255.255.0GATEWAY = 172.16.1.1
3. edit/etc/sysconfig/network-scripts/ifcfg-eth1 to set the corresponding gateway GATEWAYDEVICE = eth1ONBOOT = yes www.2cto.com BOOTPROTO = staticIPADDR = 192.168.1.100NETMASK = 255.255.255.0GATEWAY = 192.168.1.14. restart the Network/etc/init. d/network restart if the server only has one Nic, step 1 needs to be modified to edit/etc/sysconfig/network-scripts/ifcfg-eth0: 1 set the corresponding gateway GATEWAYDEVICE = eth0: 1 ONBOOT = yesBOOTPROTO = staticIPADDR = 192.168.1.100NETMASK = 255.255.255.0GATEWAY = 192.168.1.1
Set the IP address (IPADDR), subnet mask (NETMASK), and GATEWAY based on the network parameters provided by the actual carrier. Use VOS 2.1.2.0 or later, use the force-specified local IP address function of the landing gateway to optimize the voice routing, so as to optimize the cross-carrier speech routing author coolwhy1

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.