Add Nokia pod 1 deployment config and details
[joid.git] / labconfig / nokia / pod1 / jumphost_interfaces
1 # jumphost:/etc/network/interfaces
2
3 source /etc/network/interfaces.d/*
4
5 # The loopback network interface
6 auto lo
7 iface lo inet loopback
8
9 # Port P6 - access vlan 93
10 iface ens255f0 inet manual
11 auto brExt
12 iface brExt inet static
13         bridge_ports ens255f0
14         address   10.21.19.100
15         gateway   10.21.19.97
16         network   10.21.19.96
17         broadcast 10.21.19.127
18         netmask   255.255.255.224
19         dns-nameservers 8.8.8.8
20
21 # Port P5 - access vlan 92
22 iface ens255f1 inet manual
23 auto brAdmin
24 iface brAdmin inet static
25         bridge_ports ens255f1
26         address   192.168.50.5
27         netmask   255.255.255.0
28
29 # Port P4 - access vlan 1704
30 iface ens4f0 inet manual
31 auto brData
32 iface brData inet static
33         bridge_ports ens4f0
34         address   192.168.40.5
35         netmask   255.255.255.0
36
37 # Port P3 - access vlan 1703
38 iface ens4f1 inet manual
39 auto brStorage
40 iface brStorage inet static
41         bridge_ports ens4f1
42         address   192.168.30.5
43         netmask   255.255.255.0