source: genesis/nodes/Ed/wleiden.yaml@ 13548

Last change on this file since 13548 was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net4801"
5comment : "None"
6externalif: "sis0"
7latitude : "51.46017"
8location : "Ed, Wittezeestraat 43, 4388 GE, Oost-Souburg"
9longitude : "3.59544"
10masterip : "172.17.76.1"
11monitoring_group: "wleiden"
12nodename : "Ed"
13nodetype : "Hybrid"
14rdnap_x : 30486
15rdnap_y : 387207
16release : "10.2-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "Accesspoint voor de buurt"
27 ip : "172.17.76.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11g"
31 channel : 11
32 ssid : "ap-VLI-Ed"
33 dhcp : "10-60"
34 status : "up"
35
36
37iface_sis0:
38 comment : "Link naar Ed2"
39 ip : "172.16.3.65/29"
40 sdesc : "ethernet"
41 type : "eth"
42 dhcp : False
43 status : "up"
44
45
46iface_sis1:
47 comment : "Link naar het Zuiden"
48 ip : "172.17.0.49/29"
49 sdesc : "2zuiden"
50 mode : "station-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "36"
54 ssid : "il-z.ed.wleiden.net"
55 dhcp : False
56 compass : "z"
57 ns_ip : "172.17.0.50/29"
58 ns_mac : "00:27:22:10:f5:a4"
59 bridge_type: "NanoStation M5"
60 status : "down"
61
62
63iface_sis2:
64 comment : "Link to vpn box"
65 ip : "172.17.36.22/24"
66 sdesc : "2vpn-ed"
67 type : "eth"
68 dhcp : False
69 status : "up"
70
71
72iface_sis2_alias0:
73 comment : "Link to Rick2"
74 ip : "172.17.2.249/29"
75 sdesc : "2rick2"
76 type : "eth"
77 dhcp : False
78 status : "up"
79
80
81iface_ue0:
82 comment : "Link naar het Noord"
83 ip : "172.17.0.57/29"
84 sdesc : "2noorden"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "100"
89 ssid : "il-z.ed.wleiden.net"
90 dhcp : False
91 compass : "n"
92 ns_ip : "172.17.0.58/29"
93 ns_mac : "00:27:22:10:f6:34"
94 bridge_type: "NanoStation M5"
95 status : "down"
96
97
Note: See TracBrowser for help on using the repository browser.