Last change
on this file since 10300 was 10300, checked in by richardvm, 13 years ago |
double and inconsistant value breaks pf
|
File size:
1.4 KB
|
Rev | Line | |
---|
[10059] | 1 | # Genesis config yaml style
|
---|
| 2 | # vim:ts=2:et:sw=2:ai
|
---|
| 3 | #
|
---|
[10268] | 4 | comment : " verbonden met 'vuil' internet van Zorggroep Rijnland lokaal ip en nameservers via dhcp LET OP: niet standaard configuratie ivm lokale ap's!"
|
---|
[10116] | 5 | gateway : "192.168.200.1"
|
---|
| 6 | ileiden : True
|
---|
[10268] | 7 | interfaces: "vr0,vr1"
|
---|
| 8 | internalif: "vr1"
|
---|
[10279] | 9 | externalif: "vr0"
|
---|
[10116] | 10 | internalroute: "172.17.0.2"
|
---|
| 11 | latitude : "4.53567"
|
---|
| 12 | location : "Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp"
|
---|
| 13 | longitude : "52.15576"
|
---|
| 14 | masterip : "172.17.0.1"
|
---|
| 15 | nodename : "Proxy7"
|
---|
| 16 | nodetype : "Proxy"
|
---|
| 17 | proxyid : 7
|
---|
[10059] | 18 | rdnap_x : 96728
|
---|
| 19 | rdnap_y : 463407
|
---|
[10268] | 20 | release : "9.0-RELEASE"
|
---|
[10116] | 21 | status : "up"
|
---|
| 22 |
|
---|
| 23 |
|
---|
[10268] | 24 | iface_vr0:
|
---|
[10116] | 25 | comment : "Link naar Router"
|
---|
[10268] | 26 | interface : "vr0"
|
---|
[10116] | 27 | ip : "192.168.200.100/24"
|
---|
| 28 | desc : "Link naar Router"
|
---|
| 29 | sdesc : "uplink"
|
---|
| 30 | type : "eth"
|
---|
| 31 | dhcp : "no"
|
---|
| 32 | compass : "None"
|
---|
| 33 | status : "up"
|
---|
[10059] | 34 |
|
---|
[10116] | 35 |
|
---|
[10268] | 36 | iface_vr1:
|
---|
[10116] | 37 | comment : "Local 24-subnet to node and clients"
|
---|
[10278] | 38 | interface : "vr1"
|
---|
[10116] | 39 | ip : "172.17.0.1/28"
|
---|
| 40 | desc : "naar NodeLeythenrode and ap bridges"
|
---|
| 41 | sdesc : "Leythenrode_subnet"
|
---|
| 42 | type : "eth"
|
---|
| 43 | dhcp : "no"
|
---|
| 44 | compass : "None"
|
---|
| 45 | status : "up"
|
---|
[10059] | 46 |
|
---|
[10116] | 47 |
|
---|
[10268] | 48 | iface_vr1_alias0:
|
---|
[10116] | 49 | comment : "Local 24-subnet to node and clients"
|
---|
[10268] | 50 | interface : "vr1:0"
|
---|
[10116] | 51 | ip : "172.17.7.1/24"
|
---|
| 52 | desc : "naar NodeLeythenrode and local clients"
|
---|
| 53 | sdesc : "Leythenrode_subnet"
|
---|
| 54 | type : "eth"
|
---|
| 55 | dhcp : "no"
|
---|
| 56 | compass : "None"
|
---|
| 57 | status : "up"
|
---|
[10059] | 58 |
|
---|
[10116] | 59 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.