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

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

config huygensn1 interlink naar dirklos2

File size: 2.6 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.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
21status : "up"
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:
37 comment : "Link naar Aster via switch port 1 -> 2, kabel 1"
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:
52 comment : "Link naar HuygensN2 en HuygensZ via switch port 4, kabel 2"
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_vr1_alias0:
83 comment : "Link to DirkLos2"
84 ip : "172.16.7.137/29"
85 sdesc : "2dirklos2"
86 type : "eth"
87 dhcp : False
88 status : "up"
89
90iface_vr2:
91 comment : "Link naar Rustenborch kabel 4"
92 ip : "172.16.17.241/29"
93 sdesc : "2rustenborch"
94 mode : "ap-wds"
95 type : "eth"
96 channel : "128"
97 ssid : "il-10.huygensn1.wleiden.net"
98 dhcp : False
99 compass : "n"
100 ns_ip : "172.16.17.242/29"
101 ns_mac : "04:18:d6:cc:03:27"
102 bridge_type: "NanoStationM5"
103 status : "up"
Note: See TracBrowser for help on using the repository browser.