I have a computer that has a wireless connection and has an ethernet. I need to communicate with a connected device through a local network created between my computer and this device (communication will be done via TCP/IP using socket).
For this communication, I need my computer to have the IP 192.168.0.57 (will be the host) on the ethernet. The other device expects to have the IP 192.168.0.201, so I need my computer to provide that ip at the other end.
Is it possible to configure it using NetworkManager (nmcli)?