Home › Forums › Frequently Asked Questions › EASYNAS 0.7 Bridged Network
- This topic has 2 replies, 2 voices, and was last updated 3 years, 5 months ago by
Chris.
-
AuthorPosts
-
Chris
GuestHi
i have tried to configure an bridghe in EasyNas 0.7. But after configuring bridge, i have no bridge and no ip address on interface. Is ther maybe an issues configuring a bridged network in EasyNas?tried following how to´s:
https://doc.opensuse.org/documentation/leap/virtualization/html/book.virt/cha.libvirt.networks.html#libvirt.networks.bridged > 12.2.2
and
https://www.howtoforge.com/virtualization-with-kvm-on-an-opensuse-12.2-servermaybe you can help me – want to install kvm and docker on easynas.
many thanks
Chrisyariv
KeymasterHi Chris,
EasyNAS does not support bridge networking on KVM out of the box, there are many missing packages that are required in order to make it work.
I tried playing a little with setting up a bridge, and manage to create one however when I add an interface to this bridge I got the same result ( ip is gone )both bridge and KVM are cool features that I really want to see in EasyNAS, but we are not there yet.
I promise to put it in my roadmap in one of a future release.Thanks.
Yariv.Chris
GuestHI,
i have tried it today on a testmachine (virtualbox on my windows pc) – and i was able to configure a bridge?!installed bridge-utils
(have to make further tests – have also installed: zypper install openvswitch openvswitch-switch – maybe its not necessary)config interface (enp0s3):
### EasyNAS network configuration file ###
STARTMODE=’auto’
#BOOTPROTO=’dhcp’
BOOTPROTO=’none’
BROADCAST=”
ETHTOOL_OPTIONS=”
IPADDR=”
MTU=”
NAME=”
NETMASK=”
NETWORK=”
REMOTE_IPADDR=”
STARTMODE=’auto’
DHCLIENT_SET_DEFAULT_ROUTE=’yes’
PREFIXLEN=”config bridge (br0)
STARTMODE=’auto’
BOOTPROTO=’dhcp’
BOOTPROTO=’static’
BRIDGE=’yes’
BRIDGE_FORWARDDELAY=’0′
BRIDGE_PORTS=’enp0s3′
BRIDGE_STP=’off’
BROADCAST=”
DHCLIENT_SET_DEFAULT_ROUTE=’yes’
ETHTOOL_OPTIONS=”
IPADDR=’10.0.2.15/24′
MTU=”
NETWORK=”
PREFIXLEN=’24’
REMOTE_IPADDR=”
STARTMODE=’auto’
NAME=”br
Chris -
AuthorPosts