source: genesis/nodes/Geluidsnet2/wleiden.yaml@ 14177

Last change on this file since 14177 was 14177, checked in by rick, 7 years ago

Change Ziggo IP morsweg modem

File size: 3.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.180.1"
7ileiden : True
8latitude : "52.16200"
9location : "Oude Belastingkantoor, Stationsplein 107, 2312 AJ, Leiden"
10longitude : "4.48003"
11masterip : "172.17.5.1"
12monitoring_group: "wleiden"
13nodename : "Geluidsnet2"
14nodetype : "Hybrid"
15rdnap_x : 92929
16rdnap_y : 464148
17rdr_host : "94.209.52.94"
18release : "9.0-RELEASE"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: True
22service_proxy_ileiden: True
23service_proxy_normal: True
24serviceid : "172.31.254.21"
25externalif: "vr0.500"
26status : "up"
27
28
29iface_ath0:
30 comment : "Ap"
31 ip : "172.17.5.1/24"
32 sdesc : "ap"
33 mode : "ap"
34 type : "11g"
35 channel : 11
36 ssid : "WiFi-Leiden"
37 wlan_mac : "90:a4:de:b7:ae:6b"
38 dhcp : "10-250"
39 status : "up"
40
41
42iface_vr0_102:
43 comment : "Link naar Geluidsnet1"
44 ip : "172.16.4.186/30"
45 sdesc : "2geluidsnet1"
46 type : "eth"
47 dhcp : False
48 status : "up"
49
50
51iface_vr0_103:
52 comment : "Link Stadhuis and BSP-OV Pilot"
53 ip : "172.16.9.98/29"
54 sdesc : "2stadhuis"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "132"
59 ssid : "il-o.geluidsnet2.wleiden.net"
60 dhcp : False
61 compass : "zo"
62 ns_ip : "172.16.9.99/29"
63 ns_mac : "78:8a:20:14:d0:0e"
64 bridge_type: "LiteBeam-5AC-16-120"
65 encrypted : True
66 status : "up"
67
68iface_vr0_105:
69 comment : "Link naar Geluidsnet Opstelpunt"
70 ip : "172.16.9.105/29"
71 sdesc : "2meetunit"
72 type : "eth"
73 dhcp : False
74 status : "up"
75
76
77iface_vr0_500:
78 comment : "Uplink naar internet (BSP-OV - Morsweg)"
79 ip : "192.168.180.150/24"
80 sdesc : "2external"
81 type : "eth"
82 dhcp : False
83 status : "up"
84
85
86iface_vr0_500_alias0:
87 comment : "Link naar BSP-OV Pilot"
88 ip : "192.168.1.93/29"
89 sdesc : "2bsp-ov"
90 type : "eth"
91 dhcp : False
92 status : "up"
93
94
95iface_vr1:
96 comment : "Link naar Cope"
97 ip : "172.16.7.57/29"
98 sdesc : "2cope"
99 mode : "station-wds"
100 type : "eth"
101 channel : "36"
102 ssid : "il-zo.geluidsnet2.wleiden.net"
103 dhcp : False
104 compass : "z"
105 ns_ip : "172.16.7.58/29"
106 ns_mac : "00:15:6d:70:4d:a3"
107 bridge_type: "NanoStation5"
108 status : "up"
109
110
111iface_vr1_alias0:
112 comment : "Link naar Webster"
113 ip : "172.16.4.193/29"
114 sdesc : "2webster"
115 type : "eth"
116 dhcp : False
117 status : "up"
118
119
120iface_vr2:
121 comment : "Link naar vosko3"
122 ip : "172.16.4.204/29"
123 sdesc : "2vosko3"
124 mode : "station-wds"
125 type : "eth"
126 extra_type : "eth2wifibridge"
127 channel : "100"
128 ssid : "il-wnw.vosko3.wleiden.net"
129 dhcp : False
130 compass : "zo"
131 ns_ip : "172.16.4.203/29"
132 ns_mac : "00:15:6d:ec:82:96"
133 bridge_type: "NanoStation5"
134 status : "up"
135
136
Note: See TracBrowser for help on using the repository browser.