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

Last change on this file since 10693 was 10693, checked in by rick, 13 years ago

Static setup, define gateway.

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