linux環境:ubuntu
內網ip為:10.10.20.10 子網掩碼為:255.255.255.224 閘道器為:10.10.20.1 有線網絡卡
外網ip為:192.168.124.28 子網掩碼為:255.255.255.0 閘道器為: 192.168.124.1 無線網絡卡
1.當配置伺服器為外網ip和內網ip的方式時,只設定外網ip的閘道器,不要設定內網ip的閘道器.
配置如下
auto lo
iface lo inet loopback
auto eth0
#iface eth0 inet dhcp
iface eth0 inet static
address 10.10.20.10
netmask 255.255.255.224
# gateway 10.10.20.1
#auto wlan0
#iface wlan0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet static
address 192.168.124.28
netmask 255.255.255.0
gateway 192.168.124.1
wpa-conf /etc/wifi.conf
無線配置生成
$ pa_passphrase h3c_developer "progz_w00t!" >>/etc/wifi.conf
# 重啟網絡卡
$ sudo /etc/init.d/networking restart
# 手動設定伺服器的路由
route add -net 10.10.20.0/24 gw 10.10.20.1 dev eth0
android雙網絡卡
rx bytes 0 0.0 b tx bytes 0 0.0 b 不知道它有什麼作用,查了一下,sit是ipv6 in ipv4 tunnel inte ces,這個inte ces 介面或是介面 也稱作sitx,sit是 internet transition 的縮寫.它可以將ipv6的資料報塞...
設定雙網絡卡 內網網絡卡
因專案環境需求需要設定兩塊網絡卡進行訪問192走內網 自身連線硬體及基礎服務 172走外網 區域網辦公人員連線 1.檢視伺服器接入網卡數和接入的網絡卡裝置資訊 1 伺服器上網絡卡數 root test lspci grep i ethernet 02 00.0 ethernet controller...
雙網絡卡的意外
給公司的內部測試伺服器再裝上乙個8139網絡卡。伺服器斷網了。ping 外網不同,ping 內網也不同。鬱悶了,奇怪了。以前沒遇到過這樣的問題呀。先看一下伺服器路由表 route n root beihai365 route n kernel ip routing table destination...