= linux 單機單網絡卡配置雙ip跨網段訪問方法 (以ubuntu系統為例) =
1.在系統/etc/network/目錄下inte***ce內增加如下**(必須以root身份操作):
auto eth0
auto eth0:0 ##虛擬網絡卡配置
iface eth0 inet static
address 192.168.1.38
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
## 虛擬網絡卡配置資訊 虛擬網絡卡不需要配置閘道器資訊
iface eth0:0 inet static
address 192.168.100.38
netmask 255.255.255.0
network 192.168.100.0
broadcast 192.168.100.255
2.重啟網絡卡服務
重啟服務執行如下**(必須以root身份操作):
/etc/init.d/networking restart
linux雙網絡卡雙ip配置
在 etc rc.local裡面加上 ip route replace default via 221.6.67.33 dev eth1 ip route replace default via 180.97.81.1 dev eth0 ip route flush table ctc ip rou...
centos 7 0 單網絡卡配置雙ip雙網段
網絡卡配置檔案目錄 etc sysconfig network scripts 網絡卡檔案只配置乙個閘道器,另外路由加在啟動檔案 etc rc.local中 bootproto static defroute yes name em1 uuid 87a971cc c6e7 47d4 919a 92e...
centos 7 0 單網絡卡配置雙ip雙網段
網絡卡配置檔案目錄 etc sysconfig network scripts 網絡卡檔案只配置乙個閘道器,另外路由加在啟動檔案 etc rc.local中 bootproto static defroute yes name em1 uuid 87a971cc c6e7 47d4 919a 92e...