用于查看和配置网络ifconfig命令已被淘汰,你知道下一代的命令吗

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用于查看和配置网络ifconfig命令已被淘汰,你知道下一代的命令吗相关的知识,希望对你有一定的参考价值。

参考技术A

前言

本文主要介绍net-tools套件与iproute2套件的区别。

net-tools套件与iproute2套件的区别

ifconfig、route、arp和netstat等命令行工具都是net-toos套件的工具集,用于解决网络故障。net-tools起源于BSD的TCP/IP工具箱,后来成为老版本Linux内核中配置网络功能的工具。但自2001年起,Linux社区已经对其停止维护。同时,一些Linux发行版比如Arch Linux和CentOS/RHEL 7则已经完全抛弃了net-tools,只支持iproute2。

iproute2的出现旨在从功能上取代net-tools。net-tools通过procfs(/proc)和ioctl系统调用去访问和改变内核网络配置,而iproute2则通过netlink套接字接口与内核通讯。抛开性能而言,iproute2的用户接口比net-tools显得更加直观。比如,各种网络资源(如link、IP地址、路由和隧道等)均使用合适的对象抽象去定义,使得用户可使用一致的语法去管理不同的对象。到目前为止,iproute2仍处在持续开发中。

笔者强烈建议用户应该使用iproute2取代传统的net-tools套件,因为iproute2可以做很多net-tools无法做到的事情。

两者常见命令对比

net-toolsiproute2命令作用 arp -naip neigh查看MAC地址表ifconfigip link查看网卡基本信息ifconfig -aip addr show查看网站详细信息ifconfig --helpip help查看帮助信息ifconfig -sip -s link查看网卡流量传输信息ifconfig eth0 upip link set eth0 up启用网卡ipmaddrip maddr查看网卡相关的MAC地址表iptunnelip tunnel查看隧道信息netstatss查看端口使用情况netstat -iip -s link查看每张网卡的信息及传输信息netstat -gip maddr查看张网卡的二层及三层邻居信息netstat -lss -l查看本机的监听端口netstat -rip route查看本机路由表route addip route add添加静态路由route delip route del删除静态路由route -nip route show查看本机路由表vconfigip link查看本地连接情况

Linux查看MAC地址表

? (172.16.87.174) 位于 00:0c:29:2a:8e:23 [ether] 在 vmnet8

? (172.16.87.170) 位于 在 vmnet8

? (172.16.87.179) 位于 00:0c:29:2a:8e:23 [ether] 在 vmnet8

? (192.168.42.129) 位于 da:1a:b5:a1:93:bc [ether] 在 enp0s20u1

查看网卡基本信息

查看网卡基本信息

1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000

link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00

2: enp0s25: mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000

link/ether 3c:97:0e:43:e8:bd brd ff:ff:ff:ff:ff:ff

3: wlp3s0: mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000

link/ether 60:67:20:c7:be:00 brd ff:ff:ff:ff:ff:ff

4: vmnet1: mtu 1500 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 1000

link/ether 00:50:56:c0:00:01 brd ff:ff:ff:ff:ff:ff

5: vmnet8: mtu 1500 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 1000

link/ether 00:50:56:c0:00:08 brd ff:ff:ff:ff:ff:ff

12: enp0s20u1: mtu 1500 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 1000

link/ether c6:34:99:3e:12:f9 brd ff:ff:ff:ff:ff:ff

Linux 查看ip 命令帮助信息

Usage: ip [ OPTIONS ] OBJECT COMMAND | help

ip [ -force ] -batch filename

where OBJECT := link | address | addrlabel | route | rule | neigh | ntable |

tunnel | tuntap | maddress | mroute | mrule | monitor | xfrm |

netns | l2tp | fou | macsec | tcp_metrics | token | netconf | ila |

vrf | sr

OPTIONS := -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |

-h[uman-readable] | -iec |

-f[amily] inet | inet6 | ipx | dnet | mpls | bridge | link |

-4 | -6 | -I | -D | -B | -0 |

-l[oops] maximum-addr-flush-attempts | -br[ief] |

-o[neline] | -t[imestamp] | -ts[hort] | -b[atch][filename] |

-rc[vbuf][size] | -n[etns] name | -a[ll] | -c[olor]

Linux查看网卡流量传输信息

Linux查看网卡流量传输信息

1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000

link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00

RX: bytes packets errors dropped overrun mcast

300977974 305919 0 0 0 0

TX: bytes packets errors dropped carrier collsns

300977974 305919 0 0 0 0

2: eth0: mtu 1400 qdisc mq state UP mode DEFAULT group default qlen 1000

link/ether fa:16:3e:48:b5:08 brd ff:ff:ff:ff:ff:ff

RX: bytes packets errors dropped overrun mcast

107994934 965313 0 0 0 0

TX: bytes packets errors dropped carrier collsns

714725526 808580 0 0 0 0

https://www.linuxrumen.com/rmxx/804.html

Linux网络管理工具:ifconfig,从入门到精通!

ifconfig(接口配置)是一个网络管理工具,它用于配置和查看 Linux 操作系统中网络接口的状态,使用ifconfig,您可以分配 IP 地址、启用或禁用接口、管理 ARP 缓存、路由等。

在本文中,我们将探讨如何使用该ifconfig命令。

如何安装ifconfig

该ifconfig命令已被弃用并被替换,ip 并且可能不包含在较新的 Linux 发行版中。

如果您收到一条错误消息“ifconfig: command not found”,这意味着您的系统上没有安装包含该命令的软件包。

ifconfig在 Ubuntu/Debian 上安装

在基于 Ubuntu 和 Debian 的 Linux 发行版上,运行以下命令进行安装ifconfig:

sudo apt install net-tools -y

ifconfig在 Centos 上安装

要ifconfig在 CentOS 和其他基于 RHEL 的 Linux 发行版上安装,请键入:

sudo dnf install net-tools -y

如何使用ifconfig命令

该ifconfig命令的基本语法如下所示:

ifconfig [-a] [-v] [-s] <interface> [[<AF>] <address>]
  • interface- 是网络接口的名称。
  • address- 是您要分配的 IP 地址。

使用该ifconfig命令设置的配置不是持久的。系统重新启动后,所有更改都将丢失。要使更改永久生效,您需要编辑特定于发行版的配置文件或将命令添加到启动脚本。

只有 root 或具有 sudo 权限的用户才能配置网络接口。

显示网络接口信息

不带任何选项调用时,ifconfig显示所有网络接口的配置信息和关联的 IP 地址:

ifconfig -a

输出包括有关所有活动和非活动网络接口的信息:

docker0   Link encap:Ethernet  HWaddr 56:84:7a:fe:97:99  
          inet addr:172.17.42.1  Bcast:0.0.0.0  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:4198 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4198 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:498729 (498.7 KB)  TX bytes:498729 (498.7 KB)

eth0      Link encap:Ethernet  HWaddr 4c:bb:58:9c:f5:55  
          inet addr:172.20.10.3  Bcast:172.20.10.15  Mask:255.255.255.240
          inet6 addr: 2401:4900:1d65:40a1:4ebb:58ff:fe9c:f555/64 Scope:Global
          inet6 addr: 2401:4900:1d65:40a1:f1c9:6a90:2d99:924e/64 Scope:Global
          inet6 addr: fe80::4ebb:58ff:fe9c:f555/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:84110 errors:0 dropped:0 overruns:0 frame:0
          TX packets:59727 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:70667629 (70.6 MB)  TX bytes:20886290 (20.8 MB)

要显示任何特定网络接口的配置信息,请在命令后写入接口名称:

ifconfig eth0

输出将如下所示:

eth0      Link encap:Ethernet  HWaddr 4c:bb:58:9c:f5:55  
          inet addr:172.20.10.3  Bcast:172.20.10.15  Mask:255.255.255.240
          inet6 addr: 2401:4900:1d65:40a1:4ebb:58ff:fe9c:f555/64 Scope:Global
          inet6 addr: 2401:4900:1d65:40a1:f1c9:6a90:2d99:924e/64 Scope:Global
          inet6 addr: fe80::4ebb:58ff:fe9c:f555/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:84110 errors:0 dropped:0 overruns:0 frame:0
          TX packets:59727 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:70667629 (70.6 MB)  TX bytes:20886290 (20.8 MB)

为网络接口分配 IP 地址和网络掩码

使用该ifconfig命令,您可以为网络接口分配 IP 地址和网络掩码。

使用以下语法分配 IP 地址和网络掩码:

  ifconfig [interface-name] [ip-address] netmask [subnet-mask]

例如,要将 IP 地址192.168.0.101和网络掩码分配255.255.0.0给 interface eth0,您将运行:

ifconfig eth0 192.168.0.101 netmask 255.255.0.0

您还可以使用接口别名为网络接口分配辅助 IP 地址:

ifconfig eth0:0 192.168.0.102 netmask 255.255.0.0

启用和禁用网络接口

有时,您可能需要重置网络接口。在这种情况下,该ifconfig命令可用于启用或禁用网络接口。

要禁用活动网络接口,请输入设备名称,后跟down标志:

ifconfig eth0 down

要启用非活动网络接口,请使用以下up标志:

ifconfig eth0 up

启用和禁用混杂模式

混杂允许网络接口访问和查看网络中的所有数据包。您可以使用该ifconfig命令在特定网络设备上启用和禁用混杂。

要在网络接口上启用混杂模式,请promisc在设备名称后输入标志:

ifconfig eth0 promisc

要禁用混杂模式,请使用-promisc标志

ifconfig eth0 -promisc

更改网络接口的 MTU

MTU“最大传输单元”允许您限制在接口上传输的数据包的大小。

您可以使用以下语法更改 MTU 值:

ifconfig [interface-name] mtu [mtu-value]

例如,将网络接口的 MTU 值设置eth0为500,运行以下命令:

ifconfig eth0 mtu 500

更改网络接口的 MAC 地址

MAC“媒体访问控制”是唯一标识网络上设备的物理地址。

要更改网络接口的 MAC 地址,请使用hw ether标志设置新的 MAC 地址:

ifconfig eth0 hw ether 00:00:2d:3a:2a:28

结论

我们已经向您展示了如何使用该ifconfig命令来配置和显示有关网络接口的信息,有关详细信息ifconfig,请访问ifconfig 命令手册页 。

如果您有任何问题,请在下方发表评论。

以上是关于用于查看和配置网络ifconfig命令已被淘汰,你知道下一代的命令吗的主要内容,如果未能解决你的问题,请参考以下文章

用于查看和配置网络ifconfig命令已被淘汰,你知道下一代的命令吗

Linux网络管理工具:ifconfig,从入门到精通!

[网络配置相关]——ifconfig命令ip命令route命令

Linux网络管理及命令详解

Kali Linux该怎么进行网络配置

如何查看linux网口配置