source: genesis/nodes/ZwaluwAK/wleiden.yaml@ 13801

Last change on this file since 13801 was 13801, checked in by huub, 8 years ago

dhcp op vr0 geeft ook nameserver ip adressen uit. Kan nameserver-shuffle niet mee uit de voeten

File size: 1.7 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[11647]6externalif: "vr0"
[10881]7latitude : "52.15366"
[10116]8location : "PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden"
[10881]9longitude : "4.44826"
[10116]10masterip : "172.22.0.1"
[11325]11monitoring_group: "wleiden"
[12885]12nodename : "ZwaluwAK"
[11275]13nodetype : "Hybrid"
[10059]14rdnap_x : 90743
15rdnap_y : 463247
[11275]16release : "9.0-RELEASE"
17service_accesspoint: True
[11554]18service_concentrator: False
[11275]19service_incoming_rdr: False
[11509]20service_proxy_ileiden: False
[12419]21service_proxy_normal: False
[10116]22status : "up"
[10059]23
[11322]24
[10059]25iface_ath0:
[10888]26 comment : "Omni voor de buurt"
[11275]27 ip : "172.22.0.1/24"
[10116]28 sdesc : "omni"
[10703]29 mode : "ap"
[11737]30 type : "11g"
[11738]31 channel : 11
[13143]32 ssid : "WiFi-Leiden"
33 wlan_mac : "00:1b:b1:00:eb:e4"
[11275]34 dhcp : "10-250"
[10116]35 status : "up"
[10059]36
37iface_vr0:
[11275]38 comment : "External Link"
[13801]39 ip : "192.168.0.149/12"
[11275]40 sdesc : "2external"
[10116]41 type : "eth"
[13801]42 dhcp : False
[10116]43 status : "up"
[10059]44
[10116]45
[10059]46iface_vr1:
[12397]47 comment : "AP-NOORD via Bullet2 en SD15"
[12398]48 ip : "172.17.117.1/24"
[12397]49 mode : "ap"
[10116]50 type : "eth"
51 extra_type : "eth2wifibridge"
[13548]52 channel : 6
[13143]53 ssid : "WiFi-Leiden-N"
[12397]54 dhcp : "10-250"
[12398]55 ns_ip : "172.17.117.2"
[10116]56 ns_mac : "00:15:6d:e8:e7:4a"
[10892]57 bridge_type: "Bullet2"
[12397]58 status : "up"
[10059]59
[13798]60iface_vr2:
61 comment : "A-link naar Vosko2"
62 ip : "172.16.4.36/29"
63 sdesc : "2vosko2"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 ssid : "il-w.vosko2.wleiden.net"
68 dhcp : False
69 compass : "o"
70 ns_ip : "172.16.4.35"
71 ns_mac : "00:15:6d:f2:39:44"
72 bridge_type: "Nanostation5"
73 status : "up"
[10116]74
[13798]75
Note: See TracBrowser for help on using the repository browser.