Last change
on this file since 10067 was 10067, checked in by rick, 13 years ago |
Do not edit headers on the config files in indead a whee bit confusing.
Reported-By: huub
|
File size:
1.6 KB
|
Rev | Line | |
---|
[10059] | 1 | # Genesis config yaml style
|
---|
| 2 | # vim:ts=2:et:sw=2:ai
|
---|
| 3 | #
|
---|
| 4 | comment : "None"
|
---|
| 5 | ileiden : False
|
---|
| 6 | interfaces: "sis0,ath0,wi0,sis1"
|
---|
| 7 | latitude : "4.51535"
|
---|
| 8 | location : "Basisschool De Tweemaster, Regenboogpad 5, 2317 XK, Leiden"
|
---|
| 9 | longitude : "52.17869"
|
---|
| 10 | masterip : "172.21.152.1"
|
---|
| 11 | nodename : "Regenboog"
|
---|
| 12 | nodetype : "CNode"
|
---|
| 13 | rdnap_x : 95368
|
---|
| 14 | rdnap_y : 465975
|
---|
| 15 | release : "8.0-RELEASE"
|
---|
| 16 | status : "dw"
|
---|
| 17 |
|
---|
| 18 |
|
---|
| 19 | iface_ath0:
|
---|
| 20 | comment : "AP"
|
---|
| 21 | interface : "ath0"
|
---|
| 22 | ip : "172.21.152.1/26"
|
---|
| 23 | desc : "ap voor de buurt"
|
---|
| 24 | sdesc : "ap"
|
---|
| 25 | mode : "ap-wds"
|
---|
| 26 | type : "11b"
|
---|
| 27 | channel : "7"
|
---|
| 28 | ssid : "ap-wirelessleiden.regenboog"
|
---|
| 29 | dhcp : "10-60"
|
---|
| 30 | compass : "wirelessleiden"
|
---|
| 31 | status : "up"
|
---|
| 32 |
|
---|
| 33 |
|
---|
| 34 | iface_sis0:
|
---|
| 35 | comment : "Ethernet"
|
---|
| 36 | interface : "sis0"
|
---|
| 37 | ip : "172.21.152.65/28"
|
---|
| 38 | desc : "Ethernet naar Regenboog"
|
---|
| 39 | sdesc : "eth"
|
---|
| 40 | type : "eth"
|
---|
| 41 | dhcp : "70-78"
|
---|
| 42 | compass : "None"
|
---|
| 43 | status : "up"
|
---|
| 44 |
|
---|
| 45 |
|
---|
| 46 | iface_sis1:
|
---|
| 47 | comment : "Link naar Rosmolen"
|
---|
| 48 | interface : "sis1"
|
---|
| 49 | ip : "172.16.2.66/30"
|
---|
| 50 | desc : "Link naar Rosmolen"
|
---|
| 51 | sdesc : "2rosmolen"
|
---|
| 52 | mode : "station-wds"
|
---|
| 53 | type : "eth"
|
---|
| 54 | extra_type : "eth2wifibridge"
|
---|
| 55 | channel : "11"
|
---|
| 56 | ssid : "il-o.rosmolen.wleiden.net"
|
---|
| 57 | dhcp : "no"
|
---|
| 58 | compass : "e"
|
---|
| 59 | ns_mac : ""
|
---|
| 60 | status : "up"
|
---|
| 61 |
|
---|
| 62 |
|
---|
| 63 | iface_wi0:
|
---|
| 64 | comment : "link naar oost -> Polder"
|
---|
| 65 | interface : "wi0"
|
---|
| 66 | ip : "172.16.3.17/30"
|
---|
| 67 | desc : "Link naar oost"
|
---|
| 68 | sdesc : "2oost"
|
---|
| 69 | mode : "ap-wds"
|
---|
| 70 | type : "11b"
|
---|
| 71 | channel : "4"
|
---|
| 72 | ssid : "il-o.regenboog.wleiden.net"
|
---|
| 73 | dhcp : "no"
|
---|
| 74 | compass : "e"
|
---|
| 75 | status : "up"
|
---|
| 76 |
|
---|
| 77 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.