X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=test%2Fetc_network_interfaces%2Fbrbase;fp=test%2Fetc_network_interfaces%2Fbrbase;h=63e18c8d373273c6383f2807b017d2c43b1c9903;hp=0000000000000000000000000000000000000000;hb=c7c4208a33726f05aff4ab812ff8aa1c7dad9623;hpb=562fad0baba949c98e49677758490b0784d65f1b diff --git a/test/etc_network_interfaces/brbase b/test/etc_network_interfaces/brbase new file mode 100644 index 0000000..63e18c8 --- /dev/null +++ b/test/etc_network_interfaces/brbase @@ -0,0 +1,26 @@ +# network interface settings; autogenerated +# Please do NOT modify this file directly, unless you know what +# you're doing. +# +# If you want to manage part of the network configuration manually, +# please utilize the 'source' or 'source-directory' directives to do +# so. +# PVE will preserve these directives, but will NOT its network +# configuration from sourced files, so do not attempt to move any of +# the PVE managed interfaces into external files! + +auto lo +iface lo inet loopback + +source-directory interfaces.d + +iface eth0 inet manual + +auto vmbr0 +iface vmbr0 inet static + address 10.0.0.2 + netmask 255.255.255.0 + gateway 10.0.0.1 + bridge_ports eth0 + bridge_stp off + bridge_fd 0