aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/gsm-tester-network/templates/interface.j2
blob: 98033588646a5090d83e6992dcaba57cb55514a7 (plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
auto {{ bts_interface }}
iface {{ bts_interface }} inet static
        address 10.42.42.1
        netmask 255.255.255.0

auto {{ bts_interface }}:0
iface {{ bts_interface }}:0 inet static
        address 10.42.42.2
        netmask 255.255.255.0

auto {{ bts_interface }}:1
iface {{ bts_interface }}:1 inet static
        address 10.42.42.3
        netmask 255.255.255.0

auto {{ bts_interface }}:2
iface {{ bts_interface }}:2 inet static
        address 10.42.42.4
        netmask 255.255.255.0

auto {{ bts_interface }}:3
iface {{ bts_interface }}:3 inet static
        address 10.42.42.5
        netmask 255.255.255.0

auto {{ bts_interface }}:4
iface {{ bts_interface }}:4 inet static
        address 10.42.42.6
        netmask 255.255.255.0

auto {{ bts_interface }}:5
iface {{ bts_interface }}:5 inet static
        address 10.42.42.7
        netmask 255.255.255.0

auto {{ bts_interface }}:6
iface {{ bts_interface }}:6 inet static
        address 10.42.42.8
        netmask 255.255.255.0

auto {{ bts_interface }}:7
iface {{ bts_interface }}:7 inet static
        address 10.42.42.9
        netmask 255.255.255.0

auto {{ bts_interface }}:8
iface {{ bts_interface }}:8 inet static
        address 10.42.42.50
        netmask 255.255.255.0

auto {{ bts_interface }}:9
iface {{ bts_interface }}:9 inet static
        address 10.42.42.51
        netmask 255.255.255.0