There's no constraint with directly connecting a Realtek 1000/100/10Mbit transceiver towards a common router.
There was no connection ('Could not activate connection: Connection 'Name of Lan connection' is not available on device eth0 because device has no carrier') with connecting a Realtek 1000/100/10Mbit transceiver through a straight wired ('patch') LAN cable.
Changing from straight wired to crossover cabling enabled common LAN connectivity.
Information from ethtool eth0
with eth0 up, ip address manually set and connection enabled on nmtui
was
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 1000baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Link partner advertised pause frame use: Symmetric
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Auto-negotiation: on
master-slave cfg: preferred slave
master-slave status: slave
Port: Twisted Pair
PHYAD: 0
Transceiver: external
MDI-X: Unknown (auto)
Supports Wake-on: ug
Wake-on: d
Current message level: 0x0000003f (63)
drv probe link timer ifdown ifup
Link detected: yes
- With sending
ethtool -s eth0 mdi-x on
and ethtool -s eth0 speed 100 autoneg on duplex full
connectivity is possible with crossover and straight wiring.
On ethtool -s eth0 speed 1000 autoneg on duplex full
nmtui can't enable a connection anymore for straight wiring (CAT5E standard).
All related, suggested similar questions had been regarded and additional research on 'MDI-X' connectivity settings on Serverfault.com was done.
This (sometimes or with some automatic system configurations resets, also appearing erratic) uncommon connectivity difficulty with (modern) 1Gbit switch hardware is not to be expected, therefore
What reasons are cause for this connectivity (MDI-X functionality?) constraints?