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

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

nodes unigor naar hybrid

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