Last change
on this file since 10074 was 10074, checked in by rick, 13 years ago |
Which bridge type do we configure?
Requested-By: richardvm
|
File size:
1.4 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,vr0,vr1"
|
---|
| 7 | latitude : "4.47107"
|
---|
| 8 | location : "Martijn, Muiderkring 152, 2332 BP, Leiden"
|
---|
| 9 | longitude : "52.16352"
|
---|
| 10 | masterip : "172.17.4.129"
|
---|
| 11 | nodename : "Muiderkring"
|
---|
| 12 | nodetype : "CNode"
|
---|
| 13 | rdnap_x : 92318
|
---|
| 14 | rdnap_y : 464324
|
---|
| 15 | release : "8.2-RELEASE"
|
---|
| 16 | status : "up"
|
---|
| 17 |
|
---|
| 18 |
|
---|
| 19 | iface_ath0:
|
---|
| 20 | comment : "Lokaal accesspoint"
|
---|
| 21 | interface : "ath0"
|
---|
| 22 | ip : "172.17.4.129/26"
|
---|
| 23 | desc : "accesspoint voor de buurt"
|
---|
| 24 | sdesc : "omni"
|
---|
| 25 | mode : "ap-wds"
|
---|
| 26 | type : "11b"
|
---|
| 27 | channel : "5"
|
---|
| 28 | ssid : "ap-wirelessleiden-muiderkring"
|
---|
| 29 | dhcp : "140-190"
|
---|
| 30 | compass : "None"
|
---|
| 31 | status : "up"
|
---|
| 32 |
|
---|
| 33 |
|
---|
| 34 | iface_vr0:
|
---|
| 35 | comment : "eth"
|
---|
| 36 | interface : "vr0"
|
---|
| 37 | ip : "172.16.3.145/30"
|
---|
| 38 | desc : "Link naar proxy6"
|
---|
| 39 | sdesc : "eth"
|
---|
| 40 | type : "eth"
|
---|
| 41 | dhcp : "no"
|
---|
| 42 | compass : "None"
|
---|
| 43 | status : "up"
|
---|
| 44 |
|
---|
| 45 |
|
---|
| 46 | iface_vr1:
|
---|
| 47 | comment : "Link naar AJSoft"
|
---|
| 48 | interface : "vr1"
|
---|
| 49 | ip : "172.16.6.52/29"
|
---|
| 50 | desc : "Link naar AJSoft"
|
---|
| 51 | sdesc : "2ajsoft"
|
---|
| 52 | mode : "station-wds"
|
---|
| 53 | type : "eth"
|
---|
| 54 | extra_type : "eth2wifibridge"
|
---|
| 55 | channel : "8"
|
---|
| 56 | ssid : "il-nno.ajsoft2.wleiden.net"
|
---|
| 57 | dhcp : "no"
|
---|
[10074] | 58 | bridge_type: "Bullet2"
|
---|
[10059] | 59 | compass : "nne"
|
---|
| 60 | ns_ip : "172.16.6.51/29"
|
---|
| 61 | ns_mac : "00:15:6d:e8:e6:b1"
|
---|
| 62 | status : "up"
|
---|
| 63 |
|
---|
| 64 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.