source: genesis/nodes/Robijn/wleiden.yaml@ 14354

Last change on this file since 14354 was 14288, checked in by huub, 6 years ago

these nodes updated to 11.2

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5externalif: "vr0"
6gateway : "192.168.178.1"
7latitude : "52.15457"
8location : "Zorgcentrum Robijnhof, Robijnhof 1, 2332 KJ, Leiden"
9longitude : "4.46265"
10masterip : "172.20.8.1"
11monitoring_group: "wleiden"
12nodename : "Robijn"
13nodetype : "Hybrid"
14rdnap_x : 91729
15rdnap_y : 463336
16release : "11.2-RELEASE"
17rdr_host : "94.208.109.204"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23serviceid : "172.31.254.11"
24status : "up"
25
26
27iface_ath0:
28 comment : "Omni voor de buurt"
29 ip : "172.20.8.1/24"
30 sdesc : "omni"
31 mode : "ap"
32 type : "11g"
33 channel : 6
34 ssid : "WiFi-Leiden"
35 wlan_mac : "00:0b:6b:81:19:bf"
36 dhcp : "10-250"
37 status : "up"
38
39
40iface_ue0:
41 comment : "A Link naar AJSoft1 via nanostation"
42 ip : "172.16.5.228/29"
43 sdesc : "2ajsoft"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "60"
48 ssid : "il-nw.ajsoft1.wleiden.net"
49 dhcp : False
50 compass : "z"
51 ns_ip : "172.16.5.227/29"
52 ns_mac : "00:15:6d:f2:38:07"
53 bridge_type: "NanoStation5"
54 status : "up"
55
56
57iface_vr0:
58 comment : "Uplink"
59 ip : "192.168.178.103/24"
60 sdesc : "uplink"
61 type : "eth"
62 dhcp : "client"
63 status : "up"
64
65
66iface_vr0_alias0:
67 comment : "Ethernet naar Robijn2"
68 ip : "172.16.3.1/29"
69 sdesc : "2robijn2"
70 type : "eth"
71 dhcp : False
72 status : "up"
73
74
75iface_vr1:
76 comment : "A Link naar Robijn3 via nanostation"
77 ip : "172.16.3.204/29"
78 sdesc : "2robijn3"
79 mode : "station-wds"
80 type : "eth"
81 extra_type : "eth2wifibridge"
82 channel : "36"
83 ssid : "il-no.robijn3.wleiden.net"
84 dhcp : False
85 compass : "zw"
86 ns_ip : "172.16.3.203/29"
87 ns_mac : "dc:9f:db:e4:98:c9"
88 bridge_type: "NanoStationM5"
89 status : "up"
90
91
92iface_vr2:
93 comment : "A link naar Vosko2 via nanobridge"
94 ip : "172.16.4.84/29"
95 sdesc : "2vosko2"
96 mode : "station-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 channel : "140"
100 ssid : "il-w.vosko.wleiden.net"
101 dhcp : False
102 compass : "o"
103 ns_ip : "172.16.4.83/29"
104 ns_mac : "00:15:6d:f2:39:3d"
105 bridge_type: "NanoBridgeM5"
106 status : "up"
107
108
Note: See TracBrowser for help on using the repository browser.