I'm at a loss regarding my Ubuntu Server 16.04 setup.
I'm running an Ubuntu Server 16.04 (headless) host with a kvm guest - also running that same Ubuntu Server 16.04. The host is not running many applications (NFS, Webmin and SSH are the only main packages I've installed), the guest is running Webmin, SSH and MPD so far.
I'm able to access my guest through SSH and Wembin, but not the host. Both are assigned their fixed IPs by the home router.
shows the expected IP addresses on both (when logging in locally on the host).
When looking for the NFS exports of the host on the guest, they don't show up.
I'm not sure what to look for and particularly not what to look for when trying to connect over ssh or how to ensure how I can connect to the host. Any tips?
I'm running an Ubuntu Server 16.04 (headless) host with a kvm guest - also running that same Ubuntu Server 16.04. The host is not running many applications (NFS, Webmin and SSH are the only main packages I've installed), the guest is running Webmin, SSH and MPD so far.
I'm able to access my guest through SSH and Wembin, but not the host. Both are assigned their fixed IPs by the home router.
Code:
sudo ifconfigCode:
ssh myname@host-ip results in ssh: connect to host-ip port 22: connection time outI'm not sure what to look for and particularly not what to look for when trying to connect over ssh or how to ensure how I can connect to the host. Any tips?