我有两台 Mac(iMac 和 Mac mini 服务器,附带 RAID 存储),它们都使用 1GB LAN 192.168.10.x/255.255.255.0 通过内置以太网端口进行互联网连接。它们连接到 1G 交换机和路由器。
我现在有两个 10G Thunderbolt 适配器和一根 cat6 电缆,并将这两台 Mac 连接起来进行文件传输。当我关闭所有其他服务时,连接仍然有效,但是即使 10G 在服务订单中列为第一位,连接也会默认回到 1G LAN。
我需要同时激活 1G 和 10G。我该如何实现?
我已按照 Apple 的建议按我希望的优先顺序列出它们,但似乎没有效果。
networksetup -listnetworkserviceorder
An asterisk (*) denotes that a network service is disabled.
(1) Thunderbolt Ethernet Slot 1
(Hardware Port: Thunderbolt Ethernet Slot 1, Device: en4)
(2) Ethernet
(Hardware Port: Ethernet, Device: en0)
(3) Wi-Fi
(Hardware Port: Wi-Fi, Device: en1)
route get default | grep interface
interface: en0
我尝试过networksetup
并route
进行过一些谷歌搜索,但并没有真正掌握它。
迷你苹果电脑
Thunderbolt 10G 适配器设置
虚拟接口“Thunderbolt Bridge”,
包括“Thunderbolt 1”和“Thunderbolt 2”接口
服务“Thunderbolt 以太网插槽 1”
静态
192.168.5.1
255.255.255.0
适配器的 mac 地址:00:24:27:09:09:87
一旦设置适配器,我就会在表中看到以下条目:
netstat -nr
Internet:
Destination Gateway Flags Netif Expire
...
192.168.5 link#11 UCS en4 !
192.168.5.1/32 link#11 UCS en4 !
192.168.5.1 0:24:27:9:9:87 UHLWIi lo0
192.168.5.255 ff:ff:ff:ff:ff:ff UHLWbI en4 !
...
如果我删除除“雷电以太网插槽 1”之外的所有服务,并使用 192.168.5.1 通过屏幕共享连接到 Mac Mini
192.168.5 link#11 UCS en4 !
192.168.5.1/32 link#11 UCS en4 !
192.168.5.1 0:24:27:9:9:87 UHLWIi lo0
192.168.5.2 0:24:27:9:9:85 UHLWIi en4 1059
192.168.5.255 ff:ff:ff:ff:ff:ff UHLWbI en4 !
iMac
Thunderbolt 10G 适配器设置
虚拟接口“Thunderbolt Bridge”,
包括“Thunderbolt 1”和“Thunderbolt 2”接口
服务“Thunderbolt 以太网插槽 1”
静态
192.168.5.2
255.255.255.0
适配器的 mac 地址:00:24:27:09:09:85
我在表中看到以下条目:
netstat -nr
Internet:
Destination Gateway Flags Netif Expire
...
192.168.5 link#5 UCS en4 !
192.168.5.1 0:24:27:9:9:87 UHLWIi en4 1181
192.168.5.2/32 link#5 UCS en4 !
...