auto lo dummy0
auto eth0 eth1 wlan0 wlan1 
#ath0 ath1

iface lo inet loopback

# Servisni rozsah na prvni sitovce
iface eth1 inet static
    address	192.168.123.155
    netmask	255.255.255.0
    broadcast	192.168.123.255

# ECWA Vlastni IP peeru
iface eth0 inet static
    address     10.102.197.10
    netmask     255.255.255.248
    broadcast	10.102.197.15
# strcte si ty GW doprdele
#    gateway	10.102.197.9

# Sektor Airmax kLfREE5n-zshostoun
auto vlan100
iface vlan100 inet static
    vlan-raw-device eth0
    address     10.102.129.177
    netmask     255.255.255.240
    broadcast   10.102.129.191
# Druhy rozsah
    add-ips     10.102.135.1/28

# Sektor Airmax kLfREE5-ZShostoun
auto vlan101
iface vlan101 inet static
    vlan-raw-device eth0
    address     10.102.135.17
    netmask     255.255.255.240
    broadcast   10.102.135.31
# Druhy rozsah
    add-ips  10.102.129.145/28 10.102.129.241/28

# Sektor Airmax kLfREE5AC-zshostoun.north
auto vlan300
iface vlan300 inet static
    vlan-raw-device eth0
    address     10.102.135.65
    netmask     255.255.255.224
    broadcast   10.102.135.95

# Sektor kLfREE5AC-ZShostoun.southeast 	
auto vlan511
iface vlan511 inet static
    vlan-raw-device eth0
    address     10.102.135.49
    netmask     255.255.255.240
    broadcast   10.102.135.63

# Sektor kLfREE5AC-ZShostoun.southwest
auto vlan512
iface vlan512 inet static
    vlan-raw-device eth0
    address     10.102.135.97
    netmask     255.255.255.224
    broadcast   10.102.135.127

# LAN
auto vlan102
iface vlan102 inet static
    vlan-raw-device eth0
    address     10.102.129.129
    netmask     255.255.255.240
    broadcast   10.102.129.142

# ZRUSENO
# Peer Gutta
#auto vlan500
iface vlan500 inet static
    vlan-raw-device eth0
    address     10.102.135.33
    netmask     255.255.255.248
    broadcast   10.102.129.39

####################################
############ OBEC ##################

# PEER NodeObec
auto vlan201
iface vlan201 inet static
    vlan-raw-device eth0
    address     10.102.237.249
    netmask     255.255.255.248
    broadcast   10.102.237.255

# OBEC lan
auto vlan501
iface vlan501 inet static
    vlan-raw-device eth0
    address   10.102.237.241
    netmask   255.255.255.248
    broadcast 10.102.237.247

# kLfREE5-obec.west 104ch
auto vlan502
iface vlan502 inet static
    vlan-raw-device eth0
    address 10.102.237.129
    netmask 255.255.255.224
    broadcast 10.102.237.159

# kLfREE5-obec.east 136ch
auto vlan503
iface vlan503 inet static
    vlan-raw-device eth0
    address 10.102.237.161
    netmask 255.255.255.224
    broadcast 10.102.237.191

############## KONEC OBEC ############
######################################

# 2,4 WiFi sektor
iface wlan0 inet static
    address	10.102.129.161
    netmask	255.255.255.240
    broadcast	10.102.129.175
    hostapd  /etc/hostapd/hostapd-wlan0.conf

#    wireless-channel 4
#    wireless-essid kLfREE-hostoun.north

# 2,4 WiFi vsesmer
iface wlan1 inet static
    address     10.102.129.193
    netmask     255.255.255.192
    broadcast   10.102.129.255
    hostapd  /etc/hostapd/hostapd-wlan1.conf

#    wireless-channel 13
#    wireless-essid kLfREE-ZShostoun

# Peer 5Ghz Houstoun3
auto vlan103
iface vlan103 inet static
vlan-raw-device eth0
    address	10.102.198.65
    netmask	255.255.255.248
    broadcast	10.102.198.71
