source: genesis/nodes/LucasN/wleiden.yaml@ 14388

Last change on this file since 14388 was 14379, checked in by rick, 5 years ago

Fix link improperly marked disabled

Reverting r14283, links not used should be marked unused, since the device is
still present monitoring and IP assignments are still valid. Causing conflicts
on re-use of already claimed IP spaces.

File size: 2.3 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10869]4board : "ALIX2"
[10059]5comment : "None"
[13844]6externalif: "ue0"
7gateway : "192.168.0.1"
[10116]8ileiden : True
[10881]9latitude : "52.16189"
[10116]10location : "Basisschool Lucas van Leyden, Sint Ursulasteeg 28, 2312 XA, Leiden"
[10881]11longitude : "4.48684"
[10116]12masterip : "172.17.144.1"
[11325]13monitoring_group: "wleiden"
[10116]14nodename : "LucasN"
[10869]15nodetype : "Hybrid"
[10059]16rdnap_x : 93395
17rdnap_y : 464130
[13869]18rdr_host : "94.210.190.45"
[14240]19release : "11.2-RELEASE"
[10881]20service_accesspoint: True
[11554]21service_concentrator: False
[10881]22service_incoming_rdr: False
[14246]23service_proxy_ileiden: False
24service_proxy_normal: False
[13844]25serviceid : "172.31.254.19"
[11057]26status : "up"
[10116]27
28
[10059]29iface_ath0:
[10884]30 comment : "Ap"
[11044]31 ip : "172.17.144.1/24"
[10116]32 sdesc : "ap"
[10703]33 mode : "ap"
[11737]34 type : "11g"
[11738]35 channel : 6
[13107]36 ssid : "WiFi-Leiden"
37 wlan_mac : "00:1b:b1:f1:74:59"
[11044]38 dhcp : "10-250"
[10116]39 status : "up"
[10059]40
[11322]41
[11062]42iface_ue0:
[14246]43 comment : "Ethernet naar external-- unused"
[13450]44 ip : "192.168.7.137/16"
[13786]45 sdesc : "2external"
[11062]46 type : "eth"
47 dhcp : "client"
[14246]48 status : "down"
[10059]49
[11322]50
[14379]51iface_vr0:
52 comment : "A-link naar Unused"
53 ip : "172.16.3.25/29"
54 sdesc : "2unused"
55 mode : "ap-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "60"
59 ssid : "il-n.lucasn.wleiden.net"
60 dhcp : False
61 compass : "n"
62 ns_ip : "172.16.3.26/29"
63 ns_mac : "00:15:6d:70:54:ae"
64 bridge_type: "NanoStation5"
65 status : "down"
[10059]66
[11322]67
[10059]68iface_vr1:
[10884]69 comment : "A-link naar Stadhuis"
[10116]70 ip : "172.16.4.132/29"
71 sdesc : "2stadhuis"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "116"
76 ssid : "il-nw.stadhuis.wleiden.net"
[10454]77 dhcp : False
[10729]78 compass : "zo"
[10116]79 ns_ip : "172.16.4.131/29"
[11733]80 ns_mac : "00:15:6d:70:54:53"
[11731]81 bridge_type: "NanoStation5"
[11057]82 status : "up"
[10059]83
[11322]84
[10116]85iface_vr2:
[11044]86 comment : "Link naar Webster"
[10116]87 ip : "172.16.4.177/29"
[11044]88 sdesc : "2webster"
89 mode : "ap-wds"
[10116]90 type : "eth"
91 extra_type : "eth2wifibridge"
[11057]92 channel : "36"
[11044]93 ssid : "il-zw.lucasn.wleiden.net"
[10454]94 dhcp : False
[11044]95 compass : "zw"
96 ns_ip : "172.16.4.178/29"
[11732]97 ns_mac : "00:15:6d:70:54:d2"
[11731]98 bridge_type: "NanoStation5"
[11057]99 status : "up"
[10116]100
101
Note: See TracBrowser for help on using the repository browser.