[关闭]
@songying 2019-09-19T17:05:56.000000Z 字数 237 阅读 839

Linux 网络相关命令

Linux


1. 网卡配置 - ifconfig

1. 显示设备信息

  1. ifconfig

2. 启动/关闭 指定网卡

  1. if config eth0 up/down

3. 配置 IP 地址

  1. ifconfig eth0 ip地址

4. 设置最大传输单元

  1. ifconfig eth0 mtu 1500

5. 启动和关闭ARP协议

  1. ifconfig eth0 arp

2. 查看网络 - netstat

1. 网络接口信息

  1. # 网卡信息
  2. netsta

2. 列出端口

  1. # a: 所有端口; t:正在使用中的TCP端口; l: 正在监听的端口
  2. netstat -at
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注