Setting Up SSH Access From the Public Web [draft]
One way (suboptimal): Use Network Connections (app tray on client) Ethernet > Wired connection 1 > IPv4 Settings > Method: Manual > Addresses: Add > set below values > Save > systemctl reboot -i IP: 192.168.X.X Netmask: 255.255.255.0 Gateway: your-router-dns-ip (Advanced Setup > WAN IP Addressing > Select the DNS type. > Static DNS Addresses > Primary DNS) Better way: Use DHCP Reservation in Your Router Advanced Setup > IP Address > DHCP Reservation > Manually Add MAC Address (your MAC address, taken from ifconfig ether field) > Manually Add IP Address (your desired static IP address)...