source: genesis/nodes/HybridRund/wleiden.yaml@ 12646

Last change on this file since 12646 was 12423, checked in by rick, 11 years ago

Do not configure a static gateway if we should not be using it

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16114"
8location : "Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden"
9longitude : "4.49224"
10masterip : "172.17.160.1"
11monitoring_group: "wleiden"
12nodename : "Rund"
13nodetype : "Hybrid"
14rdnap_x : 93763
15rdnap_y : 464042
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "down"
23
24
25iface_ath0:
26 comment : "Ap"
27 ip : "172.17.161.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11g"
31 channel : 11
32 ssid : "ap-WirelessLeiden-Rund"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_vr0:
38 comment : "Link to external interface"
39 ip : "172.17.160.65/28"
40 sdesc : "2external"
41 type : "eth"
42 dhcp : False
43 status : "up"
44
45
46iface_vr1:
47 comment : "Link naar Geluidsnet2"
48 ip : "172.16.4.212/29"
49 sdesc : "2geluidsnet2"
50 mode : "station-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "64"
54 ssid : "il-o.geluidsnet2.wleiden.net"
55 dhcp : False
56 compass : "w"
57 ns_ip : "172.16.4.211/29"
58 ns_mac : "00:27:22:8a:3d:a7"
59 bridge_type: "NanoStation M5"
60 status : "up"
61
62
63iface_vr2:
64 comment : "Link naar vosko2"
65 ip : "172.16.17.156/29"
66 sdesc : "2vosko2"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "44"
71 ssid : "il-no.vosko2.wleiden.net"
72 dhcp : False
73 compass : "zw"
74 ns_ip : "172.16.17.155/29"
75 ns_mac : "00:27:22:10:d8:43"
76 bridge_type: "NanoStation M5"
77 status : "up"
78
79
Note: See TracBrowser for help on using the repository browser.