mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-23 11:04:49 +00:00
Added V2 from scratch
This commit is contained in:
parent
5c2232f4e8
commit
6c2925a35d
478 changed files with 21437 additions and 134206 deletions
10
devenv/vagrant/etc/sysconfig/network-scripts/ifcfg-br-ext
Normal file
10
devenv/vagrant/etc/sysconfig/network-scripts/ifcfg-br-ext
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
DEVICE=br-ext
|
||||
TYPE=Bridge
|
||||
IPADDR=10.255.0.1
|
||||
PREFIX=16
|
||||
IPADDR1=169.254.169.254
|
||||
PREFIX1=16
|
||||
ONBOOT=yes
|
||||
BOOTPROTO=none
|
||||
NM_CONTROLLED=yes
|
||||
DELAY=0
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
DEVICE=br-int
|
||||
TYPE=Bridge
|
||||
ONBOOT=yes
|
||||
BOOTPROTO=none
|
||||
NM_CONTROLLED=no
|
||||
DELAY=0
|
||||
6
devenv/vagrant/etc/sysconfig/network-scripts/ifcfg-eth1
Normal file
6
devenv/vagrant/etc/sysconfig/network-scripts/ifcfg-eth1
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
DEVICE=eth1
|
||||
TYPE=Ethernet
|
||||
BOOTPROTO=none
|
||||
ONBOOT=yes
|
||||
NM_CONTROLLED=no
|
||||
BRIDGE=br-ext
|
||||
9
devenv/vagrant/etc/sysconfig/network-scripts/ifcfg-eth2
Normal file
9
devenv/vagrant/etc/sysconfig/network-scripts/ifcfg-eth2
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
DEVICE=eth2
|
||||
TYPE=Ethernet
|
||||
IPADDR=172.16.0.1
|
||||
PREFIX=16
|
||||
MTU=1600
|
||||
BOOTPROTO=none
|
||||
ONBOOT=yes
|
||||
NM_CONTROLLED=no
|
||||
BRIDGE=br-int
|
||||
Loading…
Add table
Add a link
Reference in a new issue