source: genesis/nodes/HybridVosko1/wleiden.yaml@ 11357

Last change on this file since 11357 was 11357, checked in by huub, 12 years ago

configs voor videolink cetim vosko beginnetje

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15765"
7location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
8longitude : "4.48786"
9masterip : "172.17.174.1"
10monitoring_group: "wleiden"
11nodename : "Vosko1"
12nodetype : "Hybrid"
13rdnap_x : 93459
14rdnap_y : 463657
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Ap west"
25 ip : "172.17.174.1/24"
26 sdesc : "ap-w"
27 mode : "ap"
28 type : "11b"
29 channel : "6"
30 ssid : "ap-WirelessLeiden-Vosko1"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_vr0:
36 comment : "Lokaal ethernet"
37 ip : "172.17.175.71/28"
38 sdesc : "ethernet"
39 type : "eth"
40 dhcp : False
41 status : "up"
42
43
44iface_vr1:
45 comment : "A-link naar Grip"
46 ip : "172.16.16.57/29"
47 sdesc : "2grip"
48 mode : "ap-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "64"
52 ssid : "il-zw.vosko1.wleiden.net"
53 dhcp : False
54 compass : "z"
55 ns_ip : "172.16.16.58/29"
56 ns_mac : "00:15:6d:ed:83:7d"
57 bridge_type: "NanoStation5"
58 status : "up"
59
60
61iface_vr1_alias0:
62 comment : "A-link naar Thomas"
63 ip : "172.16.16.41/29"
64 sdesc : "2thomas"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 dhcp : False
68 status : "up"
69
70
71iface_vr2:
72 comment : "Ethernet/PoE naar AP in kerk"
73 ip : "172.17.26.1/24"
74 sdesc : "2kerk"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "1"
78 ssid : "ap-WirelessLeiden-Pieterskerk"
79 ns_ip : "172.17.26.2/24"
80 ns_mac : "00:15:6d:bd:67:ff"
81 bridge_type: "NanoStation2"
82 dhcp : "10-250"
83 status : "up"
84
85iface_vr2_alias0:
86 comment : "b-link naar Vosko4"
87 ip : "172.17.0.17/30"
88 sdesc : "2vosko4"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 dhcp : False
92 status : "up"
93
Note: See TracBrowser for help on using the repository browser.