HungryLemon@lemmings.world to Linux@lemmy.mlEnglish · edit-23 days agoAuthentication required when I opens Ungoogled Chromiumplus-squarelemmy.mlimagemessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageAuthentication required when I opens Ungoogled Chromiumplus-squarelemmy.mlHungryLemon@lemmings.world to Linux@lemmy.mlEnglish · edit-23 days agomessage-square0fedilink
minus-squareHungryLemon@lemmings.worldOPtoLinux@lemmy.ml•Transport endpoint is not connectedlinkfedilinkEnglisharrow-up2·edit-21 month 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
minus-squareHungryLemon@lemmings.worldOPtoLinux@lemmy.ml•Transport endpoint is not connectedlinkfedilinkEnglisharrow-up1·edit-21 month ago I checked the groups of my user, and my user is already in the netdev group 🤔 Maybe I need to add it to another group? linkfedilink
minus-squareHungryLemon@lemmings.worldOPtoLinux@lemmy.ml•Transport endpoint is not connectedlinkfedilinkEnglisharrow-up1·1 month agoWhat is this group? linkfedilink
HungryLemon@lemmings.world to Linux@lemmy.mlEnglish · edit-21 month agoTransport endpoint is not connectedplus-squaremessage-squaremessage-square7fedilinkarrow-up19arrow-down13
arrow-up16arrow-down1message-squareTransport endpoint is not connectedplus-squareHungryLemon@lemmings.world to Linux@lemmy.mlEnglish · edit-21 month agomessage-square7fedilink
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 👍