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:
2.3 KB
|
Rev | Line | |
---|
[10059] | 1 | # Genesis config yaml style
|
---|
| 2 | # vim:ts=2:et:sw=2:ai
|
---|
| 3 | #
|
---|
| 4 | comment : "None"
|
---|
| 5 | ileiden : True
|
---|
| 6 | interfaces: "ath0,vr2,vr0,vr1"
|
---|
| 7 | latitude : "4.48786"
|
---|
| 8 | location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
|
---|
| 9 | longitude : "52.15765"
|
---|
| 10 | masterip : "172.17.175.1"
|
---|
| 11 | nodename : "Vosko2"
|
---|
| 12 | nodetype : "CNode"
|
---|
| 13 | rdnap_x : 93459
|
---|
| 14 | rdnap_y : 463657
|
---|
| 15 | release : "8.2-RELEASE"
|
---|
| 16 | status : "up"
|
---|
| 17 |
|
---|
| 18 |
|
---|
| 19 | iface_ath0:
|
---|
| 20 | comment : "ap noord"
|
---|
| 21 | interface : "ath0"
|
---|
| 22 | ip : "172.17.175.1/26"
|
---|
| 23 | desc : "AP west"
|
---|
| 24 | sdesc : "ap-n"
|
---|
| 25 | mode : "ap-wds"
|
---|
| 26 | type : "11b"
|
---|
| 27 | channel : "2"
|
---|
| 28 | ssid : "ap-wirelessleiden-vosko2"
|
---|
| 29 | dhcp : "10-60"
|
---|
| 30 | compass : "None"
|
---|
| 31 | status : "up"
|
---|
| 32 |
|
---|
| 33 |
|
---|
| 34 | iface_vr0:
|
---|
| 35 | comment : "naar Rund"
|
---|
| 36 | interface : "vr0"
|
---|
| 37 | ip : "172.16.17.153/29"
|
---|
| 38 | desc : "Link naar rund"
|
---|
| 39 | sdesc : "2rund"
|
---|
| 40 | mode : "ap-wds"
|
---|
| 41 | type : "eth"
|
---|
| 42 | extra_type : "eth2wifibridge"
|
---|
| 43 | channel : "44"
|
---|
| 44 | ssid : "il-no.vosko2.wleiden.net"
|
---|
| 45 | dhcp : "no"
|
---|
| 46 | compass : "ne"
|
---|
| 47 | ns_ip : "172.16.17.154"
|
---|
| 48 | ns_mac : "00:15:6d:f3:35:7d"
|
---|
| 49 | status : "down"
|
---|
| 50 |
|
---|
| 51 |
|
---|
| 52 | iface_vr1:
|
---|
| 53 | comment : "link Robijn"
|
---|
| 54 | interface : "vr1"
|
---|
| 55 | ip : "172.16.4.113/29"
|
---|
| 56 | desc : "interlink w (Robijn)"
|
---|
| 57 | sdesc : "2Robijn"
|
---|
| 58 | mode : "ap-wds"
|
---|
| 59 | type : "eth"
|
---|
| 60 | extra_type : "eth2wifibridge"
|
---|
| 61 | channel : "140"
|
---|
| 62 | ssid : "il-w.vosko2.wleiden.net"
|
---|
| 63 | dhcp : "no"
|
---|
| 64 | compass : "w"
|
---|
| 65 | ns_ip : "172.16.4.114/29"
|
---|
| 66 | ns_mac : "00:15:6d:f7:be:f7"
|
---|
| 67 | status : "up"
|
---|
| 68 |
|
---|
| 69 |
|
---|
| 70 | iface_vr1_alias0:
|
---|
| 71 | comment : "link naar Huub"
|
---|
| 72 | interface : "vr1:0"
|
---|
| 73 | ip : "172.16.4.121/29"
|
---|
| 74 | desc : "interlink w (Huub)"
|
---|
| 75 | sdesc : "2huub"
|
---|
| 76 | type : "eth"
|
---|
| 77 | extra_type : "eth2wifibridge"
|
---|
| 78 | dhcp : "no"
|
---|
| 79 | compass : "None"
|
---|
| 80 | status : "up"
|
---|
| 81 |
|
---|
| 82 |
|
---|
| 83 | iface_vr1_alias1:
|
---|
| 84 | comment : "link naar BCSte"
|
---|
| 85 | interface : "vr1:1"
|
---|
| 86 | ip : "172.16.3.155/29"
|
---|
| 87 | desc : "interlink w (BCSte)"
|
---|
| 88 | sdesc : "2bcste"
|
---|
| 89 | type : "eth"
|
---|
| 90 | extra_type : "eth2wifibridge"
|
---|
| 91 | dhcp : "no"
|
---|
| 92 | compass : "None"
|
---|
| 93 | status : "up"
|
---|
| 94 |
|
---|
| 95 |
|
---|
| 96 | iface_vr2:
|
---|
| 97 | comment : "lokaal ethernet"
|
---|
| 98 | interface : "vr2"
|
---|
| 99 | ip : "172.17.175.72/28"
|
---|
| 100 | desc : "lokaal ethernet"
|
---|
| 101 | sdesc : "ethernet"
|
---|
| 102 | type : "eth"
|
---|
| 103 | dhcp : "no"
|
---|
| 104 | compass : "None"
|
---|
| 105 | status : "up"
|
---|
| 106 |
|
---|
| 107 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.