source: genesis/nodes/HybridPlantsoen/wleiden.yaml@ 13279

Last change on this file since 13279 was 13157, checked in by huub, 10 years ago

nieuwe ssid Plantsoen

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr0"
7gateway : "192.168.42.1"
8latitude : "52.15395"
9location : "CeTIM office, Plantsoen 97, 2311 KL, Leiden"
10longitude : "4.49646"
11masterip : "172.17.169.1"
12monitoring_group: "wleiden"
13nodename : "Plantsoen"
14nodetype : "Hybrid"
15rdnap_x : 94042
16rdnap_y : 463238
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23status : "up"
24
25
26iface_ath0:
27 comment : "AP voor de buurt"
28 ip : "172.17.169.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 11
33 ssid : "WiFi-Leiden"
34 wlan_mac : "00:0b:6b:81:1a:a0"
35 dhcp : "10-250"
36 compass : "omni"
37 status : "up"
38
39
40iface_ue0:
41 comment : "Link naar ROC1"
42 ip : "172.16.5.12/29"
43 sdesc : "2roc1"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "132"
48 ssid : "il-n.roc1.wleiden.net"
49 dhcp : False
50 compass : "z"
51 ns_ip : "172.16.5.11/29"
52 ns_mac : "00:27:22:10:fd:a1"
53 bridge_type: "NanoStation5"
54 status : "up"
55
56
57iface_vr0:
58 comment : "Link naar router"
59 ip : "192.168.42.200/24"
60 sdesc : "uplink"
61 type : "eth"
62 dhcp : False
63 status : "up"
64
65
66iface_vr0_alias0:
67 comment : "Link naar Radius proxy"
68 ip : "172.17.169.66/28"
69 sdesc : "2radius"
70 type : "eth"
71 dhcp : False
72 status : "up"
73
74
75iface_vr1:
76 comment : "Interlink north-north-west (Stadhuis)"
77 ip : "172.16.5.116/29"
78 sdesc : "2Stadhuis"
79 mode : "station-wds"
80 type : "eth"
81 extra_type : "eth2wifibridge"
82 channel : "44"
83 ssid : "il-zo.stadhuis.wleiden.net"
84 dhcp : False
85 compass : "nw"
86 distance : "0.5 km"
87 ns_ip : "172.16.5.115/29"
88 ns_mac : "00:15:6d:bd:67:e8"
89 bridge_type: "NanoStation5"
90 status : "up"
91
92
93iface_vr2:
94 comment : "Link to Vosko3"
95 ip : "172.16.5.92/29"
96 sdesc : "2vosko3"
97 mode : "station-wds"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 channel : "116"
101 ssid : "il-zo.vosko3.wleiden.net"
102 dhcp : False
103 compass : "nw"
104 distance : "0.7 km"
105 ns_ip : "172.16.5.91/29"
106 ns_mac : "00:15:6d:bd:67:ff"
107 bridge_type: "NanoStation5"
108 status : "up"
109
110
Note: See TracBrowser for help on using the repository browser.