source: genesis/nodes/HybridUniGor2/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: 1.8 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.22.8.1"
10nodename : "UniGor2"
11nodetype : "Hybrid"
12rdnap_x : 91540
13rdnap_y : 464813
14service_accesspoint: True
15service_incoming_rdr: False
16service_proxy_ileiden: False
17service_proxy_normal: False
18status : "up"
19
20iface_ath0:
21 comment : "AP Richting zuid"
22 ip : "172.22.8.1/24"
23 sdesc : "ap-zuid"
24 mode : "ap"
25 type : "11b"
26 channel : "7"
27 ssid : "ap-WirelessLeiden-Unigor-zuid"
28 dhcp : "10-250"
29 status : "up"
30
31
32iface_vr0:
33 comment : "Ethernet naar server en Gorlaeus nodes"
34 ip : "172.19.128.66/28"
35 sdesc : "eth"
36 type : "eth"
37 dhcp : False
38 status : "up"
39
40
41iface_vr1:
42 comment : "b-Link naar Brug"
43 ip : "172.16.16.129/29"
44 sdesc : "2brug"
45 mode : "ap-wds"
46 type : "eth"
47 channel : "7"
48 ssid : "n-o.unigor.wleiden.net"
49 dhcp : False
50 compass : "e"
51 ns_ip : "172.16.16.130/29"
52 ns_mac : "00:15:6d:e8:e6:9b"
53 status : "down"
54
55
56iface_vr1_alias0:
57 comment : "b-Link naar AZC via bullet 2"
58 ip : "172.16.0.165/30"
59 sdesc : "2azc"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 dhcp : False
63 status : "up"
64
65
66iface_vr2:
67 comment : "link naar DirkLos2"
68 ip : "172.16.4.1/29"
69 sdesc : "2DirkLos2"
70 mode : "ap-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "149"
74 ssid : "il-o.unigor2.wleiden.net"
75 dhcp : False
76 compass : "o"
77 ns_ip : "172.16.4.2/29"
78 ns_mac : "00:15:6d:d0:14:75"
79 bridge_type: "NanoStation5"
80 status : "up"
81
82
Note: See TracBrowser for help on using the repository browser.