source: genesis/nodes/CNodeUniGorN/wleiden.yaml@ 10892

Last change on this file since 10892 was 10892, checked in by rick, 13 years ago

Doe een import van de bridge unit dmv een scan.

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