Linux
替換子網遮罩和預設 GW 的 shell 腳本
我需要創建一個 shell 腳本,將子網遮罩作為第一個參數,將 GW 地址作為第二個參數。
像這樣:“replace_IPs.sh 255.255.0.0. 10.0.0.254” 通過執行這一行,我將能夠放置新的子網遮罩和 DW。
謝謝。
你有
ifconfig
這個嗎?
ifconfig eth0 192.168.0.1 netmask 255.255.255.0 gateway 192.168.0.254