source: genesis/nodes/Huub/wleiden.yaml@ 14348

Last change on this file since 14348 was 14237, checked in by huub, 6 years ago

softwareconfig update naar 11.2

File size: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net6501"
5comment : "None"
6externalif: "vr0"
7latitude : "52.15685"
8location : "Huub, Rapenburg 62, 2311 EZ, Leiden"
9longitude : "4.48626"
10masterip : "172.17.16.1"
11monitoring_group: "wleiden"
12nodename : "Huub"
13nodetype : "Hybrid"
14rdnap_x : "093348"
15rdnap_y : 463569
16release : "11.2-RELEASE"
17remote_access: "huubs.xs4all.nl:1022"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "Ap"
28 parent : "bridge0"
29 sdesc : "ap-omni"
30 mode : "ap"
31 type : "11g"
32 channel : 6
33 ssid : "WIFI4NL"
34 wlan_mac : "30:14:4a:86:bb:b0"
35 status : "up"
36
37iface_bridge0:
38 comment : "Access Points"
39 ip : "172.17.16.1/24"
40 type : "eth"
41 dhcp : "10-240"
42 status : "up"
43
44iface_sis0:
45 comment : "Local ethernet naar extra ap2"
46 parent : "bridge0"
47 sdesc : "2ap2"
48 mode : "ap"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 ssid : "WIFI4NL"
52 ns_ip : "172.17.16.2/24"
53 ns_mac : "00:15:6d:d4:f8:24"
54 bridge_type: "Bullet2"
55 status : "down"
56
57
58iface_sis1:
59 comment : "Local ethernet naar extra ap3"
60 parent : "bridge0"
61 sdesc : "2ap3"
62 mode : "ap"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 ssid : "WIFI4NL"
66 ns_ip : "172.17.16.3/24"
67 ns_mac : "00:15:6d:e8:f9:c0"
68 bridge_type: "Bullet2"
69 status : "up"
70
71
72iface_vr0:
73 comment : "External Link"
74 ip : "192.168.178.33/24"
75 sdesc : "2external"
76 type : "eth"
77 dhcp : False
78 status : "up"
79
80
81iface_vr0_alias0:
82 comment : "Link naar sunnysidekick"
83 ip : "172.16.3.21/30"
84 sdesc : "2sunnysidekick"
85 type : "eth"
86 dhcp : False
87 status : "up"
88
89
90iface_vr1:
91 comment : "Link naar Vosko2"
92 ip : "172.16.4.124/29"
93 sdesc : "2vosko2"
94 mode : "station-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "64"
98 ssid : "il-w.vosko2.wleiden.net"
99 dhcp : False
100 compass : "no"
101 ns_ip : "172.16.4.123/29"
102 ns_mac : "dc:9f:db:2e:0b:0e"
103 bridge_type: "NanoBridge5"
104 status : "up"
105
106
107iface_vr2:
108 comment : "Link naar Cetim2"
109 ip : "172.16.4.28/29"
110 sdesc : "2cetim2"
111 mode : "station-wds"
112 type : "eth"
113 extra_type : "eth2wifibridge"
114 channel : "36"
115 ssid : "il-zw.cetim2.wleiden.net"
116 dhcp : False
117 compass : "o"
118 ns_ip : "172.16.4.27/29"
119 ns_mac : "00:15:6d:f2:1f:7f"
120 bridge_type: "NanoStationM5Loco"
121 status : "up"
122
123
124iface_vr3:
125 comment : "External Link"
126 ip : "172.16.3.85/30"
127 sdesc : "2external"
128 type : "eth"
129 dhcp : False
130 status : "down"
131
132
Note: See TracBrowser for help on using the repository browser.