linux查看路由表和跳转命令
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
#linux查看网络路由跳转
traceroute www.baidu.com
#查看路由表
route -n(netstat -rn)
#linux删除网络网关
route del default gw 192.168.0.1
#linux添加网络网关
route add default gw 192.168.0.1 /* 192.168.0.1 路由器的IP */
#关闭和开启网卡
ifdown enp0s25
ifup enp0s25
#centos7重启服务命令
systemctl restart network




A beautiful web dashboard for Linux
最近提交(Master分支:16 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)