source: genesis/nodes/Rick2/wleiden.yaml@ 14147

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

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

File size: 1.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.145"
8location : "Rick van der Zwet, Polderpeil 1, 2382 BW, Zoeterwoude"
9longitude : "4.517"
10masterip : "172.17.29.1"
11monitoring_group: "wzoeterwoude"
12nodename : "Rick2"
13nodetype : "Hybrid"
14portal_sponsor: "Free-WiFi Zoeterwoude"
15portal_url: "http://www.wirelessleiden.nl/"
16rdnap_x : 95421
17rdnap_y : 462103
18release : "11.0-RELEASE"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: False
23service_proxy_normal: False
24status : "down"
25
26
27iface_ath0:
28 comment : "Ap binnen"
29 parent : "bridge0"
30 sdesc : "apbinnen"
31 mode : "ap"
32 type : "11g"
33 channel : 6
34 ssid : "WiFi Zoeterwoude Development"
35 status : "up"
36
37
38iface_bridge0:
39 comment : "Access Points"
40 ip : "172.17.29.1/24"
41 type : "eth"
42 dhcp : "10-240"
43 status : "planned"
44
45
46iface_vr0:
47 comment : "Link naar Rick"
48 ip : "172.16.6.121/29"
49 sdesc : "2rick"
50 type : "eth"
51 dhcp : False
52 status : "up"
53
54
55iface_vr0_alias0:
56 comment : "Link naar JVC"
57 ip : "172.16.7.129/29"
58 sdesc : "2rick"
59 type : "eth"
60 dhcp : False
61 status : "up"
62
63
64iface_vr1:
65 comment : "Development AP Ethernet Interface"
66 parent : "bridge0"
67 sdesc : "2ap"
68 type : "eth"
69 status : "up"
70
71
72iface_vr2:
73 comment : "Development Interlink Interface"
74 ip : "172.16.6.118/29"
75 sdesc : "2unused"
76 type : "eth"
77 dhcp : False
78 status : "up"
79
80
Note: See TracBrowser for help on using the repository browser.