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

Last change on this file since 13635 was 13630, checked in by huub, 8 years ago

ip-adres verhuisd

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 : "9.0-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 ip : "172.17.16.1/26"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 6
33 ssid : "WiFi-Leiden"
34 wlan_mac : "30:14:4a:86:bb:b0"
35 dhcp : "10-60"
36 status : "up"
37
38
39iface_sis0:
40 comment : "Local ethernet naar extra ap2"
41 ip : "172.17.16.129/26"
42 sdesc : "2ap2"
43 mode : "ap"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 ssid : "ap-WirelessLeiden-Huub2"
47 dhcp : "140-180"
48 ns_ip : "172.17.16.130/26"
49 ns_mac : "00:15:6d:d4:f8:24"
50 bridge_type: "Bullet2"
51 status : "down"
52
53
54iface_sis1:
55 comment : "Local ethernet naar extra ap3"
56 ip : "172.17.65.1/24"
57 sdesc : "2ap3"
58 mode : "ap"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 ssid : "WiFi Leiden"
62 dhcp : "10-250"
63 ns_ip : "172.17.65.2/24"
64 ns_mac : "00:15:6d:e8:f9:c0"
65 bridge_type: "Bullet2"
66 status : "up"
67
68
69iface_vr0:
70 comment : "External Link"
71 ip : "192.168.3.32/24"
72 sdesc : "2external"
73 type : "eth"
74 dhcp : False
75 status : "up"
76
77iface_vr0_alias0:
78 comment : "Link naar sunnysidekick"
79 ip : "172.16.3.21/30"
80 sdesc : "2sunnysidekick"
81 type : "eth"
82 dhcp : False
83 status : "up"
84
85iface_vr1:
86 comment : "Link naar Vosko2"
87 ip : "172.16.4.124/29"
88 sdesc : "2vosko2"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "64"
93 ssid : "il-w.vosko2.wleiden.net"
94 dhcp : False
95 compass : "no"
96 ns_ip : "172.16.4.123/29"
97 ns_mac : "dc:9f:db:2e:0b:0e"
98 bridge_type: "NanoBridge5"
99 status : "up"
100
101
102iface_vr2:
103 comment : "Link naar Cetim2"
104 ip : "172.16.4.28/29"
105 sdesc : "2cetim2"
106 mode : "station-wds"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 channel : "36"
110 ssid : "il-zw.cetim2.wleiden.net"
111 dhcp : False
112 compass : "o"
113 ns_ip : "172.16.4.27/29"
114 ns_mac : "00:15:6d:f2:1f:7f"
115 bridge_type: "NanoStationM5Loco"
116 status : "up"
117
118
119iface_vr3:
120 comment : "External Link"
121 ip : "172.16.3.85/30"
122 sdesc : "2external"
123 type : "eth"
124 dhcp : False
125 status : "down"
126
127
128
129
Note: See TracBrowser for help on using the repository browser.