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

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

link unigor1 naar robijn3 met lage ip subnet van voormalig robijn

File size: 1.9 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
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 Richting oost"
25 ip : "172.17.35.1/24"
26 sdesc : "ap-o"
27 mode : "ap"
28 type : "11g"
29 channel : 1
30 ssid : "ap-WirelessLeiden-Unigor-oost"
31 dhcp : "10-250"
32 status : "up"
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
42iface_vr1:
43 comment : "Link naar Cope"
44 ip : "172.16.3.185/29"
45 sdesc : "2cope"
46 mode : "ap-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "128"
50 ssid : "il-zo.unigor1.wleiden.net"
51 dhcp : False
52 compass : "zo"
53 ns_ip : "172.16.3.186/29"
54 ns_mac : "00:15:6d:f2:38:a0"
55 bridge_type: "NanoStation5"
56 status : "up"
57
58iface_vr2:
59 comment : "Link naar Robijn3"
60 ip : "172.16.5.217/29"
61 sdesc : "2robijn3"
62 mode : "ap-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "104"
66 ssid : "il-z.unigor1.wleiden.net"
67 dhcp : False
68 compass : "z"
69 ns_ip : "172.16.5.218/29"
70 ns_mac : "00:15:6d:f2:38:bd"
71 bridge_type: "NanoStation5"
72 status : "up"
73
74iface_vr2_alias0:
75 comment : "Link naar Zwaluwak"
76 ip : "172.16.4.33/29"
77 sdesc : "2zwaluwak"
78 type : "eth"
79 dhcp : False
80 status : "up"
Note: See TracBrowser for help on using the repository browser.