Ubiquiti Dream Machine Pro で 10Gbit/s ネットワークを設定する方法

Ubiquiti Dream Machine Pro で 10Gbit/s ネットワークを設定する方法

今日、「ubuntu server 20.04」サーバーに 10Gbit/s ネットワーク カードをインストールしました。しかし、期待したパフォーマンスが得られません。インストールしたネットワーク カードは、base-t/RJ45 ネットワーク カードである asus xg-c100c です。

ネットワーク接続があり、10Gbit/s 対応デバイス (SFP+ から RJ45 プラグを備えた Unifi Dream Machine Pro) に接続されています。

また、次のコマンドを実行すると、OS は 10Gbit/s の接続があると考えているようです。

~$ sudo lshw -C network
  ... (some other card are up here)
  *-network
       description: Ethernet interface
       product: AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion]
       vendor: Aquantia Corp.
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: enp1s0
       version: 02
       serial: 04:42:1a:3c:78:9b
       size: 10Gbit/s
       capacity: 10Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress pm msix msi vpd bus_master cap_list rom ethernet physical tp 100bt-fd 1000bt-fd 10000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atlantic driverversion=2.4.3.0 duplex=full firmware=3.1.88 ip=10.0.0.111 latency=0 link=yes multicast=yes port=twisted pair speed=10Gbit/s
       resources: irq:16 memory:b1440000-b144ffff memory:b1450000-b1450fff memory:b1000000-b13fffff memory:b1400000-b143ffff

そして

~$ ethtool enp1s0

Settings for enp1s0:
    Supported ports: [ TP ]
    Supported link modes:   100baseT/Full
                            1000baseT/Full
                            10000baseT/Full
                            2500baseT/Full
                            5000baseT/Full
    Supported pause frame use: Symmetric Receive-only
    Supports auto-negotiation: Yes
    Supported FEC modes: Not reported
    Advertised link modes:  100baseT/Full
                            1000baseT/Full
                            10000baseT/Full
                            2500baseT/Full
                            5000baseT/Full
    Advertised pause frame use: No
    Advertised auto-negotiation: Yes
    Advertised FEC modes: Not reported
    Speed: 10000Mb/s
    Duplex: Full
    Port: Twisted Pair
    PHYAD: 0
    Transceiver: internal
    Auto-negotiation: on
    MDI-X: Unknown
Cannot get wake-on-lan settings: Operation not permitted
    Current message level: 0x00000005 (5)
                   drv link
    Link detected: yes
~$ networkctl
IDX LINK            TYPE     OPERATIONAL SETUP
  1 lo              loopback carrier     unmanaged
  2 enp7s0          ether    off         unmanaged
  3 enp1s0          ether    routable    configured
  4 docker0         bridge   routable    unmanaged
  6 veth2b97547     ether    degraded    unmanaged
  7 br-cdecd710286b bridge   routable    unmanaged
 10 vethb068640     ether    degraded    unmanaged

7 links listed.

私のセットアップをベンチで試してみたもの:

  • 2 台の別々の Windows PC で samba を使用してコピーを開始すると、両方とも約 55 MB/秒に達します。
  • 1台のWindows PCでsambaを使用してコピーを開始し、同時にMacBookでscpコマンドを開始すると、どちらも同じ約55MB/秒に達しました。

コピーしていたコンテンツは、Samsung M.1 SSD にあります。

何か間違ったことをしているのでしょうか? 10Gbit/s を処理できるように OS に変更を加える必要がありますか?

答え1

これが機能しない理由が分かりました。悲しいことです。私と同じ問題に遭遇している人のために、UDM-PROには10Gbit/sのSFP+ポートがありますが、SFP+からRJ45ポートへのバスインターフェースは1Gbit/sしかありません。ここに

関連情報