-
您當前所在位置:首頁 → 操作系統(tǒng) → LINUX → RedHat Linux下雙網(wǎng)卡雙網(wǎng)關(guān)路由表配置相關(guān)資料
RedHat Linux下雙網(wǎng)卡雙網(wǎng)關(guān)路由表配置相關(guān)資料
時間:2015/6/28來源:IT貓撲網(wǎng)作者:網(wǎng)管聯(lián)盟我要評論(0)
-
最近在一個雙線路機房測試一臺服務(wù)器,打算作為論壇的數(shù)據(jù)庫服務(wù)器使用,服務(wù)器操作系統(tǒng)為 Linux。計劃配置為雙IP,雙域名,使得瀏覽者通過電信和網(wǎng)通兩條線路都能正常訪問服務(wù)器,而且各走各的,互不影響。在配置網(wǎng)絡(luò)的時候遇到了問題,由 于Linux默認只有一個網(wǎng)關(guān),在網(wǎng)絡(luò)上查詢了很久,找到一個解決方案,因此整理了一下。感謝IT貓撲網(wǎng)原文作者jac003ke。
服務(wù)器操作系統(tǒng)RedHat linux 9,設(shè)置兩張路由表
1. vi /etc/iproute2/rt_tables,增加網(wǎng)通和電信兩個路由表
251 tel 電信路由表
252 cnc 網(wǎng)通路由表
2. 給網(wǎng)卡綁定兩個地址用于電信和網(wǎng)通兩個線路
ip addr add 192.168.0.2/24 dev eth0
ip addr add 10.0.0.2/24 dev eth1
3、分別設(shè)置電信和網(wǎng)通的路由表
電信路由表:
#確保找到本地子網(wǎng)
ip route add 192.168.0..0/24 via 192.168.0.2 dev eth0 table tel
#內(nèi)部回環(huán)網(wǎng)絡(luò)
ip route add 127.0.0.0/8 dev lo table tel
#192.168.0.1為電信網(wǎng)絡(luò)默認網(wǎng)關(guān)地址
ip route add default via 192.168.0.1 dev eth0 table tel
網(wǎng)通線路路由表:
#確保找到本地子網(wǎng)
ip route add 10.0.0.0/24 via 10.0.0.2 dev eth1 table cnc
#內(nèi)部回環(huán)網(wǎng)絡(luò)
ip route add 127.0.0.0/8 dev lo table cnc
#10.0.0.1是網(wǎng)通的默認網(wǎng)關(guān)
ip route add default via 10.0.0.1 dev eth1 table cnc
4、電信和網(wǎng)通各有自己的路由表,制定策略,讓192.168.0.2的回應(yīng)數(shù)據(jù)包走電信的路由表路由,10.0.0.2的回應(yīng)數(shù)據(jù)包走網(wǎng)通的路由表路由
ip rule add from 192.168.0.1 table tel
ip rule add from 10.0.0.1 table cnc
關(guān)鍵詞標簽:RedHat,Linux,路由表
相關(guān)閱讀
-
熱門文章
安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程使用screen管理你的遠程會話GNU/Linux安裝vmware如何登錄linux vps圖形界面 Linux遠程桌面連
人氣排行
Linux下獲取CPUID、硬盤序列號與MAC地址linux tc實現(xiàn)ip流量限制dmidecode命令查看內(nèi)存型號linux下解壓rar文件安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程Ubuntu linux 關(guān)機、重啟、注銷 命令lcx.exe、nc.exe、sc.exe入侵中的使用方法查看linux服務(wù)器硬盤IO讀寫負載