source: genesis/nodes/HybridPanTerra2/wleiden.yaml@ 13037

Last change on this file since 13037 was 13037, checked in by huub, 10 years ago

kanaal Panterra2, Boterhuis, Leeuwenhorst1 links nu op 132

File size: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.1.1"
7latitude : "52.165448"
8location : "Wilddreef-D, Wilddreef, 2352 CE, Leiderdorp"
9longitude : "4.525617"
10masterip : "172.17.162.1"
11monitoring_group: "wleiden"
12nodename : "PanTerra2"
13nodetype : "Hybrid"
14rdnap_x : 96052
15rdnap_y : 464493
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "ap voor buurt noordoost"
27 ip : "172.17.162.1/24"
28 sdesc : "2omni"
29 mode : "ap"
30 type : "11g"
31 channel : 6
32 ssid : "ap-WirelessLeiden-PanTerra2"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar GHR kabel 1"
39 ip : "172.16.6.169/29"
40 sdesc : "2oost"
41 mode : "ap-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "128"
45 ssid : "il-90.panterra2.wleiden.net"
46 dhcp : False
47 compass : "90"
48 ns_ip : "172.16.6.170/29"
49 ns_mac : "24:a4:3c:0a:38:f7"
50 bridge_type: "NanoStationM5"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Link naar Boterhuis kabel 2"
56 ip : "172.16.10.73/29"
57 sdesc : "2n"
58 mode : "ap-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "132"
62 ssid : "il-355.panterra2.wleiden.net"
63 dhcp : False
64 compass : "355"
65 ns_ip : "172.16.10.74/29"
66 ns_mac : "24:a4:3c:72:04:2b"
67 bridge_type: "NanoStationM5"
68 status : "up"
69
70iface_vr0_alias0:
71 comment : "Link naar Leeuwenhorst1"
72 ip : "172.16.6.193/29"
73 sdesc : "2LH1"
74 type : "eth"
75 dhcp : False
76 status : "up"
77
78
79iface_vr1:
80 comment : "Link naar Graficall kabel 3 "
81 ip : "172.16.10.52/29"
82 sdesc : "2zo"
83 mode : "staion-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "44"
87 ssid : "il-nw.graficall.wleiden.net"
88 dhcp : False
89 compass : "130"
90 ns_ip : "172.16.10.51/29"
91 ns_mac : "24:a4:3c:72:05:4d"
92 bridge_type: "NanoStationM5"
93 status : "up"
94
95
96iface_vr2:
97 comment : "PanTerra-link JvBlaan WPA2 LAN1 bridge kabel 4"
98 ip : "172.16.10.89/29"
99 sdesc : "2PTjvb"
100 mode : "ap-wds"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 channel : "128"
104 ssid : "il-45.panterra2.wleiden.net"
105 dhcp : False
106 compass : "45"
107 ns_ip : "172.16.10.90/29"
108 ns_mac : "24:a4:3c:72:04:31"
109 bridge_type: "NanoStationM5"
110 status : "up"
111
112iface_vr2_alias0:
113 comment : "Link naar Panterra1"
114 ip : "172.16.4.42/30"
115 sdesc : "2PT1"
116 type : "eth"
117 dhcp : False
118 status : "up"
119
120
121
Note: See TracBrowser for help on using the repository browser.