Last change
on this file since 10230 was 10230, checked in by richardvm, 13 years ago |
also externalif, makes more sense to me
|
File size:
1.2 KB
|
Rev | Line | |
---|
[10059] | 1 | # Genesis config yaml style
|
---|
| 2 | # vim:ts=2:et:sw=2:ai
|
---|
| 3 | #
|
---|
[10150] | 4 | comment : "Test voor hybrid"
|
---|
[10154] | 5 | gateway : "192.168.84.1"
|
---|
[10165] | 6 | ileiden : True
|
---|
[10213] | 7 | interfaces: "sis0 sis1"
|
---|
| 8 | internalif: "sis1"
|
---|
[10230] | 9 | externalif: "sis0"
|
---|
[10116] | 10 | latitude : "5.13854"
|
---|
| 11 | location : " Richard, Terschelling 244, 3524az Utrecht"
|
---|
| 12 | longitude : "52.06651"
|
---|
[10159] | 13 | masterip : "172.17.65.1"
|
---|
[10116] | 14 | nat : True
|
---|
| 15 | nodename : "Proxy8"
|
---|
[10214] | 16 | nodetype : "Proxy"
|
---|
[10116] | 17 | proxyid : 8
|
---|
[10059] | 18 | rdnap_x : 137949
|
---|
| 19 | rdnap_y : 453165
|
---|
[10154] | 20 | release : "9.0-RELEASE"
|
---|
[10116] | 21 | status : "up"
|
---|
| 22 |
|
---|
| 23 |
|
---|
[10156] | 24 | iface_ath0:
|
---|
| 25 | comment : "Ap"
|
---|
| 26 | interface : "ath0"
|
---|
| 27 | ip : "172.17.65.1/26"
|
---|
| 28 | desc : "AP"
|
---|
| 29 | sdesc : "ap"
|
---|
| 30 | mode : "ap-wds"
|
---|
| 31 | type : "11b"
|
---|
| 32 | channel : "7"
|
---|
| 33 | ssid : "ap-WirelessLeiden-Richard"
|
---|
| 34 | dhcp : "10-60"
|
---|
| 35 | compass : "None"
|
---|
| 36 | status : "up"
|
---|
| 37 |
|
---|
| 38 |
|
---|
[10059] | 39 | iface_sis0:
|
---|
[10116] | 40 | comment : "Link naar Router"
|
---|
| 41 | interface : "sis0"
|
---|
[10154] | 42 | ip : "192.168.84.11/24"
|
---|
[10116] | 43 | desc : "Link naar Router"
|
---|
| 44 | sdesc : "uplink"
|
---|
| 45 | type : "eth"
|
---|
| 46 | dhcp : "no"
|
---|
| 47 | compass : "None"
|
---|
| 48 | status : "up"
|
---|
[10059] | 49 |
|
---|
[10213] | 50 | iface_sis1:
|
---|
| 51 | comment : "Link naar Node"
|
---|
| 52 | interface : "sis1"
|
---|
| 53 | ip : "172.16.6.88/29"
|
---|
| 54 | desc : "Link naar Node"
|
---|
| 55 | sdesc : "downlink"
|
---|
| 56 | type : "eth"
|
---|
| 57 | dhcp : "no"
|
---|
| 58 | compass : "None"
|
---|
| 59 | status : "up"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.