source: genesis/nodes/HybridRund/wleiden.yaml@ 13022

Last change on this file since 13022 was 12423, checked in by rick, 11 years ago

Do not configure a static gateway if we should not be using it

File size: 1.7 KB
RevLine 
[10676]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[11013]6ileiden : True
[10881]7latitude : "52.16114"
[10676]8location : "Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden"
[10881]9longitude : "4.49224"
[10676]10masterip : "172.17.160.1"
[11325]11monitoring_group: "wleiden"
[10676]12nodename : "Rund"
[10678]13nodetype : "Hybrid"
[10676]14rdnap_x : 93763
15rdnap_y : 464042
16release : "9.0-RELEASE"
[10701]17service_accesspoint: True
[11554]18service_concentrator: False
[12421]19service_incoming_rdr: False
[10760]20service_proxy_ileiden: False
21service_proxy_normal: False
[12238]22status : "down"
[10676]23
24
25iface_ath0:
[10884]26 comment : "Ap"
[10686]27 ip : "172.17.161.1/24"
[10676]28 sdesc : "ap"
29 mode : "ap"
[11737]30 type : "11g"
[11738]31 channel : 11
[10676]32 ssid : "ap-WirelessLeiden-Rund"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_vr0:
38 comment : "Link to external interface"
39 ip : "172.17.160.65/28"
40 sdesc : "2external"
[10679]41 type : "eth"
[10676]42 dhcp : False
43 status : "up"
44
45
46iface_vr1:
47 comment : "Link naar Geluidsnet2"
48 ip : "172.16.4.212/29"
49 sdesc : "2geluidsnet2"
50 mode : "station-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "64"
54 ssid : "il-o.geluidsnet2.wleiden.net"
55 dhcp : False
[10729]56 compass : "w"
[10676]57 ns_ip : "172.16.4.211/29"
58 ns_mac : "00:27:22:8a:3d:a7"
[10892]59 bridge_type: "NanoStation M5"
[10676]60 status : "up"
61
62
63iface_vr2:
64 comment : "Link naar vosko2"
65 ip : "172.16.17.156/29"
66 sdesc : "2vosko2"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "44"
71 ssid : "il-no.vosko2.wleiden.net"
72 dhcp : False
[10729]73 compass : "zw"
[10676]74 ns_ip : "172.16.17.155/29"
75 ns_mac : "00:27:22:10:d8:43"
[10892]76 bridge_type: "NanoStation M5"
[10676]77 status : "up"
78
79
Note: See TracBrowser for help on using the repository browser.