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

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

mode van lokale ap bij vosko1 aangepast

File size: 1.6 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 bridge_type: "NanoStation5"
54 status : "up"
55
56
57iface_vr1_alias0:
58 comment : "A-link naar Thomas"
59 ip : "172.16.16.41/29"
60 sdesc : "2thomas"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 dhcp : False
64 status : "up"
65
66
67iface_vr2:
68 comment : "Ethernet/PoE naar AP in kerk"
69 ip : "172.17.26.1/24"
70 sdesc : "2kerk"
71 mode : "ap"
72 type : "eth"
73 dhcp : "10-250"
74 ns_ip : "172.17.26.2"
75 status : "up"
76
77
Note: See TracBrowser for help on using the repository browser.