[root@hack118 ~]# ifconfig
ens160: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.118 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::20c:29ff:fe11:fcc8 prefixlen 64 scopeid 0x20<link>
ether 00:0c:29:11:fc:c8 txqueuelen 1000 (Ethernet)
RX packets 37860 bytes 6083192 (5.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 44628 bytes 36497325 (34.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 210 bytes 38010 (37.1 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 210 bytes 38010 (37.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
ether 52:54:00:5e:10:a8 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
[root@hack118 ~]# ifconfig -a
ens160: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.118 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::20c:29ff:fe11:fcc8 prefixlen 64 scopeid 0x20<link>
ether 00:0c:29:11:fc:c8 txqueuelen 1000 (Ethernet)
RX packets 37928 bytes 6089685 (5.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 44682 bytes 36503900 (34.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 210 bytes 38010 (37.1 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 210 bytes 38010 (37.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
ether 52:54:00:5e:10:a8 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
ifconfig查看IP地址
于 2022-11-28 12:11:53 首次发布
该命令输出展示了Linux系统的网络配置详情,包括ens160、lo和virbr0三个网络接口的状态。ens160为以太网接口,IP地址为192.168.1.118,用于常规网络连接;lo是回环接口,用于本地通信;virbr0可能是一个虚拟桥接接口,通常用于虚拟机网络。
摘要由CSDN通过智能技术生成