Files
lk/docs/lk_tap.md
Travis Geiselbrecht c79960a48c [docs] start building more comprehensive documentation
About half and half AI generated stuff and manually curated, but it's a
pretty good start.

Add a helpful markdown addon to the workspace.
2025-07-29 01:22:11 -07:00

347 B

Setting up a tun/tap network for qemu

sudo ip tuntap add mode tap user $USER name qemu0 sudo ip link set qemu0 up

manually making bridge

sudo brctl addbr br0 sudo brctl addif br0 qemu0 sudo brctl addif br0 sudo ip link set br0 up

alternatively using the network config to create the bridge and merge it with particular vlan