出口ip設定
1.檢視外網網絡卡裝置 和 閘道器
2.更換出口ip為 211.149.*.130
執行命令: ip route change default via 211.149.*.1 dev eth0 src 211.149.*.130
3. 檢視結果
執行命令: ip route show
default via 會顯示211.149.*.130
多ip設定(centos8)
編輯的網絡卡是 ifcfg-eth0
編輯網絡卡檔案
vi ifcfg-eth0增加以下內容格式,ip 位址按實際需要更改
bootproto=static#dhcp 改成 staticipaddr0=192.168.8.253netmask0=255.255.252.0gateway0=192.168.8.1ipaddr1=192.168.0.253netmask1=255.255.255.0gateway1=192.168.0.1dns1=119.29.29.29dns2=8.8.4.4onboot=yes #no 改成 yes,否則開機不會啟動網絡卡最後過載網絡卡配置
nmcli c reload ifcfg-eth0
什麼是出口IP?
出口ip是指外網ip,比如用的不是外網ip 公網 那麼傳送的資訊必i須被路由器進行網路位址轉換,資訊就會被外網識別。ip定址 ip規定網路上所有的裝置都必須有乙個獨一無二的ip位址,就好比是郵件上都必須註明收件人位址,郵遞員才能將郵件送到。每個ip資訊包都必須包含有目的裝置的ip位址,資訊包才可以正...
linux設定閘道器和ip
linux設定閘道器和ip 修改ip位址 即時生效 ifconfig eth0 192.168.0.20 netmask 255.255.255.0 啟動生效 修改 etc sysconfig network scripts ifcfg eth0 修改default gateway 即時生效 rou...
linux下ip位址認證多IP配置
為乙個網絡卡新增乙個ip 1 進入 etc sysconfig network scripts 目錄下,cd etc sysconfig network scripts 2 複製乙份ip 模板到該目錄下 這裡以 ifcfg eth0 為模板cp ifcfg eth0 ifcfg eth0 100,將...