minus-squareHungryLemon@lemmings.worldOPtoLinux@lemmy.ml•Transport endpoint is not connectedlinkfedilinkEnglisharrow-up1·edit-229 days agoThanks so much! 😄 I finally solved my problem 😉 First step 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 step - I’ve add a bridge to an existing network interface: sudo brctl addif br0 eth0 And 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-21 month agoTransport endpoint is not connectedplus-squaremessage-squaremessage-square1linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareTransport endpoint is not connectedplus-squareHungryLemon@lemmings.world to Linux@lemmy.mlEnglish · edit-21 month agomessage-square1linkfedilink
HungryLemon@lemmings.world to Matrix@lemmy.mlEnglish · edit-21 month agoFailed to connect. Homeserver configuration found with *** appears unusable.plus-squarelemmy.mlimagemessage-square0linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageFailed to connect. Homeserver configuration found with *** appears unusable.plus-squarelemmy.mlHungryLemon@lemmings.world to Matrix@lemmy.mlEnglish · edit-21 month agomessage-square0linkfedilink
Thanks so much! 😄 I finally solved my problem 😉
First step 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 step - I’ve add a bridge to an existing network interface:
sudo brctl addif br0 eth0
And the next step - I’ve started up this bridge:
sudo ip link set br0 up
And now everything works fine 👍