]> git.proxmox.com Git - pve-common.git/blob - test/etc_network_interfaces/brbase
replace the smartmatch operator
[pve-common.git] / test / etc_network_interfaces / brbase
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
12 auto lo
13 iface lo inet loopback
14
15 source-directory interfaces.d
16
17 iface eth0 inet manual
18
19 auto vmbr0
20 iface 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