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

Last change on this file since 14388 was 14184, checked in by rick, 7 years ago

Remove temponary IP assignments

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"
[13548]7latitude : "52.16545"
[13019]8location : "Wilddreef-D, Wilddreef, 2352 CE, Leiderdorp"
[13548]9longitude : "4.52561"
[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:
[13548]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
[13239]32 ssid : "WiFi-Leiderdorp-2"
[13548]33 wlan_mac : "90:a4:de:b7:ae:4d"
[13019]34 dhcp : "10-250"
35 status : "up"
36
37
[13023]38iface_ue0:
[13237]39 comment : "Link naar Heineken kabel 1"
[14184]40 ip : "172.16.9.233/29"
[13237]41 sdesc : "2zuidoost"
[13023]42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "128"
[13237]46 ssid : "il-160.panterra2.wleiden.net"
[13023]47 dhcp : False
[13548]48 compass : "z"
[14184]49 ns_ip : "172.16.9.234/29"
[13029]50 ns_mac : "24:a4:3c:0a:38:f7"
51 bridge_type: "NanoStationM5"
[13023]52 status : "up"
53
54
[13019]55iface_vr0:
[13029]56 comment : "Link naar Boterhuis kabel 2"
[13019]57 ip : "172.16.10.73/29"
58 sdesc : "2n"
59 mode : "ap-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
[13037]62 channel : "132"
[13019]63 ssid : "il-355.panterra2.wleiden.net"
64 dhcp : False
[13548]65 compass : "n"
[13019]66 ns_ip : "172.16.10.74/29"
[13029]67 ns_mac : "24:a4:3c:72:04:2b"
68 bridge_type: "NanoStationM5"
[13019]69 status : "up"
70
71
72iface_vr1:
[13029]73 comment : "Link naar Graficall kabel 3 "
[13032]74 ip : "172.16.10.52/29"
[13019]75 sdesc : "2zo"
[13237]76 mode : "station-wds"
[13019]77 type : "eth"
78 extra_type : "eth2wifibridge"
[13032]79 channel : "44"
80 ssid : "il-nw.graficall.wleiden.net"
[13019]81 dhcp : False
[13548]82 compass : "zo"
[13032]83 ns_ip : "172.16.10.51/29"
84 ns_mac : "24:a4:3c:72:05:4d"
[13029]85 bridge_type: "NanoStationM5"
[13019]86 status : "up"
87
88
89iface_vr2:
[13029]90 comment : "PanTerra-link JvBlaan WPA2 LAN1 bridge kabel 4"
[13019]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"
[13034]101 ns_mac : "24:a4:3c:72:04:31"
[13029]102 bridge_type: "NanoStationM5"
[13019]103 status : "up"
104
[13548]105
[13023]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"
[13019]113
114
Note: See TracBrowser for help on using the repository browser.