How to setup a network for VM?

Windows has spoiled me with VirtualBox, by setting up a bridge automatically. 

How do I setup a bridged network on Fedora 21 with a wired interface.

I was following a tutorial for Debian here: https://wiki.debian.org/BridgeNetworkConnections#Introduction

However my system does not have a /etc/network/interfaces file. Does anyone now how to correctly setup a bridged network for Virtual Machine use?

 

Well, VirtualBox is a type 2 hypervisor so I'm not sure it can be streamed like that over the network. Could be wrong on that count.

Would it work with a KVM?

https://docs.fedoraproject.org/en-US/Fedora/21/html/Networking_Guide/index.html

you want to bridge from your host machine, to your VM interface?

Don't give Windows credit for Virtualbox's goodness :) Virtualbox uses kernel modules for it's network, it will work with tap and bridges but they're not needed.

DKMS is the tool that should be building the modules for you, on Debian there is a virtualbox-dkms package that installs everything, would think something similar will exist in Fedora

https://www.virtualbox.org/manual/ch02.html#externalkernelmodules

You can create bridges (and others like vlans) with Network Manager from the notification's menus too if that's available.