Linux dual-line IP settings (no additional routing table required)

Source: Internet
Author: User

Linux dual-line IP settings (no additional routing table required, just modify the following OK)
Modify
Vi/etc/iproute2/rt_tables
(Increase the number of telecom and netcom two routing tables)

Increase
252 Tel (Telecom)
251 CNC (netcom)
(Set up telecom and Netcom routing table contents)


Vi/etc/rc.d/rc.local
Increase


IP route replace the default via Telecom Gateway Dev eth0 (routing line)

IP Route Flush Table Tel (Refresh Tel routing table)
IP route add default via telecom Gateway DEV eth0 src Telco IP Table Tel (add source routing address)
IP rule add from Telco IP table Tel (coming from telco IP, go tel route)

IP route flush Table CNC
IP route add default via unicom Gateway dev eth1 src unicom ip table cnc
IP rule add from unicom IP table CNC (from the Netcom IP, go netcom)


Save exit

Restart the server to get it done.

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.