Last change
on this file since 10881 was 10881, checked in by rick, 13 years ago |
Make the interface keys wat meer standaard.
|
File size:
2.3 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | ileiden : True
|
---|
7 | latitude : "52.15395"
|
---|
8 | location : "CeTIM office, Plantsoen 97, 2311 KL, Leiden"
|
---|
9 | longitude : "4.49646"
|
---|
10 | masterip : "172.17.169.1"
|
---|
11 | nodename : "Plantsoen2"
|
---|
12 | nodetype : "CNode"
|
---|
13 | rdnap_x : 94042
|
---|
14 | rdnap_y : 463238
|
---|
15 | release : "9.0-RELEASE"
|
---|
16 | status : "up"
|
---|
17 |
|
---|
18 |
|
---|
19 | iface_ath0:
|
---|
20 | comment : "AP voor buurt"
|
---|
21 | interface : "ath0"
|
---|
22 | ip : "172.17.169.1/26"
|
---|
23 | desc : "AP voor de buurt"
|
---|
24 | sdesc : "ap"
|
---|
25 | mode : "ap"
|
---|
26 | type : "11b"
|
---|
27 | channel : "7"
|
---|
28 | ssid : "ap-omni.plantsoen2.wleiden.net"
|
---|
29 | dhcp : "10-60"
|
---|
30 | compass : "omni"
|
---|
31 | status : "up"
|
---|
32 |
|
---|
33 |
|
---|
34 | iface_ue0:
|
---|
35 | comment : "Link naar ROC1"
|
---|
36 | interface : "ue0"
|
---|
37 | ip : "172.16.5.12/29"
|
---|
38 | desc : "Link naar ROC1"
|
---|
39 | sdesc : "2roc1"
|
---|
40 | mode : "station-wds"
|
---|
41 | type : "eth"
|
---|
42 | extra_type : "eth2wifibridge"
|
---|
43 | channel : "132"
|
---|
44 | ssid : "il-n.roc1.wleiden.net"
|
---|
45 | dhcp : False
|
---|
46 | compass : "z"
|
---|
47 | ns_ip : "172.16.5.11/29"
|
---|
48 | ns_mac : "00:27:22:10:FD:A1"
|
---|
49 | status : "up"
|
---|
50 |
|
---|
51 |
|
---|
52 | iface_vr0:
|
---|
53 | comment : "Lokaal ethernet"
|
---|
54 | interface : "vr0"
|
---|
55 | ip : "172.17.169.65/28"
|
---|
56 | desc : "Ethernet naar woning Plantsoen"
|
---|
57 | sdesc : "2plantsoen"
|
---|
58 | type : "eth"
|
---|
59 | dhcp : False
|
---|
60 | compass : "None"
|
---|
61 | status : "up"
|
---|
62 |
|
---|
63 |
|
---|
64 | iface_vr1:
|
---|
65 | comment : "a-link to Stadhuis via Nanostation5"
|
---|
66 | interface : "vr1"
|
---|
67 | ip : "172.16.5.116/29"
|
---|
68 | desc : "Ethernet to interlink north-north-west (Stadhuis)"
|
---|
69 | sdesc : "2Stadhuis"
|
---|
70 | mode : "station-wds"
|
---|
71 | type : "eth"
|
---|
72 | extra_type : "eth2wifibridge"
|
---|
73 | channel : "44"
|
---|
74 | ssid : "il-zo.stadhuis.wleiden.net"
|
---|
75 | dhcp : False
|
---|
76 | compass : "nw"
|
---|
77 | distance : "0.5 km"
|
---|
78 | ns_ip : "172.16.5.115/29"
|
---|
79 | ns_mac : "00:15:6d:bd:67:e8"
|
---|
80 | status : "up"
|
---|
81 |
|
---|
82 |
|
---|
83 | iface_vr2:
|
---|
84 | comment : "a-link to Vosko3 via Nanostation2"
|
---|
85 | interface : "vr2"
|
---|
86 | ip : "172.16.5.92/29"
|
---|
87 | desc : "ethernet"
|
---|
88 | sdesc : "2vosko3"
|
---|
89 | mode : "station-wds"
|
---|
90 | type : "eth"
|
---|
91 | extra_type : "eth2wifibridge"
|
---|
92 | channel : "116"
|
---|
93 | ssid : "il-zo.vosko3.wleiden.net"
|
---|
94 | dhcp : False
|
---|
95 | compass : "nw"
|
---|
96 | distance : "0.7 km"
|
---|
97 | ns_ip : "172.16.5.91/29"
|
---|
98 | ns_mac : "00:15:6d:bd:67:ff"
|
---|
99 | status : "up"
|
---|
100 |
|
---|
101 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.