Wired Network Adapters do not work in F37

I have a Realtek Ethernet controller I am trying to get working since my intel i211 igb wired adapter did not work. I have a link and activity light. I have tried moving ports on my switch, connecting directly to my wireless access point, disabling the wireless adapter, creating a bridge in cockpit, the network adapters never seem to pickup an IP. My wireless LAN works fine though. Here is the output from journalctl for Network Manager.

Nov 20 15:37:08 f36 NetworkManager[1831]: [1668983828.6994] audit: op=“connection-activate” uuid=“a01863df-4c21-4dd5-afb6-f4211c647324” name=“Profile 1” pid=2956 uid=1000 result=“success”
Nov 20 15:37:08 f36 NetworkManager[1831]: [1668983828.6995] device (enp10s0): state change: disconnected → prepare (reason ‘none’, sys-iface-state: ‘managed’)
Nov 20 15:37:08 f36 NetworkManager[1831]: [1668983828.7001] device (enp10s0): state change: prepare → config (reason ‘none’, sys-iface-state: ‘managed’)
Nov 20 15:37:08 f36 NetworkManager[1831]: [1668983828.7165] device (enp10s0): state change: config → ip-config (reason ‘none’, sys-iface-state: ‘managed’)
Nov 20 15:37:08 f36 NetworkManager[1831]: [1668983828.7169] dhcp4 (enp10s0): activation: beginning transaction (timeout in 45 seconds)
Nov 20 15:37:53 f36 NetworkManager[1831]: [1668983873.7999] device (enp10s0): state change: ip-config → failed (reason ‘ip-config-unavailable’, sys-iface-state: ‘managed’)
Nov 20 15:37:53 f36 NetworkManager[1831]: [1668983873.8003] device (enp10s0): Activation: failed for connection ‘Profile 1’
Nov 20 15:37:53 f36 NetworkManager[1831]: [1668983873.8009] device (enp10s0): state change: failed → disconnected (reason ‘none’, sys-iface-state: ‘managed’)
Nov 20 15:37:53 f36 NetworkManager[1831]: [1668983873.8142] dhcp4 (enp10s0): canceled DHCP transaction
Nov 20 15:37:53 f36 NetworkManager[1831]: [1668983873.8143] dhcp4 (enp10s0): activation: beginning transaction (timeout in 45 seconds)
Nov 20 15:37:53 f36 NetworkManager[1831]: [1668983873.8143] dhcp4 (enp10s0): state changed no lease
Nov 20 15:37:53 f36 NetworkManager[1831]: [1668983873.8158] policy: auto-activating connection ‘Profile 1’ (a01863df-4c21-4dd5-afb6-f4211c647324)
Nov 20 15:37:53 f36 NetworkManager[1831]: [1668983873.8164] device (enp10s0): Activation: starting connection ‘Profile 1’ (a01863df-4c21-4dd5-afb6-f4211c647324)
Nov 20 15:37:53 f36 NetworkManager[1831]: [1668983873.8165] device (enp10s0): state change: disconnected → prepare (reason ‘none’, sys-iface-state: ‘managed’)
Nov 20 15:37:53 f36 NetworkManager[1831]: [1668983873.8170] device (enp10s0): state change: prepare → config (reason ‘none’, sys-iface-state: ‘managed’)
Nov 20 15:37:53 f36 NetworkManager[1831]: [1668983873.8336] device (enp10s0): state change: config → ip-config (reason ‘none’, sys-iface-state: ‘managed’)
Nov 20 15:37:53 f36 NetworkManager[1831]: [1668983873.8340] dhcp4 (enp10s0): activation: beginning transaction (timeout in 45 seconds)

lspci | grep -i ethernet
06:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03)
0a:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)

Any help would be appreciated
Thank you

Have you tried completely removing the wired ethernet config then starting over?
What is the output of ip address show?
What is he output of inxi -Nxx

You said the link lights show connection, but do they blink to show activity or not? Do they have a particular led pattern to show speed of the connection?
What is the speed of the switch? Is it in auto-negotiate or is it set to a fixed speed for the ports in use? Sometimes auto-negotiate at both ends of an ethernet cable can cause problems in negotiating the speed, while setting one end at a fixed speed solves that. The nmcli command can be used to set the speed of the port at the PC.