TAG · ip

#ip

2 分钟

linux ip 配置方法

首先你得知道几个命令: ifconfig 查看网卡信息的命令(网卡以eth0~ethN命名,看你网卡用的是哪个)。另外,它只在root用户下可能,一般普通用户不能用。 route -n 查看路由的命令。 cat /e…

阅读全文