source: genesis/nodes/CNodeVosko1/wleiden.yaml@ 10891

Last change on this file since 10891 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.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.15765"
8location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
9longitude : "4.48786"
10masterip : "172.17.174.1"
11nodename : "Vosko1"
12nodetype : "CNode"
13rdnap_x : 93459
14rdnap_y : 463657
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap west"
21 ip : "172.17.174.1/24"
22 sdesc : "ap-w"
23 mode : "ap"
24 type : "11b"
25 channel : "6"
26 ssid : "ap-WirelessLeiden-Vosko1"
27 dhcp : "10-250"
28 status : "up"
29
30
31iface_vr0:
32 comment : "Lokaal ethernet"
33 ip : "172.17.175.71/28"
34 sdesc : "ethernet"
35 type : "eth"
36 dhcp : False
37 status : "up"
38
39
40iface_vr1:
41 comment : "A-link naar Grip"
42 ip : "172.16.16.57/29"
43 sdesc : "2grip"
44 mode : "ap-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "64"
48 ssid : "il-zw.vosko1.wleiden.net"
49 dhcp : False
50 compass : "z"
51 ns_ip : "172.16.16.58/29"
52 ns_mac : "00:15:6d:ed:83:7d"
53 status : "up"
54
55
56iface_vr1_alias0:
57 comment : "A-link naar Thomas"
58 ip : "172.16.16.41/29"
59 sdesc : "2thomas"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 dhcp : False
63 status : "up"
64
65
66iface_vr2:
67 comment : "Ethernet/PoE naar AP in kerk"
68 ip : "172.17.26.1/24"
69 sdesc : "2kerk"
70 mode : "autogen-FIXME"
71 type : "eth"
72 dhcp : "10-250"
73 ns_ip : "172.17.26.2"
74 status : "up"
75
76
Note: See TracBrowser for help on using the repository browser.