source: genesis/nodes/HybridHuub/wleiden.yaml@ 12479

Last change on this file since 12479 was 12479, checked in by rick, 11 years ago

Correcties om graph van nodes te maken.

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