]> git.proxmox.com Git - pve-common.git/blame - test/etc_network_interfaces/brbase
acme: add challenge plugins
[pve-common.git] / test / etc_network_interfaces / brbase
CommitLineData
c7c4208a
WB
1# network interface settings; autogenerated
2# Please do NOT modify this file directly, unless you know what
3# you're doing.
4#
5# If you want to manage part of the network configuration manually,
6# please utilize the 'source' or 'source-directory' directives to do
7# so.
8# PVE will preserve these directives, but will NOT its network
9# configuration from sourced files, so do not attempt to move any of
10# the PVE managed interfaces into external files!
11
12auto lo
13iface lo inet loopback
14
15source-directory interfaces.d
16
17iface eth0 inet manual
18
19auto vmbr0
20iface vmbr0 inet static
21 address 10.0.0.2
22 netmask 255.255.255.0
23 gateway 10.0.0.1
24 bridge_ports eth0
25 bridge_stp off
26 bridge_fd 0