我需要创建一个 shell 脚本,其第一个参数是子网掩码,第二个参数是 GW 地址。
像这样:“replace_IPs.sh 255.255.0.0. 10.0.0.254”通过运行此行我将能够放置新的子网掩码和 DW。
谢谢。
答案1
你有ifconfig
这个吗?
ifconfig eth0 192.168.0.1 netmask 255.255.255.0 gateway 192.168.0.254
我需要创建一个 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