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

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

kleine correctie ivm PanTerra config

File size: 2.6 KB
RevLine 
[13019]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"
[13023]10masterip : "172.17.162.1"
[13019]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
[13023]20service_proxy_ileiden: False
21service_proxy_normal: False
[13032]22status : "up"
[13019]23
24
25iface_ath0:
26 comment : "ap voor buurt noordoost"
[13023]27 ip : "172.17.162.1/24"
[13019]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
[13023]37iface_ue0:
[13029]38 comment : "Link naar GHR kabel 1"
[13023]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"
[13029]49 ns_mac : "24:a4:3c:0a:38:f7"
50 bridge_type: "NanoStationM5"
[13023]51 status : "up"
52
53
[13019]54iface_vr0:
[13029]55 comment : "Link naar Boterhuis kabel 2"
[13019]56 ip : "172.16.10.73/29"
57 sdesc : "2n"
58 mode : "ap-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "100"
62 ssid : "il-355.panterra2.wleiden.net"
63 dhcp : False
64 compass : "355"
65 ns_ip : "172.16.10.74/29"
[13029]66 ns_mac : "24:a4:3c:72:04:2b"
67 bridge_type: "NanoStationM5"
[13019]68 status : "up"
69
70
71iface_vr1:
[13029]72 comment : "Link naar Graficall kabel 3 "
[13032]73 ip : "172.16.10.52/29"
[13019]74 sdesc : "2zo"
[13032]75 mode : "staion-wds"
[13019]76 type : "eth"
77 extra_type : "eth2wifibridge"
[13032]78 channel : "44"
79 ssid : "il-nw.graficall.wleiden.net"
[13019]80 dhcp : False
81 compass : "130"
[13032]82 ns_ip : "172.16.10.51/29"
83 ns_mac : "24:a4:3c:72:05:4d"
[13029]84 bridge_type: "NanoStationM5"
[13019]85 status : "up"
86
87
88iface_vr2:
[13029]89 comment : "PanTerra-link JvBlaan WPA2 LAN1 bridge kabel 4"
[13019]90 ip : "172.16.10.89/29"
91 sdesc : "2PTjvb"
92 mode : "ap-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "128"
96 ssid : "il-45.panterra2.wleiden.net"
97 dhcp : False
98 compass : "45"
99 ns_ip : "172.16.10.90/29"
[13034]100 ns_mac : "24:a4:3c:72:04:31"
[13029]101 bridge_type: "NanoStationM5"
[13019]102 status : "up"
103
[13023]104iface_vr2_alias0:
105 comment : "Link naar Panterra1"
106 ip : "172.16.4.42/30"
107 sdesc : "2PT1"
108 type : "eth"
109 dhcp : False
110 status : "up"
[13019]111
112
[13023]113
Note: See TracBrowser for help on using the repository browser.