Last change
on this file since 10890 was 10890, checked in by rick, 13 years ago |
interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.
Fixes beheer:ticket:221
|
File size:
1.1 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "UNKNOWN"
|
---|
5 | comment : "Test voor hybrid"
|
---|
6 | externalif: "sis0"
|
---|
7 | gateway : "192.168.84.1"
|
---|
8 | ileiden : True
|
---|
9 | internalif: "tap0"
|
---|
10 | latitude : "52.06651"
|
---|
11 | location : " Richard, Terschelling 244, 3524az Utrecht"
|
---|
12 | longitude : "5.13854"
|
---|
13 | masterip : "172.17.65.1"
|
---|
14 | nat : True
|
---|
15 | nodename : "Hybrid8"
|
---|
16 | nodetype : "Hybrid"
|
---|
17 | proxyid : 8
|
---|
18 | rdnap_x : 137949
|
---|
19 | rdnap_y : 453165
|
---|
20 | release : "9.0-RELEASE"
|
---|
21 | status : "up"
|
---|
22 | vpnif : "tap0"
|
---|
23 |
|
---|
24 |
|
---|
25 | iface_ath0:
|
---|
26 | comment : "Ap"
|
---|
27 | ip : "172.17.65.1/26"
|
---|
28 | sdesc : "ap"
|
---|
29 | mode : "ap-wds"
|
---|
30 | type : "11b"
|
---|
31 | channel : "7"
|
---|
32 | ssid : "ap-WirelessLeiden-Richard"
|
---|
33 | dhcp : "10-60"
|
---|
34 | compass : "None"
|
---|
35 | status : "up"
|
---|
36 |
|
---|
37 |
|
---|
38 | iface_sis0:
|
---|
39 | comment : "Link naar Router"
|
---|
40 | ip : "192.168.84.11/24"
|
---|
41 | sdesc : "uplink"
|
---|
42 | type : "eth"
|
---|
43 | dhcp : False
|
---|
44 | compass : "None"
|
---|
45 | status : "up"
|
---|
46 |
|
---|
47 |
|
---|
48 | iface_sis1:
|
---|
49 | comment : "Bullet"
|
---|
50 | ip : "172.17.0.65/28"
|
---|
51 | sdesc : "downlink"
|
---|
52 | type : "eth"
|
---|
53 | dhcp : "70-71"
|
---|
54 | compass : "None"
|
---|
55 | status : "up"
|
---|
56 |
|
---|
57 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.