Last change
on this file since 12830 was 12810, checked in by ed, 11 years ago |
Changed status from 'planned' to 'up' node is reachable by the Wirelessleiden network
|
File size:
2.1 KB
|
Rev | Line | |
---|
[12741] | 1 | # Genesis config yaml style
|
---|
| 2 | # vim:ts=2:et:sw=2:ai
|
---|
| 3 | #
|
---|
| 4 | board : "net4801"
|
---|
| 5 | comment : "None"
|
---|
[12749] | 6 | gateway : "10.20.30.1"
|
---|
[12741] | 7 | externalif: "sis0"
|
---|
| 8 | latitude : "51.46017"
|
---|
| 9 | location : "Ed, Wittezeestraat 43, 4388 GE, Oost-Souburg"
|
---|
| 10 | longitude : "3.59545"
|
---|
| 11 | masterip : "172.17.76.1"
|
---|
| 12 | monitoring_group: "wleiden"
|
---|
| 13 | nodename : "Ed"
|
---|
| 14 | nodetype : "Hybrid"
|
---|
| 15 | rdnap_x : 30486
|
---|
| 16 | rdnap_y : 387207
|
---|
| 17 | release : "9.0-RELEASE"
|
---|
| 18 | service_accesspoint: True
|
---|
| 19 | service_concentrator: False
|
---|
| 20 | service_incoming_rdr: False
|
---|
[12752] | 21 | service_proxy_ileiden: True
|
---|
[12762] | 22 | service_proxy_normal: False
|
---|
[12810] | 23 | status : "up"
|
---|
[12741] | 24 |
|
---|
| 25 |
|
---|
| 26 | iface_ath0:
|
---|
| 27 | comment : "Accesspoint voor de buurt"
|
---|
| 28 | ip : "172.17.76.1/24"
|
---|
| 29 | sdesc : "ap"
|
---|
| 30 | mode : "ap"
|
---|
| 31 | type : "11g"
|
---|
[12750] | 32 | channel : 1
|
---|
[12741] | 33 | ssid : "ap-VLI-Ed"
|
---|
| 34 | dhcp : "10-60"
|
---|
| 35 | status : "up"
|
---|
| 36 |
|
---|
| 37 |
|
---|
| 38 | iface_sis0:
|
---|
| 39 | comment : "External Link"
|
---|
| 40 | ip : "10.20.30.220/24"
|
---|
| 41 | sdesc : "2external"
|
---|
| 42 | type : "eth"
|
---|
| 43 | dhcp : False
|
---|
| 44 | status : "up"
|
---|
| 45 |
|
---|
| 46 |
|
---|
| 47 | iface_sis1:
|
---|
| 48 | comment : "Link naar het Zuiden"
|
---|
| 49 | ip : "172.17.0.49/29"
|
---|
| 50 | sdesc : "2zuiden"
|
---|
| 51 | mode : "station-wds"
|
---|
| 52 | type : "eth"
|
---|
| 53 | extra_type : "eth2wifibridge"
|
---|
| 54 | channel : "36"
|
---|
[12762] | 55 | ssid : "il-z.ed.wleiden.net"
|
---|
[12741] | 56 | dhcp : False
|
---|
| 57 | compass : "z"
|
---|
| 58 | ns_ip : "172.17.0.50/29"
|
---|
| 59 | ns_mac : "00:27:22:10:f5:a4"
|
---|
| 60 | bridge_type: "NanoStation M5"
|
---|
[12808] | 61 | status : "down"
|
---|
| 62 |
|
---|
| 63 |
|
---|
| 64 | iface_sis2:
|
---|
| 65 | comment : "Link to vpn box"
|
---|
| 66 | ip : "172.17.36.22/24"
|
---|
| 67 | sdesc : "2vpn-ed"
|
---|
| 68 | type : "eth"
|
---|
| 69 | dhcp : False
|
---|
[12741] | 70 | status : "up"
|
---|
| 71 |
|
---|
| 72 |
|
---|
[12808] | 73 | iface_sis2_alias0:
|
---|
| 74 | comment : "Link to Rick2"
|
---|
| 75 | ip : "172.17.2.249/29"
|
---|
| 76 | sdesc : "2rick2"
|
---|
| 77 | type : "eth"
|
---|
| 78 | dhcp : False
|
---|
| 79 | status : "up"
|
---|
| 80 |
|
---|
| 81 | iface_ue0:
|
---|
[12741] | 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"
|
---|
[12762] | 89 | ssid : "il-z.ed.wleiden.net"
|
---|
[12741] | 90 | dhcp : False
|
---|
| 91 | compass : "n"
|
---|
[12762] | 92 | ns_ip : "172.17.0.58/29"
|
---|
[12741] | 93 | ns_mac : "00:27:22:10:f6:34"
|
---|
| 94 | bridge_type: "NanoStation M5"
|
---|
[12808] | 95 | status : "down"
|
---|
[12741] | 96 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.