Hi ricmarques,
OK, my sincerest apologies, this might be pertinent and I didn't include it at the top because everything else is working great.
I built a network bridge to accommodate a VM running under KVM, I did it with the Network Manager GUI by creating br0 with br0 port 1.
My VM works and I can access the internet and the hosted service is available on the web via an nginx reverse proxy hosted on another machine that manages all my microservices. Just to be clear I am not trying to connect from outside my network and as stated ssh connection TO the host work just fine.
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul t qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 18:66:da:00:42:a5 brd ff:ff:ff:ff:ff:ff
inet 10.10.10.111/24 brd 10.10.10.255 scope global noprefixroute enp0s25
valid_lft forever preferred_lft forever
inet6 fe80::a218:f90d:a609:25d9/64 scope link noprefixroute
valid_lft forever preferred_lft forever
3: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 96:0e:49:24:41:ae brd ff:ff:ff:ff:ff:ff
inet 10.10.10.111/24 brd 10.10.10.255 scope global noprefixroute br0
valid_lft forever preferred_lft forever
inet6 fe80::920c:d419:ce05:ef8e/64 scope link noprefixroute
valid_lft forever preferred_lft forever
5: vnet0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br0 st ate UNKNOWN group default qlen 1000
link/ether fe:54:00:40:70:4d brd ff:ff:ff:ff:ff:ff
inet6 fe80::fc54:ff:fe40:704d/64 scope link
valid_lft forever preferred_lft forever
Another odd behavior I just noticed is that I tried to login to this site from the machine in question, just to make it easier to post information and the login dialogue of this site returns:
"You can't log in as psion13 from that IP address."
So now I am suspecting that even though I have the bridge working and the VM is accessible and I can access the web from the host, that some route or setting is not done appropriately.
xrdp.service - xrdp daemon
Loaded: loaded (/usr/lib/systemd/system/xrdp.service; enabled; preset: enabled)
Active: active (running) since Fri 2024-06-07 23:12:20 CDT; 6 days ago
Docs: man:xrdp(8)
man:xrdp.ini(5)
Main PID: 1720 (xrdp)
Tasks: 1 (limit: 38333)
Memory: 1.2M (peak: 1.7M)
CPU: 14ms
CGroup: /system.slice/xrdp.service
└─1720 /usr/sbin/xrdp
xrdp-sesman.service - xrdp session manager
Loaded: loaded (/usr/lib/systemd/system/xrdp-sesman.service; enabled; preset: enabled)
Active: active (running) since Fri 2024-06-07 23:12:19 CDT; 6 days ago
Docs: man:xrdp-sesman(8)
man:sesman.ini(5)
Main PID: 1643 (xrdp-sesman)
Tasks: 1 (limit: 38333)
Memory: 1.3M (peak: 1.8M)
CPU: 6ms
CGroup: /system.slice/xrdp-sesman.service
└─1643 /usr/sbin/xrdp-sesman
xrdp - active
xrdp - enabled
ufw: command not found
Thank you so much for all your help!
Aaron