diff options
author | Martin Kulhavy <martin.kulhavy@nokia.com> | 2017-08-28 12:53:17 +0300 |
---|---|---|
committer | Martin Kulhavy <martin.kulhavy@nokia.com> | 2017-08-28 14:14:43 +0300 |
commit | b2ebcd65ca4125b960bac2a02f5bbd0bcdcfac76 (patch) | |
tree | 3d010e86071a1ca04b0f4718f91d7a2550fcc436 /labconfig/nokia/pod1/jumphost_interfaces | |
parent | fd8bd0c1beb084655a06a2cc5409fde190951e8a (diff) |
Add Nokia pod 1 deployment config and details
Change-Id: Iafc0172dea008611a3251ee8adfe56218e4c32b1
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
Diffstat (limited to 'labconfig/nokia/pod1/jumphost_interfaces')
-rw-r--r-- | labconfig/nokia/pod1/jumphost_interfaces | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/labconfig/nokia/pod1/jumphost_interfaces b/labconfig/nokia/pod1/jumphost_interfaces new file mode 100644 index 00000000..347b31bf --- /dev/null +++ b/labconfig/nokia/pod1/jumphost_interfaces @@ -0,0 +1,43 @@ +# jumphost:/etc/network/interfaces + +source /etc/network/interfaces.d/* + +# The loopback network interface +auto lo +iface lo inet loopback + +# Port P6 - access vlan 93 +iface ens255f0 inet manual +auto brExt +iface brExt inet static + bridge_ports ens255f0 + address 10.21.19.100 + gateway 10.21.19.97 + network 10.21.19.96 + broadcast 10.21.19.127 + netmask 255.255.255.224 + dns-nameservers 8.8.8.8 + +# Port P5 - access vlan 92 +iface ens255f1 inet manual +auto brAdmin +iface brAdmin inet static + bridge_ports ens255f1 + address 192.168.50.5 + netmask 255.255.255.0 + +# Port P4 - access vlan 1704 +iface ens4f0 inet manual +auto brData +iface brData inet static + bridge_ports ens4f0 + address 192.168.40.5 + netmask 255.255.255.0 + +# Port P3 - access vlan 1703 +iface ens4f1 inet manual +auto brStorage +iface brStorage inet static + bridge_ports ens4f1 + address 192.168.30.5 + netmask 255.255.255.0 |