You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far I remember, TINC may use different types of sockets, specified
in "DeviceType".
What to do to use VSOCK?
This would make TINC able to connect to qemu/kvm gest from outside.
Or how to use socat to bridge a host-running tincd to vsock?
Are there examples?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, vsock is not meant for network communication, it's meant as a communication channel between guest agents and hypervisor services. If you want tinc on the host to connect to a network interface inside a guest, then use DeviceTypemulticast, vde or tap in combination with QEMU's -netdevsocket, vde or tap respectively.
Hi, vsock is not meant for network communication, it's meant as a communication channel between guest agents and hypervisor services. If you want tinc on the host to connect to a network interface inside a guest, then use DeviceTypemulticast, vde or tap in combination with QEMU's -netdevsocket, vde or tap respectively.
Thank you for your reply.
"If you want tinc on the host to connect to a network interface inside a guest"
Exactly what I want.
I want me to prevent to have a TINC interface inside the guest, but inject packets to the LO(!) interface of the guest. I considered the "mention" of socket in the TINC docs to think, "if socket why not vsock" and I have not heared about "netdev socket" before.
I started considering socat, but for your mentioned uses, are there probably any examples, where VDE is too less described to be ussable for me (and requires this additional software) ??
So far I remember, TINC may use different types of sockets, specified
in "DeviceType".
What to do to use VSOCK?
This would make TINC able to connect to qemu/kvm gest from outside.
Or how to use socat to bridge a host-running tincd to vsock?
Are there examples?
Thanks.
The text was updated successfully, but these errors were encountered: