minus-squareHungryLemon@lemmings.worldOPtoLinux@lemmy.ml•Transport endpoint is not connectedlinkfedilinkEnglisharrow-up2·edit-23 days agoThanks so much! 😄 I finally solved my problem 😉 First thing that I’ve do - I found this article 👉 https://mike632t.wordpress.com/2021/04/13/using-qemu-with-a-bridge-network-device/ and doing all from there. The next thing - I’ve add a bridge to an existing network interface: sudo brctl addif br0 eth0 The next step - I’ve started up this bridge: sudo ip link set br0 up And now everything works fine 👍 linkfedilink
HungryLemon@lemmings.world to Linux@lemmy.mlEnglish · edit-23 days agoTransport endpoint is not connectedplus-squaremessage-squaremessage-square2fedilinkarrow-up19
arrow-up19message-squareTransport endpoint is not connectedplus-squareHungryLemon@lemmings.world to Linux@lemmy.mlEnglish · edit-23 days agomessage-square2fedilink
Thanks so much! 😄 I finally solved my problem 😉
First thing that I’ve do - I found this article 👉 https://mike632t.wordpress.com/2021/04/13/using-qemu-with-a-bridge-network-device/ and doing all from there.
The next thing - I’ve add a bridge to an existing network interface:
sudo brctl addif br0 eth0
The next step - I’ve started up this bridge:
sudo ip link set br0 up
And now everything works fine 👍