Hi Michal,
Thing is the winRM from linux is unable to open remote shell in windows guest as mentioned in error logs. I am using NAT mode but didn’t use port forwarding. Firewall for 5985 is open in windows guest and from linux I can connect with windows guest through Enter-PSSession and telnet. Even on guest os localhost:5985/wsman is showing http error 405, no page.
Any suggestions?
Regards
Nishit
On Mon, 11 Apr 2022 at 3:17 PM, Michal Prívozník <mprivozn@xxxxxxxxxx> wrote:
On 4/6/22 16:02, Nishit Sharma wrote:
> Hi All,
>
I'm not exactly sure what you are expecting from libvirt here. Libvirt
does not configure anything inside the guest, for libvirt guest is
basically a black box (except for a very small set of operations that
guest agent can do, but Windows Remote Desktop is none of that).
If you are having troubles connecting from outside I suspect a firewall
issue somewhere. If you are using a libvirt network (e.g. the default
one) in NAT mode, you want to configure port forward. But I guess you've
done so since there is some communication going back and forth.
Michal