# Hrebcin
auto lo dummy0
auto eth0 vlan100 vlan101 vlan102 vlan103 vlan104 vlan105 vlan107 vlan108 vlan109

iface lo inet loopback

iface dummy0 inet static
    address 	10.102.0.252
    netmask 	255.255.255.255
    broadcast 	10.102.0.252

# VLAN 101 5G sektor N
iface vlan101 inet static
    vlan-raw-device eth0
    address     10.102.194.17
    netmask     255.255.255.240
    broadcast   10.102.194.31
#                                           novy r. 19.2.2016
    add-ips 10.102.193.1/29 10.102.194.9/29 10.102.194.33/27

# VLAN 301 5G sektor N southwest
# 10.102.194.66
auto vlan301
iface vlan301 inet static
    vlan-raw-device eth0
    address     10.102.194.65
    netmask     255.255.255.224
    broadcast   10.102.194.95
    
# VLAN 102 mistni lan
iface vlan102 inet static
    vlan-raw-device eth0
    address     10.102.193.17
    netmask     255.255.255.240
    broadcast   10.102.193.31

# Racom na Rebeca
iface eth0 inet static
    address	10.102.193.42
    netmask	255.255.255.248
    broadcast	10.102.193.47

#    vlan-raw-device eth0

##########################################
##### OU HREBEC ##########################

##### PEER na OU 
iface vlan104 inet static
    vlan-raw-device eth0
    address	10.102.195.73
    netmask	255.255.255.248
    broadcast	10.102.195.79

##### PEER Mytinka pres OU Hrebec
iface vlan107 inet static
    vlan-raw-device eth0
    address	10.102.195.89
    netmask	255.255.255.248
    broadcast	10.102.195.95    

##### 5G Vsesmer - IP bulletu: 10.102.195.126
iface vlan108 inet static
    vlan-raw-device eth0
    address	10.102.195.97
    netmask	255.255.255.224
    broadcast	10.102.195.127

##### LAN
iface vlan109 inet static
    vlan-raw-device eth0
    address	10.102.195.17
    netmask	255.255.255.248
    broadcast	10.102.195.23

##### OU HREBEC KONEC ######################
############################################

# 5n sektor klisna
iface vlan105 inet static
    address	10.102.239.97
    netmask	255.255.255.224
    broadcast	10.102.239.127    
    vlan-raw-device eth0

# 5n PEER NodeKomenius
auto vlan106
iface vlan106 inet static
    address	10.102.193.33
    netmask	255.255.255.248
    broadcast	10.102.193.39
add-ips   10.102.195.65/29    
    vlan-raw-device eth0

# PRESTAVENO NA BULLET5    potreba dodelat
# Peer 5GHz na Lidicenew (Kucera)
auto vlan199
 iface vlan199 inet static
vlan-raw-device eth0
    address     10.102.165.17
    netmask     255.255.255.248
    broadcast   10.102.165.23

#    wireless-mode managed
#    wireless-channel 112
#    wireless-essid kLfREE5-lidice-hrebec

# ZRUSENO
#auto wlan0
iface wlan0 inet static
    address     10.102.194.1
    netmask     255.255.255.248
    broadcast   10.102.194.7
    hostapd  /etc/hostapd/hostapd-wlan0.conf

#    wireless-channel 2
#    wireless-essid kLfREE-Klisna

# ZRUSENO . prehozeno na externi zarizeni zcomax nejde MGT :D
#auto wlan1
iface wlan1 inet static
    address     10.102.194.193
    netmask     255.255.255.192
    broadcast   10.102.194.255
    hostapd  /etc/hostapd/hostapd-wlan1.conf

#    wireless-channel 12
#    wireless-essid kLfREE-Hrebec.east

#  prehozeno na externi zarizeni zcomax nejde MGT :D
#  kLfREE-Hrebec.east
auto vlan300
iface vlan300 inet static
vlan-raw-device eth0 
    address     10.102.194.193
    netmask     255.255.255.192
    broadcast   10.102.194.255
#    address	10.102.239.65
#    netmask	255.255.255.224
#    broadcast	10.102.239.95

#    wireless-channel 124
#    wireless-essid kLfREE5-hrebec

# KONEC

