当前位置: 技术问答>linux和unix
Solaris 10里如何修改broadcast
来源: 互联网 发布时间:2016-03-13
本文导语: hostname: loo 网卡名:pcn0 broadcast: 124.125.10.255 我需要把broadcast改成124.125.10.254 怎么做啊? 我输入 route add default gateway 124.125.10.254 结果提示 gateway值错误。 哪位大大知道的麻...
hostname: loo
网卡名:pcn0
broadcast: 124.125.10.255
我需要把broadcast改成124.125.10.254
怎么做啊?
我输入 route add default gateway 124.125.10.254
结果提示 gateway值错误。
哪位大大知道的麻烦教教啊~
网卡名:pcn0
broadcast: 124.125.10.255
我需要把broadcast改成124.125.10.254
怎么做啊?
我输入 route add default gateway 124.125.10.254
结果提示 gateway值错误。
哪位大大知道的麻烦教教啊~
|
ifconfig 加个broadcast选项
如:
ifconfig eth0 broadcast 10.10.55.255
(当前用户必须是root用户)
try it!
如:
ifconfig eth0 broadcast 10.10.55.255
(当前用户必须是root用户)
try it!