But where the LED Signal Tower device will be installed there is no Ethernet network, but there is a computer (Fedora KDE 39) with an Ethernet port, and it also has Wi-Fi, so my idea was to make a bridge or NAT between the Wi-Fi and the Ethernet port, but I have not been able to achieve it. The tutorials I have found do not work and are relatively old. I also tried to configure the Ethernet network with the “Share with other computers” option, but it did not work.
The only thing I managed to achieve is that from the computer with Fedora 39 I can connect to the LED signal tower, but from another computer (in this case with Windows) I could not.
The other workstations must know the IP of the tower.
The AP must be configured to forward all communications for 10.1.2.126 to your host that is connected to the tower
Your host then forwards signals to the tower and provides the connections.
Bridging may not work since you host has an ip in the same subnet as the tower.
It is apparent that all hosts on that network have an address in the 10.1.0.0/16 subnet and having the tower within the same subnet means you must explicitly provide routing at the AP for that specific IP. Your pc also should have a reserved IP so it always remains constant for this to work.
It would be easier to assign the tower an ip in a different subnet (possibly a 192.168.X.0/24 subnet, and assign your ethernet port a fixed IP in that same subnet. Then there would be no confusion with routing. Anything for the 192.168.X.X IP range would be routed to your host IP on the 10.1.0.0 subnet and your host would automatically forward it to the tower via ethernet.
Again, it is a routing issue and not a bridging issue.
When fedora is installed as a workstation it is automatically set for forwarding of traffic.