IT網路配置常用

2021-10-09 18:24:35 字數 852 閱讀 9837

1 cmd下永久靜態路由新增

加路由:route  -p add  172.16.100.0 mask 255.0.0.0 172.17.10.254

route add -p 172.16.0.0 mask  255.255.0.0 198.198.10.254    (正式環境)

刪除路由:route delete 192.168.100.0

參考**學習:

2 cmd下新增靜態ip位址

a學習使用

netsh inte***ce ip set address "乙太網" gateway=192.168.56.1 gwmetric=1 

netsh inte***ce ip set dns "乙太網" static 8.8.8.8 

netsh inte***ce ip add dns "乙太網" 61.139.2.69 index=2

pause

b 日常使用

netsh inte***ce ip delete dns name="乙太網" addr=all

netsh inte***ce ip set address "乙太網"  static  198.198.10.93 255.255.255.0   gateway=198.198.10.254

netsh inte***ce ip set dns "乙太網" static 61.139.2.65

netsh inte***ce ip add dns "乙太網" 61.139.2.69 index=2

pause

參考學習**:

Linux常用網路配置

在linux中,如果我們要修改ip位址 更改主機名 配置dns和網域名稱解析等,常會用到下面幾個檔案 etc sysconfig network centos設定主機名和網路配置 etc sysconfig network scripts ifcfg eth0 針對特定的網絡卡進行設定 etc re...

linux常用網路配置

linux系統 修改linux的主機名 1,hostname xx 2,修改 etc sysconfig network中的hostname 3,修改 etc hosts 二 centos 修改閘道器 修改對應網絡卡的閘道器的配置檔案 root centos vi etc sysconfig net...

Linux網路常用配置

一 使用網路命令檢視網路資訊 二 使用網路命令進行網路設定 三 修改配置檔案進行網路設定 網路服務啟動指令碼 etc init.d network重新啟動才能生效 擴充套件 etc rc.d init.d network start啟動network etc rc.d init.d network ...