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

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

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

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "51.99757"
7location : "TUDelft-EWI, Mekelweg 4, 2628CD, Delft"
8longitude : "4.37425"
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
25
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"
38 ns_mac : "dc:9f:db:2e:0b:0b"
39 bridge_type: "NanoBridgeM5"
40 status : "down"
41
42
43iface_vr0:
44 comment : "Link naar StJan/Heineken"
45 ip : "172.16.7.225/29"
46 sdesc : "2stjan"
47 mode : "ap-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "48"
51 ssid : "il-nno.tudelft.wleiden.net"
52 dhcp : False
53 compass : "no"
54 ns_ip : "172.16.7.226/29"
55 ns_mac : "dc:9f:db:2e:0e:a3"
56 bridge_type: "NanoBridgeM5"
57 status : "up"
58
59
60iface_vr1:
61 comment : "Link naar Anthurium NanostationM5 DC:9F:DB:64:2E:BC"
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"
69 dhcp : "252-254"
70 compass : "n"
71 ns_ip : "172.16.6.250/29"
72 ns_mac : "dc:9f:db:64:2e:b8"
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"
89 ns_mac : "dc:9f:db:2e:0d:7a"
90 bridge_type: "NanoBridgeM5"
91 status : "up"
92
93
Note: See TracBrowser for help on using the repository browser.