Last change
on this file since 10370 was 10370, checked in by rick, 13 years ago |
interfaces: key is obsolete and can be removed.
Fixes: beheer#175
|
File size:
1.5 KB
|
Rev | Line | |
---|
[10274] | 1 | # Genesis config yaml style
|
---|
| 2 | # vim:ts=2:et:sw=2:ai
|
---|
| 3 | #
|
---|
| 4 | comment : "None"
|
---|
| 5 | externalif: "sis0"
|
---|
[10322] | 6 | gateway : "192.168.0.1"
|
---|
[10274] | 7 | ileiden : True
|
---|
| 8 | internalif: "sis1"
|
---|
| 9 | internalroute: "172.16.4.137"
|
---|
| 10 | latitude : "4.47694"
|
---|
| 11 | location : "De Leidse Houtschool,Adriaan Pauwstraat 1,2334 CG,Leiden"
|
---|
| 12 | longitude : "52.17305"
|
---|
| 13 | masterip : "172.16.4.138"
|
---|
[10321] | 14 | nodename : "proxy20"
|
---|
[10274] | 15 | nodetype : "Proxy"
|
---|
| 16 | proxyid : 20
|
---|
| 17 | rdnap_x : 92733
|
---|
| 18 | rdnap_y : 465380
|
---|
| 19 | release : "9.0-RELEASE"
|
---|
[10322] | 20 | status : "up"
|
---|
[10274] | 21 |
|
---|
[10343] | 22 | iface_wi0:
|
---|
| 23 | comment : "ap"
|
---|
| 24 | interface : "wi0"
|
---|
[10346] | 25 | ip : "172.17.33.3/24"
|
---|
[10343] | 26 | desc : "AP"
|
---|
| 27 | sdesc : "ap"
|
---|
| 28 | mode : "ap"
|
---|
| 29 | type : "11b"
|
---|
| 30 | channel : "9"
|
---|
| 31 | ssid : "ap-WirelessLeiden-Lhs2"
|
---|
| 32 | dhcp : "10-110"
|
---|
| 33 | compass : "None"
|
---|
| 34 | status : "up"
|
---|
[10274] | 35 |
|
---|
| 36 | iface_sis0:
|
---|
| 37 | comment : "link naar Router"
|
---|
| 38 | interface : "sis0"
|
---|
| 39 | ip : "0.0.0.0/30"
|
---|
| 40 | desc : "Link naar router"
|
---|
| 41 | sdesc : "uplink"
|
---|
| 42 | type : "eth"
|
---|
| 43 | dhcp : "no"
|
---|
| 44 | compass : "None"
|
---|
| 45 | dhcpclient : "yes"
|
---|
| 46 | status : "up"
|
---|
| 47 |
|
---|
| 48 |
|
---|
| 49 | iface_sis1:
|
---|
| 50 | comment : "link naar CNodeLHS"
|
---|
| 51 | interface : "sis1"
|
---|
| 52 | ip : "172.16.4.138/29"
|
---|
| 53 | desc : "Link naar NodeLHS"
|
---|
| 54 | sdesc : "downlink"
|
---|
| 55 | type : "eth"
|
---|
| 56 | dhcp : "no"
|
---|
| 57 | compass : "None"
|
---|
| 58 | status : "up"
|
---|
| 59 |
|
---|
[10345] | 60 | iface_sis1_alias0:
|
---|
| 61 | comment : "link naar CNodeLHS"
|
---|
| 62 | interface : "sis1:0"
|
---|
| 63 | ip : "172.17.33.2/24"
|
---|
| 64 | desc : "ap subnet alias"
|
---|
| 65 | sdesc : "apdownlink"
|
---|
| 66 | type : "eth"
|
---|
| 67 | dhcp : "no"
|
---|
| 68 | compass : "None"
|
---|
| 69 | status : "up"
|
---|
[10274] | 70 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.