source: genesis/nodes/HuygensN2/wleiden.yaml@ 13638

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

verhuizing van UniGor naar Huygens Lab

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.168554"
7location : "Huygens Lab Universiteit Leiden, Niels Bohrweg 2, 2333 CA, Leiden"
8longitude : "4.457789"
9masterip : "172.22.8.1"
10monitoring_group: "wleiden"
11nodename : "HuygensN2"
12nodetype : "Hybrid"
13rdnap_x : 91417
14rdnap_y : 464896
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "planned"
22
23
24iface_ath0:
25 comment : "AP"
26 ip : "172.22.8.1/24"
27 sdesc : "apHuygensN2"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "WiFi-Leiden"
32 wlan_mac : ""
33 dhcp : "10-250"
34 compass : "n"
35 status : "up"
36
37iface_ue0:
38 comment : "A Link naar Hofwijck en Lijtweg kabel 5"
39 ip : "172.16.17.233/29"
40 sdesc : "2hofwijck"
41 mode : "ap-wds"
42 type : "eth"
43 channel : "108"
44 ssid : "il-24.huygensn2.wleiden.net"
45 dhcp : False
46 compass : "108"
47 ns_ip : "172.16.17.234/29"
48 ns_mac : "04:18:d6:ca:fe:35"
49 bridge_type: "NanoStationM5"
50 status : "up"
51
52iface_vr0:
53 comment : "Link naar HuygensN1 via switch"
54 ip : "172.19.128.69/28"
55 sdesc : "2HuygensN1"
56 type : "eth"
57 dhcp : False
58 status : "up"
59
60iface_vr1:
61 comment : "Link naar Kaag2 kabel 6"
62 ip : "172.16.17.73/29"
63 sdesc : "2kaag2"
64 mode : "ap-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "52"
68 ssid : "il-50.huygensn2.wleiden.net"
69 dhcp : False
70 compass : "50"
71 ns_ip : "172.16.17.74/29"
72 ns_mac : "dc:9f:db:f2:0b:c9"
73 bridge_type: "NanoStationBridgeM5"
74 status : "up"
75
76iface_vr2:
77 comment : "A Link naar Psycho kabel 7"
78 ip : "172.16.16.105/29"
79 sdesc : "2Psycho"
80 mode : "ap-wds"
81 type : "eth"
82 channel : "116"
83 ssid : "il-83.huygensn2.wleiden.net"
84 dhcp : False
85 compass : "83"
86 ns_ip : "172.16.16.106/29"
87 ns_mac : "04:18:d6:ca:fe:25"
88 bridge_type: "NanoStationM5"
89 status : "up"
90
91
Note: See TracBrowser for help on using the repository browser.