Displaying 2 results from an estimated 2 matches for "win10ent".
Did you mean:
win10eng
2017 Oct 24
2
net interface direct - no IP communication between guest & host
hi everyone
I wonder why, when I attach an interface like this:
virsh # attach-interface --domain win10Ent --type direct
--source nm-team --config --persistent --model virtio
host cannot ip ping the guest and vice versa, yet guest can
ping other nodes(outside of its host, connected via phys net
via a switch)
Would you know?
I thought maybe routing on the host, so I did:
$ route add -host 192.168.2...
2017 Oct 25
0
Re: net interface direct - no IP communication between guest & host
On Tue, Oct 24, 2017 at 03:52:52PM +0100, lejeczek wrote:
> hi everyone
>
> I wonder why, when I attach an interface like this:
>
> virsh # attach-interface --domain win10Ent --type direct --source nm-team
> --config --persistent --model virtio
>
> host cannot ip ping the guest and vice versa, yet guest can ping other
> nodes(outside of its host, connected via phys net via a switch)
>
> Would you know?
>
> I thought maybe routing on the host,...