source: genesis/nodes/CNodeOBLc/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.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : False
6interfaces: "ep0,wi0,xl0"
7latitude : "4.49348"
8location : "Centrale Bibliotheek, Nieuwstraat 4, 2312 KB, Leiden"
9longitude : "52.15845"
10masterip : "172.17.153.1"
11nodename : "OBLc"
12nodetype : "CNode"
13rdnap_x : 93844
14rdnap_y : 463741
15release : "5.0-RELEASE"
16status : "up"
17
18
19iface_ep0:
20 comment : "Ethernet"
21 interface : "ep0"
22 ip : "172.17.153.1/24"
23 desc : "AP voor bieb"
24 sdesc : "apples"
25 type : "eth"
26 dhcp : "10-250"
27 compass : "None"
28 status : "up"
29
30
31iface_wi0:
32 comment : "link naar CeTIM3"
33 interface : "wi0"
34 ip : "172.16.0.162/30"
35 desc : "Link naar CeTIM3"
36 sdesc : "2cetim3"
37 mode : "station-wds"
38 type : "11b"
39 channel : "9"
40 ssid : "il-nw.cetim3.wleiden.net"
41 dhcp : "no"
42 compass : "nw"
43 status : "up"
44
45
46iface_xl0:
47 comment : "Ethernet"
48 interface : "xl0"
49 ip : "172.17.152.65/27"
50 desc : "Ethernet naar OBL"
51 sdesc : "eth"
52 type : "eth"
53 dhcp : "no"
54 compass : "None"
55 status : "up"
56
57
Note: See TracBrowser for help on using the repository browser.