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
RevLine 
[13610]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"
[13745]10masterip : "172.17.29.1"
[13610]11monitoring_group: "wzoeterwoude"
[13745]12nodename : "Rick2"
[13610]13nodetype : "Hybrid"
14portal_sponsor: "Free-WiFi Zoeterwoude"
15portal_url: "http://www.wirelessleiden.nl/"
16rdnap_x : 95421
17rdnap_y : 462103
[13745]18release : "11.0-RELEASE"
[13610]19service_accesspoint: True
20service_concentrator: False
[13844]21service_incoming_rdr: False
[13745]22service_proxy_ileiden: False
23service_proxy_normal: False
24status : "down"
[13610]25
26
[13703]27iface_ath0:
28 comment : "Ap binnen"
29 parent : "bridge0"
30 sdesc : "apbinnen"
31 mode : "ap"
32 type : "11g"
33 channel : 6
[13745]34 ssid : "WiFi Zoeterwoude Development"
[13703]35 status : "up"
36
[13844]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
[13610]46iface_vr0:
[13745]47 comment : "Link naar Rick"
48 ip : "172.16.6.121/29"
49 sdesc : "2rick"
[13615]50 type : "eth"
51 dhcp : False
52 status : "up"
53
[13844]54
[13745]55iface_vr0_alias0:
56 comment : "Link naar JVC"
57 ip : "172.16.7.129/29"
58 sdesc : "2rick"
[13610]59 type : "eth"
60 dhcp : False
61 status : "up"
[13616]62
[13844]63
[13745]64iface_vr1:
65 comment : "Development AP Ethernet Interface"
66 parent : "bridge0"
67 sdesc : "2ap"
68 type : "eth"
69 status : "up"
70
[13844]71
[13616]72iface_vr2:
[13745]73 comment : "Development Interlink Interface"
74 ip : "172.16.6.118/29"
75 sdesc : "2unused"
[13616]76 type : "eth"
77 dhcp : False
78 status : "up"
[13844]79
80
Note: See TracBrowser for help on using the repository browser.