source: genesis/nodes/HybridStVictor/wleiden.yaml@ 12793

Last change on this file since 12793 was 12793, checked in by huub, 11 years ago

correctie config stvictor

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
7latitude : "52.250914"
8location : "Sint Victor kerk, St Victorlaan 11, 2211 RN, Noordwijkerhout"
9longitude : "4.489229"
10masterip : "172.17.119.1"
11monitoring_group: "noordwijk"
12nodename : "StVictor"
13nodetype : "Hybrid"
14rdnap_x : 93680
15rdnap_y : 474031
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "up"
23
24
25iface_ath0:
26 comment : "AP-noord"
27 ip : "172.17.119.1/24"
28 sdesc : "apn"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "ap-stvictor-n"
33 dhcp : "10-250"
34 compass : "n"
35 status : "up"
36
37iface_ue0:
38 comment : "Repeaters west 172.17.133.3 dc:9f:db:62:14:24 zuid 172.17.133.4 dc:9f:db:62:13:51"
39 ip : "172.17.133.1/24"
40 sdesc : "apoost"
41 mode : "repeater"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "6"
45 ssid : "ap-stvictor"
46 dhcp : "10-250"
47 compass : "o"
48 ns_ip : "172.17.133.2/24"
49 ns_mac : "dc:9f:db:62:14:9b"
50 bridge_type: "NanoStationM2"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Internet verbinding"
56 ip : "192.168.178.2/24"
57 sdesc : "2external"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_vr0_alias0:
64 comment : "Interlink naar pastorie Nanostation M5 kabel "
65 ip : "172.16.9.105/29"
66 sdesc : "2pastorie"
67 mode : "ap-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "128"
71 ssid : "il-nw.stvictor.wleiden.net"
72 compass : "nw"
73 ns_ip : "172.16.9.106/29"
74 ns_mac : "24:a4:3c:72:01:cf"
75 bridge_type: "NanoStation M5"
76 status : "up"
77
78
79iface_vr1:
80 comment : "Link naar Leeuwenhorst1 kabel "
81 ip : "172.16.6.228/29"
82 sdesc : "2lwhorst"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "60"
87 ssid : "il-o.leeuwenhorst.wleiden.net"
88 dhcp : False
89 compass : "w"
90 ns_ip : "172.16.6.227/29"
91 ns_mac : "24:a4:3c:72:02:29"
92 bridge_type: "NanoStation M5"
93 status : "up"
94
95
96iface_vr2:
97 comment : "Link naar zuidoost kabel "
98 ip : "172.16.3.33/29"
99 sdesc : "2zo"
100 mode : "ap-wds"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 channel : "100"
104 ssid : "il-zo.stvictor.wleiden.net"
105 dhcp : False
106 compass : "zo"
107 ns_ip : "172.16.3.34/29"
108 ns_mac : "24:a4:3c:72:02:13"
109 bridge_type: "NanoStation M5"
110 status : "up"
111
112
Note: See TracBrowser for help on using the repository browser.