Set up a linux VM for running wifi.

This commit is contained in:
Tom Alexander
2024-10-10 20:29:06 -04:00
parent 91a138ab9d
commit 117769d1ab
19 changed files with 460 additions and 9 deletions

View File

@@ -136,7 +136,7 @@ name ${host_interface_name}:ether $bridge_name
EOF
ifconfig "$(ngctl msg "${host_interface_name}:" getifname | grep Args | cut -d '"' -f 2)" name "${host_interface_name}" up
dhclient "${host_interface_name}"
dhclient -b "${host_interface_name}"
# (set +e; service netif start wlan0) &
fi
}