ipw-configsample
655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
D1Q_IFACES=(bond0 bond1)
bond0_SLAVES=(eth0 eth1)
bond1_SLAVES=(eth2)
# vlan.subvlan:bridge-name
# if vlan.subvlan is set to "" then bridge is created without creating (and enslaving) the vlan interface
# if bridge is set to "" then vlan interface is created without creating the bridge (to be enslaved by)
# if bridge is not set then "vlan$VLAN.$SUBVLAN"/"vlan$VLAN" is used
bond0_VLAN_N_BRIDGES=(
10.2:thor.ext
10.3:cps
10.4
10.5
50
12:
55
85
433
441
:cps.int
)
bond1_VLAN_N_BRIDGES=(
441
:cps.int
)
thor_ext_IP=(
"addr add 10.10.2.2/24"
"route add default via 10.10.2.1"
)
vlan10_5_IP=(
"addr add 10.10.5.0/24"
)