source: genesis/nodes/HybridUniGorN/wleiden.yaml@ 11655

Last change on this file since 11655 was 11655, checked in by huub, 12 years ago

configuratie ns liacs aangepast

File size: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16825"
7location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
8longitude : "4.45966"
9masterip : "172.19.135.1"
10monitoring_group: "wleiden"
11nodename : "UniGorN"
12nodetype : "Hybrid"
13rdnap_x : 91544
14rdnap_y : 464861
15service_accesspoint: True
16service_concentrator: False
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Oegstgeest richting N"
25 ip : "172.19.135.1/24"
26 sdesc : "n"
27 mode : "ap"
28 type : "11b"
29 channel : "4"
30 ssid : "ap-WirelessLeiden-Unigor-noord"
31 dhcp : "10-250"
32 compass : "n"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Link naar Kaag2"
38 ip : "172.16.17.73/29"
39 sdesc : "2kaag2"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "52"
44 ssid : "il-no.unigorn.wleiden.net"
45 dhcp : False
46 compass : "no"
47 ns_ip : "172.16.17.74/29"
48 ns_mac : "00:27:22:10:FD:F8"
49 bridge_type: "NanoStation M5"
50 status : "up"
51
52
53iface_ue0_alias0:
54 comment : "A Link naar Hofwijck"
55 ip : "172.16.17.233/29"
56 sdesc : "2hofwijck"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_vr0:
63 comment : "A Link naar Aster"
64 ip : "172.16.17.97/29"
65 sdesc : "2Aster"
66 mode : "station-wds"
67 type : "eth"
68 channel : "104"
69 ssid : "il-o.unigorn.wleiden.net"
70 dhcp : False
71 compass : "nw"
72 ns_ip : "172.16.17.98/29"
73 ns_mac : "00:15:6d:ea:f0:64"
74 bridge_type: "NanoStation5"
75 status : "up"
76
77
78iface_vr0_alias0:
79 comment : "A Link naar Psycho"
80 ip : "172.16.16.105/29"
81 sdesc : "2Psycho"
82 type : "eth"
83 dhcp : False
84 status : "up"
85
86
87iface_vr1:
88 comment : "Link naar Rustenborch"
89 ip : "172.16.17.241/29"
90 sdesc : "2rustenborch"
91 mode : "station-wds"
92 type : "eth"
93 channel : "128"
94 ssid : "il-n.unigorn.wleiden.net"
95 dhcp : False
96 compass : "n"
97 ns_ip : "172.16.17.242/29"
98 ns_mac : "00:15:6d:f2:37:fa"
99 bridge_type: "NanoStation5"
100 status : "up"
101
102
103iface_vr1_alias0:
104 comment : "Link via NS5 172.16.6.129 00:15:6D:EA:EF:CE to LIACS 172.16.6.131 en .132"
105 ip : "172.16.6.129/29"
106 sdesc : "2liacs"
107 type : "eth"
108 dhcp : False
109 status : "up"
110
111iface_vr1_alias1:
112 comment : "Link naar LIACS Sunny"
113 ip : "172.16.4.45/30"
114 sdesc : "2sunny"
115 type : "eth"
116 dhcp : False
117 status : "up"
118
119
120iface_vr2:
121 comment : "EthernetLink naar UniGor nodes"
122 ip : "172.19.128.67/28"
123 sdesc : "2unigor"
124 type : "eth"
125 dhcp : False
126 status : "up"
127
128
Note: See TracBrowser for help on using the repository browser.