start network

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-12-03 09:13:02 -08:00
parent b93e48291c
commit 91b8a5957f
No known key found for this signature in database
GPG Key ID: E34EC3D4E4953C4A

View File

@ -14,6 +14,9 @@ bridge link
ip addr add dev virt0 172.20.0.1/16
iptables -t nat -A POSTROUTING -s 172.20.0.1/16 -j MASQUERADE
# start the default networking
virsh net-start default
# start the virtlogd daemon
exec virtlogd --daemon &