https://serverfault.com/questions/17255/top-level-domain-domain-suffix-for-private-network https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/configuring_and_managing_networking/index
nmcli connection add con-name test-philipmather-com ifname eno1 type ethernet
# Connection 'test-philipmather-com' (73e6ce1d-3e1b-4fc2-8d84-2192b8a84824) successfully added.
nmcli connection modify test-philipmather-com ipv4.addresses 192.168.1.0/24
nmcli connection modify test-philipmather-com ipv4.method manual
#nmcli connection modify test-philipmather-com ipv4.gateway 192.168.1.254
nmcli connection modify test-philipmather-com ipv4.dns "192.168.1.254"