source: genesis/nodes/CNodeCope/wleiden.yaml@ 10386

Last change on this file since 10386 was 10386, checked in by huub, 13 years ago

boterhuis up

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.15972"
7location : "Cope, Rapenburg 8, 2311 EV, Leiden"
8longitude : "4.48521"
9masterip : "172.17.8.1"
10nodename : "Cope"
11nodetype : "CNode"
12rdnap_x : 93280
13rdnap_y : 463889
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "OMNI"
20 interface : "ath0"
21 ip : "172.17.8.1/26"
22 desc : "AP voor de buurt"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "5"
27 ssid : "ap-WirelessLeiden-Cope"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "link naar proxy1"
35 interface : "ue0"
36 ip : "172.17.8.66/28"
37 desc : "Link naar proxy1"
38 sdesc : "2proxy1"
39 type : "eth"
40 dhcp : "False"
41 compass : "None"
42 status : "up"
43
44
45iface_vr0:
46 comment : "link naar Unigor1"
47 interface : "vr0"
48 ip : "172.16.3.188/29"
49 desc : "Ethernet to interlink UniGor1"
50 sdesc : "2unigor1"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "128"
55 ssid : "il-zo.unigor.wleiden.net"
56 dhcp : "False"
57 compass : "se"
58 ns_ip : "172.16.3.187/29"
59 ns_mac : "00:15:6d:ea:f0:1d"
60 status : "up"
61
62
63iface_vr1:
64 comment : "a-link naar Stadhuis via NS5"
65 interface : "vr1"
66 ip : "172.16.3.180/29"
67 desc : "Link naar Stadhuis"
68 sdesc : "2stadhuis"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "116"
73 ssid : "il-nw.stadhuis.wleiden.net"
74 dhcp : "False"
75 compass : "nw"
76 ns_ip : "172.16.3.179/29"
77 ns_mac : "00:15:6d:ea:f0:4c"
78 status : "up"
79
80
81iface_vr2:
82 comment : "a-link naar Rabo2"
83 interface : "vr2"
84 ip : "172.16.3.196/29"
85 desc : "ethernet"
86 sdesc : "2rabo2"
87 mode : "station-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "44"
91 ssid : "il-z.rabo.wleiden.net"
92 dhcp : "False"
93 compass : "n"
94 ns_ip : "172.16.3.195/29"
95 ns_mac : "00:15:6d:ea:f0:0f"
96 status : "up"
97
98
Note: See TracBrowser for help on using the repository browser.