Tailscale version: 1.18.1
Your operating system & version: Ubuntu 18.04.6 LTS (running on Ionos VPS)
Tailscale works as expected, but the link is only 10mbps full duplex. The output of ethtool is as follows:
username@localhost:~$ sudo ethtool tailscale0
Settings for tailscale0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
Auto-negotiation: off
MDI-X: Unknown
Current message level: 0xffffffa1 (-95)
drv ifup tx_err tx_queued intr tx_done rx_status pktdata hw wol 0xffff8000
Link detected: yes
When attempting to manually configure the interface, it succeeds on the client end but fails on the VPS with the following output:
username@localhost:~$ sudo ethtool -s tailscale0 speed 1000 duplex full autoneg on
Cannot set new settings: Operation not supported
not setting speed
not setting duplex
not setting autoneg
Ethtool output for the internet connection:
username@localhost:~$ sudo ethtool ens192
Settings for ens192:
Supported ports: [ TP ]
Supported link modes: 1000baseT/Full
10000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
Auto-negotiation: off
MDI-X: Unknown
Supports Wake-on: uag
Wake-on: d
Link detected: yes
I thought Tailscale should determine the highest supported configuration automatically? Both sides support near gigabit speeds for both upload and download so it’s not a network adapter issue.
Has anyone encountered this before?