source: genesis/nodes/HybridUniGor1/wleiden.yaml@ 11582

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

oude link lumc-lebkov nu unigor1-lebkov

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.16782"
7location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
8longitude : "4.45961"
9masterip : "172.17.35.1"
10monitoring_group: "wleiden"
11nodename : "UniGor1"
12nodetype : "Hybrid"
13rdnap_x : 91540
14rdnap_y : 464813
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 : "AP Richting oost"
25 ip : "172.17.35.1/24"
26 sdesc : "ap-o"
27 mode : "ap"
28 type : "11b"
29 channel : "2"
30 ssid : "ap-WirelessLeiden-Unigor-oost"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_vr0:
36 comment : "Ethernet naar server en Gorlaeus nodes"
37 ip : "172.19.128.65/28"
38 sdesc : "eth"
39 type : "eth"
40 dhcp : False
41 status : "up"
42
43
44iface_vr1:
45 comment : "Link naar Cope"
46 ip : "172.16.3.185/29"
47 sdesc : "2cope"
48 mode : "ap-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "128"
52 ssid : "il-zo.unigor1.wleiden.net"
53 dhcp : False
54 compass : "zo"
55 ns_ip : "172.16.3.186/29"
56 ns_mac : "00:15:6d:f2:38:a0"
57 bridge_type: "NanoStation5"
58 status : "up"
59
60
61iface_vr1_alias0:
62 comment : "Link naar Lebkov"
63 ip : "172.16.4.81/29"
64 sdesc : "2lebkov"
65 type : "eth"
66 dhcp : False
67 status : "up"
68
69
70iface_vr2:
71 comment : "Link naar Robijn"
72 ip : "172.16.5.217/29"
73 sdesc : "2robijn"
74 mode : "ap-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "104"
78 ssid : "il-z.unigor1.wleiden.net"
79 dhcp : False
80 compass : "z"
81 ns_ip : "172.16.5.218/29"
82 ns_mac : "00:15:6d:f2:38:bd"
83 bridge_type: "NanoStation5"
84 status : "up"
85
86
87iface_vr2_alias0:
88 comment : "Link naar Zwaluwak"
89 ip : "172.16.4.33/29"
90 sdesc : "2zwaluwak"
91 type : "eth"
92 dhcp : False
93 status : "up"
94
95
Note: See TracBrowser for help on using the repository browser.