7 × 24小时服务热线:400-000-0000
linux下网络配置 |
linux下网络配置 ip地址配置 ifconfig eth0 ***.***.***.*** netmask 255.255.255.0 "配置IP地址 ifconfig eth0 up | down "激活,关闭设备eth0 路由配置 route add -net ***.***.***.*** dev eth0 "访问***.***..网段通过设备eth0出去 route add default gw 192.168.0.1 "配置默认网关 route del 192.。。。 "删除指定IP路由 |