Whenever I boot up the guest, I get no networking until I restart the interface (below).
Code: Select all
sudo ifdown eth0 && sudo ifup eth0Obviously, I could set this to run on boot, but I really don't want to hack it into place if I can get it to work properly. I have a fairly good understanding of networking and such, but what am I missing here?