source: genesis/nodes/HuygensN1/wleiden.yaml@ 13639

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

configuratie update Huygens

File size: 2.4 KB
RevLine 
[13638]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.19.135.1"
10monitoring_group: "wleiden"
11nodename : "HuygensN1"
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
[13639]21status : "up"
[13638]22
23iface_ath0:
24 comment : "AP"
25 ip : "172.19.135.1/24"
26 sdesc : "apHuygensN1"
27 mode : "ap"
28 type : "11g"
29 channel : 1
30 ssid : "WiFi-Leiden"
31 wlan_mac : ""
32 dhcp : "10-250"
33 compass : "n"
34 status : "up"
35
36iface_vr0:
[13639]37 comment : "Link naar Aster via switch port 1 -> 2, kabel 1"
[13638]38 ip : "172.16.17.97/29"
39 sdesc : "2Aster"
40 mode : "ap-wds"
41 type : "eth"
42 channel : "104"
43 ssid : "il-307.huygensn1.wleiden.net"
44 dhcp : False
45 compass : "307"
46 ns_ip : "172.16.17.98/29"
47 ns_mac : "04:18:d6:cc:01:8c"
48 bridge_type: "NanoStationM5"
49 status : "up"
50
51iface_vr0_alias0:
[13639]52 comment : "Link naar HuygensN2 en HuygensZ via switch port 4, kabel 2"
[13638]53 ip : "172.19.128.65/28"
54 sdesc : "2Huygensring"
55 mode : "ap-wds"
56 type : "eth"
57 channel : "36"
58 ssid : "il-165.huygensn1.wleiden.net"
59 dhcp : False
60 compass : "165"
61 ns_ip : "172.19.128.66/28"
62 ns_mac : "04:18:d6:56:ab:fd"
63 bridge_type: "NanoStationM5"
64 status : "up"
65
66iface_vr1:
67 comment : "Link to LIACS 172.16.6.131 en .132 kabel 3"
68 ip : "172.16.6.129/29"
69 sdesc : "2liacs"
70 mode : "ap-wds"
71 type : "eth"
72 channel : "112"
73 ssid : "il-315.huygensn1.wleiden.net"
74 dhcp : False
75 compass : "315"
76 ns_ip : "172.16.6.130/29"
77 ns_mac : "04:18:d6:ca:fe:28"
78 bridge_type: "NanoStationM5"
79 dhcp : False
80 status : "up"
81
82iface_vr2:
83 comment : "Link naar Rustenborch kabel 4"
84 ip : "172.16.17.241/29"
85 sdesc : "2rustenborch"
86 mode : "ap-wds"
87 type : "eth"
88 channel : "128"
89 ssid : "il-10.huygensn1.wleiden.net"
90 dhcp : False
91 compass : "n"
92 ns_ip : "172.16.17.242/29"
93 ns_mac : "04:18:d6:cc:03:27"
94 bridge_type: "NanoStationM5"
95 status : "up"
Note: See TracBrowser for help on using the repository browser.