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

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

Do not edit headers on the config files in indead a whee bit confusing.

Reported-By: huub

File size: 1.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : False
6interfaces: "sis0,wi0,wi2,wi1"
7latitude : "4.47006"
8location : "School de Brug, Wassenaarseweg 499, 2333 AL, Leiden"
9longitude : "52.17002"
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 : "eth"
21 interface : "sis0"
22 ip : "172.19.160.65/29"
23 desc : "Ethernet naar de school"
24 sdesc : "eth"
25 type : "eth"
26 dhcp : "no"
27 compass : "None"
28 status : "up"
29
30
31iface_wi0:
32 comment : "Locale Omni"
33 interface : "wi0"
34 ip : "172.19.160.1/26"
35 desc : "Omni voor de buurt"
36 sdesc : "omni"
37 mode : "ap-wds"
38 type : "11b"
39 channel : "10"
40 ssid : "ap-omni.brug.wleiden.net"
41 dhcp : "10-60"
42 compass : "omni"
43 status : "up"
44
45
46iface_wi1:
47 comment : "Link naar Unigor"
48 interface : "wi1"
49 ip : "172.16.0.18/30"
50 desc : "Link naar Unigor"
51 sdesc : "2Unigor"
52 mode : "station-wds"
53 type : "11b"
54 channel : "1"
55 ssid : "n-o.unigor.wleiden.net"
56 dhcp : "no"
57 compass : "e"
58 status : "up"
59
60
61iface_wi2:
62 comment : "Link naar Lijtweg2"
63 interface : "wi2"
64 ip : "172.16.1.178/30"
65 desc : "Link naar Lijtweg2"
66 sdesc : "2lijtweg2"
67 mode : "station-wds"
68 type : "11b"
69 ssid : "il-z.lijtweg2.wleiden.net"
70 dhcp : "no"
71 compass : "s"
72 status : "up"
73
74
Note: See TracBrowser for help on using the repository browser.