source: genesis/nodes/Rustdam/wleiden.yaml@ 13867

Last change on this file since 13867 was 13844, checked in by rick, 8 years ago

gformat.py cleanup - cosmetic changes to sync all config files

File size: 2.8 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[13402]4board : "apu1d"
[12474]5comment : "None"
[12249]6gateway : "192.168.178.1"
[11519]7latitude : "52.11082"
[11318]8location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
[11519]9longitude : "4.50254"
[11318]10masterip : "172.17.50.1"
[11325]11monitoring_group: "wzoeterwoude"
[11318]12nodename : "Rustdam"
[10822]13nodetype : "Hybrid"
[11323]14rdnap_x : "94400"
15rdnap_y : "458435"
[13402]16release : "10.2-RELEASE"
[10822]17service_accesspoint: True
[11554]18service_concentrator: False
[10881]19service_incoming_rdr: False
[12267]20service_proxy_ileiden: False
21service_proxy_normal: False
[12249]22status : "up"
[10059]23
[12474]24
[13844]25iface_bridge0:
26 comment : "Access Point"
27 ip : "172.17.37.1/24"
28 type : "eth"
29 dhcp : "10-240"
30 status : "planned"
31
32
[13402]33iface_re0_102:
[10885]34 comment : "Link to house"
[12267]35 ip : "172.16.7.97/29"
[10116]36 sdesc : "2house"
[12474]37 mode : "ap-wds"
[10116]38 type : "eth"
[12479]39 extra_type : "eth2wifibridge"
40 ssid : "il-o.rustdam.wleiden.net"
[12249]41 dhcp : False
[12474]42 compass : "z"
[12267]43 ns_ip : "172.16.7.98/29"
[12249]44 ns_mac : "00:00:00:00:00:00"
[12267]45 ns_type : "ns5"
46 bridge_type: "NanoStation5M"
[10116]47 status : "up"
[10059]48
[11322]49
[13548]50iface_re0_103:
[13587]51 comment : "Access Point (port 3)"
[13548]52 ip : "172.17.52.1/24"
[11318]53 sdesc : "2veld"
[10116]54 mode : "ap-wds"
55 type : "eth"
[13548]56 ssid : "ap-ZTW-Rustdam-WeideVeld"
[11318]57 dhcp : "10-240"
[13548]58 ns_ip : "172.17.52.2/24"
[11318]59 ns_mac : "00:00:00:00:00:00"
[10116]60 ns_type : "ns2"
[10892]61 bridge_type: "NanoStation2"
[10116]62 status : "up"
[10059]63
[11322]64
[13548]65iface_re0_104:
[13587]66 comment : "Access Point (port 4) - AirCam (00:27:22:60:43:F1) 172.17.51.5/24"
[13548]67 ip : "172.17.51.1/24"
[11318]68 sdesc : "2veld"
69 mode : "ap-wds"
[10116]70 type : "eth"
[13548]71 ssid : "ap-ZTW-Rustdam-BosVeld"
[11318]72 dhcp : "10-240"
[13548]73 ns_ip : "172.17.51.2/24"
[11318]74 ns_mac : "00:00:00:00:00:00"
75 ns_type : "ns2"
76 bridge_type: "NanoStation2"
[10116]77 status : "up"
[11322]78
79
[13548]80iface_re0_105:
81 comment : "Link to StJan"
82 ip : "172.16.6.4/29"
83 sdesc : "2stjan"
84 mode : "station-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "108"
88 ssid : "il-nw.stjan.wleiden.net"
89 dhcp : False
90 compass : "z"
91 ns_ip : "172.16.6.3/29"
92 ns_mac : "dc:9f:db:2a:1d:eb"
93 bridge_type: "NanoStation M5"
94 status : "up"
95
96
[13618]97iface_re1_204:
98 comment : "Access Point"
99 parent : "bridge0"
100 sdesc : "2veld"
101 mode : "ap-wds"
102 type : "vlan"
103 ssid : "Wifi Zoeterwoude"
104 ns_ip : "172.17.37.2/24"
105 ns_mac : "00:00:00:00:00:00"
106 ns_type : "lm2"
107 bridge_type: "LocoM2"
108 status : "up"
109
110
111iface_re1_205:
112 comment : "Access Point"
113 parent : "bridge0"
114 sdesc : "2veld"
115 mode : "ap-wds"
116 type : "vlan"
117 ssid : "Wifi Zoeterwoude"
118 ns_ip : "172.17.37.3/24"
119 ns_mac : "00:00:00:00:00:00"
120 ns_type : "lm2"
121 bridge_type: "LocoM2"
122 status : "up"
123
124
Note: See TracBrowser for help on using the repository browser.