I had to change my GUEST VM network from NAT to Bridge (that is working) and now whenever my host notebook changes LAN I have to recreate my saved putty ssh session to connect to the guest.
Is there a way to connect to ssh to guest via another IP independent from the interface attached to the bridge network, or even create a secondary network on guest VM configured with NAT just for ssh from host to guest and use the bridge for the guest to talk with the world?
For both I would appreciate instructions on ho to configure.