当我ifconfig
在装有 MacOS Mojave 10.14.6 的 Macbook air 2018 上运行时,出现以下问题:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP>
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
nd6 options=201<PERFORMNUD,DAD>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
XHC20: flags=0<> mtu 0
XHC0: flags=0<> mtu 0
VHC128: flags=0<> mtu 0
en3: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether xx:xx:xx:xx:xx:xx
inet6 xxxx::xxxx:xxxx:xxxx:xxxx%en3 prefixlen 64 scopeid 0x7
nd6 options=201<PERFORMNUD,DAD>
media: autoselect (100baseTX <full-duplex>)
status: active
ap1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
ether xx:xx:xx:xx:xx:xx
media: autoselect
status: inactive
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether xx:xx:xx:xx:xx:xx
inet6 xxxx::xxxx:xxxx:xxxx:xxxx%en0 prefixlen 64 secured scopeid 0x9
inet xxx.xxx.x.x netmask 0xffffff00 broadcast 192.168.1.255
nd6 options=201<PERFORMNUD,DAD>
media: autoselect
status: active
p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
ether xx:xx:xx:xx:xx:xx
media: autoselect
status: inactive
awdl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1484
ether xx:xx:xx:xx:xx:xx
inet6 xxxx::xxxx:xxxx:xxxx:xxxx%awdl0 prefixlen 64 scopeid 0xb
nd6 options=201<PERFORMNUD,DAD>
media: autoselect
status: active
en1: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
options=60<TSO4,TSO6>
ether xx:xx:xx:xx:xx:xx
media: autoselect <full-duplex>
status: inactive
en2: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
options=60<TSO4,TSO6>
ether xx:xx:xx:xx:xx:xx
media: autoselect <full-duplex>
status: inactive
bridge0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=63<RXCSUM,TXCSUM,TSO4,TSO6>
ether xx:xx:xx:xx:xx:xx
Configuration:
id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0
maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200
root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0
ipfilter disabled flags 0x2
member: en1 flags=3<LEARNING,DISCOVER>
ifmaxaddr 0 port 12 priority 0 path cost 0
member: en2 flags=3<LEARNING,DISCOVER>
ifmaxaddr 0 port 13 priority 0 path cost 0
nd6 options=201<PERFORMNUD,DAD>
media: <unknown type>
status: inactive
utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 2000
inet6 xxxx::xxxx:xxxx:xxxx:xxxx%utun0 prefixlen 64 scopeid 0xf
nd6 options=201<PERFORMNUD,DAD>
ipsec0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1400
inet xx.x.x.xxx --> xx.x.x.xxx netmask 0xff000000
我不太擅长网络方面的事情,但这对我来说似乎很奇怪,因为我从未在我的旧 macbook air 上见过这么多的网络接口。
问题:这是正常现象吗?还是这可能是坏事?如果这是坏事,我该怎么办?
最初所有的“x”都不存在,我将地址改为它们
答案1
这看起来很正常。
- lo0是环回虚拟接口。
- en0是您的内置 Wi-Fi。
- en1和en2是您的 Thunderbolt 端口。macOS 以这种方式支持通过 Thunderbolt 传输 IP。
- bridge0是一个虚拟接口,可将您的两个 Thunderbolt 接口 IP 桥接在一起。
- en3在您的场景中很可能是一个外部以太网加密狗。
- awdl0是 Apple Wireless Direct Link。它是 Apple 专有的,与 Wi-Fi Aware 或 Wi-Fi Direct 不兼容。它是 AirDrop、AirPlay、Handoff 和其他一些功能的工作原理。
- p2p0类似于 AWDL 的早期版本。AirDrop 首次推出且仅适用于 Mac 时,它使用了该协议。iOS 从未使用过该协议,而是使用了 AWDL。现在两个平台都更喜欢 AWDL,但较旧的仅适用于 Mac 的 Apple Peer to Peer 无线协议仍然存在,以便与运行旧版 macOS 的旧 Mac 保持向后兼容。
- utun0是用于VPN连接的隧道虚拟接口。
- ipsec0也是VPN相关的虚拟接口。
- gif0是一个虚拟的“通用接口”,用于某些 IPv6-in-IPv4 隧道情况。
- stf0是一种过时的 IPv4/IPv6 转换机制的虚拟接口,称为 6to4,目前仍有少数人使用。
- 这*HC*接口用于使用数据包嗅探器捕获 USB 流量而不是网络流量。
请注意,en0-enX 的确切含义因型号而异。最小数字首先用于内置以太网端口(如果有),然后用于内置 Wi-Fi,然后用于内置 Thunderbolt 端口(如果有)。之后是附加以太网类接口(例如 USB 以太网适配器、Thunderbolt 以太网适配器和 USB Wi-Fi 适配器),顺序按系统看到的顺序排列。