三線機房Linux伺服器單網卡配多VlanIP

來源:互聯網
上載者:User

標籤:聯通   網卡   路由表   電信   

1.#vi /etc/iproute2/rt_tables (增加聯通、電信、移動三個路由表)

   #添加

    10    cnc

    20    tel

    30    cmcc

2.需要使用到vconfig軟體。首先yum安裝vconfig

    yum install vconfig

3.#vi /etc/rc.local設定路由表內容

    #添加

        modprobe 8021q

        vconfig add eth0 60(聯通)

        vconfig add eth0 113(電信)

        vconfig add eth0 120(移動)

        ifconfig eth0 0.0.0.0

        ifconfig eth0.60 聯通IP netmask 子網路遮罩 up

        ifconfig eth0.113 電信IP netmask 子網路遮罩 up

        ifconfig eth0.120 移動IP netmask 子網路遮罩 up

        ip route add 電信IP所屬子網/子網路遮罩的位元 dev eth0.113 src 電信IP table tel

        ip route add default via 電信網關 table tel

        ip rule add from 電信IP table tel

        ip route add 聯通IP所屬子網/子網路遮罩的位元 dev eth0.60 src 聯通IP table cnc

        ip route add default via 聯通網關 table cnc

        ip rule add from 聯通IP table cnc

        ip route add 移動IP所屬子網/子網路遮罩的位元 dev eth0.120 src 移動IP table cmcc

        ip route add default via 移動網關 table cmcc

        ip rule add from 移動IP table cmcc

        route add default gw 移動網關

為什麼這裡最後是移動網關?這裡因為客戶的是單線接入,而且是移動的IP,然後給了個電信的IP。

今天整理下發出來,大家補充下,謝謝!


本文出自 “Linux” 部落格,請務必保留此出處http://anxia.blog.51cto.com/9179984/1605817

三線機房Linux伺服器單網卡配多VlanIP

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.