source: genesis/nodes/PanTerra2/wleiden.yaml@ 13548

Last change on this file since 13548 was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

File size: 2.6 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.16545"
8location : "Wilddreef-D, Wilddreef, 2352 CE, Leiderdorp"
9longitude : "4.52561"
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 : "WiFi-Leiderdorp-2"
33 wlan_mac : "90:a4:de:b7:ae:4d"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar Heineken kabel 1"
40 ip : "172.16.6.169/29"
41 sdesc : "2zuidoost"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "128"
46 ssid : "il-160.panterra2.wleiden.net"
47 dhcp : False
48 compass : "z"
49 ns_ip : "172.16.6.170/29"
50 ns_mac : "24:a4:3c:0a:38:f7"
51 bridge_type: "NanoStationM5"
52 status : "up"
53
54
55iface_vr0:
56 comment : "Link naar Boterhuis kabel 2"
57 ip : "172.16.10.73/29"
58 sdesc : "2n"
59 mode : "ap-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "132"
63 ssid : "il-355.panterra2.wleiden.net"
64 dhcp : False
65 compass : "n"
66 ns_ip : "172.16.10.74/29"
67 ns_mac : "24:a4:3c:72:04:2b"
68 bridge_type: "NanoStationM5"
69 status : "up"
70
71
72iface_vr1:
73 comment : "Link naar Graficall kabel 3 "
74 ip : "172.16.10.52/29"
75 sdesc : "2zo"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "44"
80 ssid : "il-nw.graficall.wleiden.net"
81 dhcp : False
82 compass : "zo"
83 ns_ip : "172.16.10.51/29"
84 ns_mac : "24:a4:3c:72:05:4d"
85 bridge_type: "NanoStationM5"
86 status : "up"
87
88
89iface_vr2:
90 comment : "PanTerra-link JvBlaan WPA2 LAN1 bridge kabel 4"
91 ip : "172.16.10.89/29"
92 sdesc : "2PTjvb"
93 mode : "ap-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "128"
97 ssid : "il-45.panterra2.wleiden.net"
98 dhcp : False
99 compass : "45"
100 ns_ip : "172.16.10.90/29"
101 ns_mac : "24:a4:3c:72:04:31"
102 bridge_type: "NanoStationM5"
103 status : "up"
104
105
106iface_vr2_alias0:
107 comment : "Link naar Panterra1"
108 ip : "172.16.4.42/30"
109 sdesc : "2PT1"
110 type : "eth"
111 dhcp : False
112 status : "up"
113
114
Note: See TracBrowser for help on using the repository browser.