# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

auto dummy0
iface dummy0 inet static
    address 	10.102.0.252
    netmask 	255.255.255.255
    broadcast 	10.102.0.252
    add-ips	10.102.0.254/32 10.102.0.192/32
    pre-up	modprobe dummy


# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp
auto eth0
iface eth0 inet static
    address 10.102.83.130
    netmask 255.255.255.240
#    gateway 10.102.83.129

auto vlan22
iface vlan22  inet static
    vlan-raw-device eth3
    address 10.102.223.162
    netmask 255.255.255.248
    broadcast 10.102.223.167

auto vlan110
iface vlan110  inet static
    vlan-raw-device eth2
    address 10.102.122.1
    netmask 255.255.254.0
    broadcast 10.102.123.255
    up ip a add dev vlan110 10.102.110.1/23;ip a add dev vlan110 10.102.86.1/25

# GRC VLAN351 rozsahy pro vsechny sektory na GRCU 
auto vlan351
iface vlan351 inet static
    vlan-raw-device eth2
    address   10.102.72.129
    netmask   255.255.255.192
    broadcast 10.102.72.191
#novy rozsah pridan 24.3.2014
add-ips 10.102.72.225/27

#serverHousingBunkr
auto vlan501
iface vlan501 inet static
    vlan-raw-device eth2
    address 10.102.254.161
    netmask 255.255.255.224
    broadcast 10.102.254.191
add-ips 10.102.254.193/27

#Lan JosefaCapka 1732 1733 , tam kde bydli peta
auto vlan360
iface vlan360 inet static
    vlan-raw-device eth2
    address 10.102.83.145
    netmask 255.255.255.240
    broadcast 10.102.83.159

# HUAWEI oblast GS
auto vlan300
iface vlan300  inet static
    vlan-raw-device eth2
    address 10.218.104.1
    netmask 255.255.255.128
    broadcast 10.218.104.127
add-ips 10.218.118.1/25

# HUAWEI oblast NodeStepka
auto vlan301
iface vlan301  inet static
    vlan-raw-device eth2
    address 10.218.104.129
    netmask 255.255.255.128
    broadcast 10.218.104.254

# HUAWEI oblast NodeSilver
auto vlan302
iface vlan302  inet static
    vlan-raw-device eth2
    address 10.218.105.1
    netmask 255.255.255.128
    broadcast 10.218.105.127

# HUAWEI oblast NodeDecinska
auto vlan303
iface vlan303  inet static
    vlan-raw-device eth2
    address 10.218.105.129
    netmask 255.255.255.128
    broadcast 10.218.105.254

# HUAWEI oblast LanPolska2555
auto vlan304
iface vlan304  inet static
    vlan-raw-device eth2
    address 10.218.106.1
    netmask 255.255.255.128
    broadcast 10.218.106.127

# HUAWEI oblast NodeRebeca
auto vlan305
iface vlan305  inet static
    vlan-raw-device eth2
    address 10.218.106.129
    netmask 255.255.255.128
    broadcast 10.218.106.254

# kLfREE5n-decinska.southeast
auto vlan306
iface vlan306  inet static
    vlan-raw-device eth2
    address 10.102.83.161
    netmask 255.255.255.224
    broadcast 10.102.83.191

# HUAWEI oblast NodeLAMA
auto vlan307
iface vlan307 inet static
    vlan-raw-device eth2
    address 10.218.107.1
    netmask 255.255.255.128
    broadcast 10.218.107.127

# HUAWEI oblast NodeDEDA
auto vlan308
iface vlan308 inet static
    vlan-raw-device eth2
    address 10.218.107.129
    netmask 255.255.255.128
    broadcast 10.218.107.254

# HUAWEI oblast GS vetev 0/3/0
auto vlan309
iface vlan309 inet static
    vlan-raw-device eth2
    address 10.218.108.1
    netmask 255.255.255.128
    broadcast 10.218.108.127

# HUAWEI oblast - Hvezda
auto vlan310
iface vlan310 inet static
    vlan-raw-device eth2
    address 10.218.108.129
    netmask 255.255.255.128
    broadcast 10.218.108.254

# HUAWEI oblast - Plzenska
auto vlan311
iface vlan311 inet static
    vlan-raw-device eth2
    address 10.218.109.1
    netmask 255.255.255.128
    broadcast 10.218.109.127

# HUAWEI oblast - Prazska
auto vlan312
iface vlan312 inet static
    vlan-raw-device eth2
    address 10.218.109.129
    netmask 255.255.255.128
    broadcast 10.218.109.254

# HUAWEI oblast - Ukrajina
auto vlan313
iface vlan313 inet static
    vlan-raw-device eth2
    address 10.218.110.1
    netmask 255.255.255.128
    broadcast 10.218.110.127

# HUAWEI oblast - GS 0/3/7
auto vlan314
iface vlan314 inet static
    vlan-raw-device eth2
    address 10.218.110.129
    netmask 255.255.255.128
    broadcast 10.218.110.254

# HUAWEI oblast - priprava 0/5/0
auto vlan315
iface vlan315 inet static
    vlan-raw-device eth2
    address 10.218.111.1
    netmask 255.255.255.128
    broadcast 10.218.111.127

# HUAWEI oblast - priprava 0/5/1
auto vlan316
iface vlan316 inet static
    vlan-raw-device eth2
    address 10.218.111.129
    netmask 255.255.255.128
    broadcast 10.218.111.254

# HUAWEI oblast - priprava 0/5/2
auto vlan317
iface vlan317 inet static
    vlan-raw-device eth2
    address 10.218.112.1
    netmask 255.255.255.128
    broadcast 10.218.112.127

# HUAWEI oblast - priprava 0/5/3
auto vlan318
iface vlan318 inet static
    vlan-raw-device eth2
    address 10.218.112.129
    netmask 255.255.255.128
    broadcast 10.218.112.254

# HUAWEI oblast - priprava 0/5/4
auto vlan319
iface vlan319 inet static
    vlan-raw-device eth2
    address 10.218.113.1
    netmask 255.255.255.128
    broadcast 10.218.113.127

# HUAWEI oblast - priprava 0/5/5
auto vlan320
iface vlan320 inet static
    vlan-raw-device eth2
    address 10.218.113.129
    netmask 255.255.255.128
    broadcast 10.218.113.254

# HUAWEI oblast - priprava 0/5/6
auto vlan321
iface vlan321 inet static
    vlan-raw-device eth2
    address 10.218.114.1
    netmask 255.255.255.128
    broadcast 10.218.114.127

# HUAWEI oblast - priprava 0/5/7
auto vlan322
iface vlan322 inet static
    vlan-raw-device eth2
    address 10.218.114.129
    netmask 255.255.255.128
    broadcast 10.218.114.254

#SledovaniTV oklesteny rozsah pro HUAWEI oblast 0/1
auto vlan323
iface vlan323 inet static
    vlan-raw-device eth2
    address 10.218.115.1
    netmask 255.255.255.0
    broadcast 10.218.115.254

#SledovaniTV oklesteny rozsah pro HUAWEI oblast 0/3
auto vlan324
iface vlan324 inet static
    vlan-raw-device eth2
    address 10.218.116.1
    netmask 255.255.255.0
    broadcast 10.218.116.254

#SledovaniTV oklesteny rozsah pro HUAWEI oblast 0/5
auto vlan325
iface vlan325 inet static
    vlan-raw-device eth2
    address 10.218.117.1
    netmask 255.255.255.0
    broadcast 10.218.117.254
