1、Linux平台

[root@localhost 10:55:24 /home/test]# ifconfig
ens192: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.15.5  netmask 255.255.255.0  broadcast 192.168.15.255
        inet6 fe80::9a84:9e2a:c14f:5627  prefixlen 64  scopeid 0x20<link>
        inet6 fe80::a507:12a2:bb00:140  prefixlen 64  scopeid 0x20<link>
        inet6 fe80::60e6:3c25:2119:d163  prefixlen 64  scopeid 0x20<link>
        ether 00:0c:29:ee:03:4a  txqueuelen 1000  (Ethernet)
        RX packets 866061402  bytes 322000661985 (299.8 GiB)
        RX errors 0  dropped 7365  overruns 0  frame 0
        TX packets 808606865  bytes 80482925300 (74.9 GiB)
        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 1  (Local Loopback)
        RX packets 101421107  bytes 17116897496 (15.9 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 101421107  bytes 17116897496 (15.9 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

2、Windows平台

C:\Users\Administrator>netsh interface ipv4 show interface

Idx     Met         MTU          状态                名称
---  ----------  ----------  ------------  ---------------------------
  1          50  4294967295  connected     Loopback Pseudo-Interface 1
 20          10        1500  connected     本地连接
 12          10        1500  connected     以太网
 17          20        1500  connected     VMware Network Adapter VMnet1
 18          20        1500  connected     VMware Network Adapter VMnet8

 

Logo

更多推荐