source: genesis/nodes/TUDelft/wleiden.yaml@ 13844

Last change on this file since 13844 was 13844, checked in by rick, 8 years ago

gformat.py cleanup - cosmetic changes to sync all config files

File size: 2.2 KB
RevLine 
[12408]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[12474]6latitude : "51.99757"
[12408]7location : "TUDelft-EWI, Mekelweg 4, 2628CD, Delft"
[12474]8longitude : "4.37425"
[12408]9masterip : "172.17.118.1"
10monitoring_group: "delft"
11nodename : "TUDelft"
12nodetype : "Hybrid"
13portal_sponsor: ""
14portal_url: ""
15rdnap_x : 85436
16rdnap_y : 445950
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
[12474]25
[12408]26iface_ue0:
27 comment : "Link naar Ronald"
28 ip : "172.16.7.217/29"
29 sdesc : "2ronald"
30 mode : "ap-wds"
31 type : "eth"
32 extra_type : "eth2wifibridge"
33 channel : "100"
34 ssid : "il-n.tudelft.wleiden.net"
35 dhcp : False
36 compass : "n"
37 ns_ip : "172.16.7.218/29"
[12474]38 ns_mac : "dc:9f:db:2e:0b:0b"
[12408]39 bridge_type: "NanoBridgeM5"
40 status : "down"
41
[12474]42
[12408]43iface_vr0:
[12412]44 comment : "Link naar StJan/Heineken"
[12408]45 ip : "172.16.7.225/29"
46 sdesc : "2stjan"
47 mode : "ap-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
[12978]50 channel : "48"
[12408]51 ssid : "il-nno.tudelft.wleiden.net"
52 dhcp : False
[13548]53 compass : "no"
[12408]54 ns_ip : "172.16.7.226/29"
[12474]55 ns_mac : "dc:9f:db:2e:0e:a3"
[12408]56 bridge_type: "NanoBridgeM5"
57 status : "up"
58
[12474]59
[12408]60iface_vr1:
[12412]61 comment : "Link naar Anthurium NanostationM5 DC:9F:DB:64:2E:BC"
[12408]62 ip : "172.16.6.249/29"
63 sdesc : "2anthurium"
64 mode : "ap-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "132"
68 ssid : "il-ono.tudelft.wleiden.net"
[12414]69 dhcp : "252-254"
[12474]70 compass : "n"
[12408]71 ns_ip : "172.16.6.250/29"
[12474]72 ns_mac : "dc:9f:db:64:2e:b8"
[12408]73 bridge_type: "NanostationM5"
74 status : "up"
75
76
77iface_vr2:
78 comment : "Link naar Zierikzee"
79 ip : "172.16.7.233/29"
80 sdesc : "2zierikzee"
81 mode : "ap-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "60"
85 ssid : "il-zw.tudelft.wleiden.net"
86 dhcp : False
87 compass : "zw"
88 ns_ip : "172.16.7.234/29"
[12474]89 ns_mac : "dc:9f:db:2e:0d:7a"
[12408]90 bridge_type: "NanoBridgeM5"
91 status : "up"
92
93
Note: See TracBrowser for help on using the repository browser.