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

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

interlink zwaluwak unigor1 omgezet naar 29 subnet

File size: 2.0 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_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "AP Richting oost"
24 ip : "172.17.35.1/24"
25 sdesc : "ap-o"
26 mode : "ap"
27 type : "11b"
28 channel : "2"
29 ssid : "ap-WirelessLeiden-Unigor-oost"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_vr0:
35 comment : "Ethernet naar server en Gorlaeus nodes"
36 ip : "172.19.128.65/28"
37 sdesc : "eth"
38 type : "eth"
39 dhcp : False
40 status : "up"
41
42
43iface_vr1:
44 comment : "Link naar Cope"
45 ip : "172.16.3.185/29"
46 sdesc : "2cope"
47 mode : "ap-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "128"
51 ssid : "il-zo.unigor1.wleiden.net"
52 dhcp : False
53 compass : "zo"
54 ns_ip : "172.16.3.186/29"
55 ns_mac : "00:15:6d:f2:38:a0"
56 bridge_type: "NanoStation5"
57 status : "up"
58
59
60iface_vr1_alias0:
61 comment : "Link naar LUMC"
62 ip : "172.16.4.81/29"
63 sdesc : "2lumc"
64 type : "eth"
65 dhcp : False
66 status : "up"
67
68
69iface_vr2:
70 comment : "Link naar Robijn"
71 ip : "172.16.5.217/29"
72 sdesc : "2robijn"
73 mode : "ap-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "104"
77 ssid : "il-z.unigor1.wleiden.net"
78 dhcp : False
79 compass : "z"
80 ns_ip : "172.16.5.218/29"
81 ns_mac : "00:15:6d:f2:38:bd"
82 bridge_type: "NanoStation5"
83 status : "up"
84
85
86iface_vr2_alias0:
87 comment : "Link naar Zwaluwak"
88 ip : "172.16.4.33/29"
89 sdesc : "2zwaluwak"
90 type : "eth"
91 dhcp : False
92 status : "up"
93
94
Note: See TracBrowser for help on using the repository browser.