source: genesis/nodes/CNodeBrug/wleiden.yaml@ 11261

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

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 1.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6ileiden : False
7latitude : "52.17002"
8location : "School de Brug, Wassenaarseweg 499, 2333 AL, Leiden"
9longitude : "4.47006"
10masterip : "172.19.160.1"
11nodename : "Brug"
12nodetype : "CNode"
13rdnap_x : 92258
14rdnap_y : 465048
15release : "5.0-RELEASE"
16status : "up"
17
18
19iface_sis0:
20 comment : "Ethernet naar de school"
21 ip : "172.19.160.65/29"
22 sdesc : "eth"
23 type : "eth"
24 dhcp : False
25 status : "up"
26
27
28iface_wi0:
29 comment : "Omni voor de buurt"
30 ip : "172.19.160.1/26"
31 sdesc : "omni"
32 mode : "ap"
33 type : "11b"
34 channel : "10"
35 ssid : "ap-omni.brug.wleiden.net"
36 dhcp : "10-60"
37 compass : "omni"
38 status : "up"
39
40
41iface_wi1:
42 comment : "Link naar Unigor"
43 ip : "172.16.0.18/30"
44 sdesc : "2Unigor"
45 mode : "ap"
46 type : "11b"
47 channel : "1"
48 ssid : "n-o.unigor.wleiden.net"
49 dhcp : False
50 compass : "e"
51 status : "up"
52
53
54iface_wi2:
55 comment : "Link naar Lijtweg2"
56 ip : "172.16.1.178/30"
57 sdesc : "2lijtweg2"
58 mode : "ap"
59 type : "11b"
60 ssid : "il-z.lijtweg2.wleiden.net"
61 dhcp : False
62 compass : "s"
63 status : "up"
64
65
Note: See TracBrowser for help on using the repository browser.