Last change
on this file since 10074 was 10067, checked in by rick, 13 years ago |
Do not edit headers on the config files in indead a whee bit confusing.
Reported-By: huub
|
File size:
1.1 KB
|
Rev | Line | |
---|
[10059] | 1 | # Genesis config yaml style
|
---|
| 2 | # vim:ts=2:et:sw=2:ai
|
---|
| 3 | #
|
---|
| 4 | comment : " verbonden met adsl gateway 192.168.3.254 nameservers: 217.149.192.6 en 217.149.196.6 "
|
---|
| 5 | firewall_block: "192.168.0.0/16"
|
---|
| 6 | gateway : "192.168.3.254"
|
---|
| 7 | ileiden : False
|
---|
| 8 | interfaces: "sis0,sis1"
|
---|
| 9 | internalif: "sis1"
|
---|
| 10 | internalroute: "172.17.16.65"
|
---|
| 11 | latitude : "4.48626"
|
---|
| 12 | location : " Huub, Rapenburg 62, 2311EZ, Leiden"
|
---|
| 13 | longitude : "52.15685"
|
---|
| 14 | masterip : "172.17.16.66"
|
---|
| 15 | nat : False
|
---|
| 16 | nodename : "Proxy62"
|
---|
| 17 | nodetype : "Proxy"
|
---|
| 18 | proxyid : 62
|
---|
| 19 | rdnap_x : "093348"
|
---|
| 20 | rdnap_y : 463569
|
---|
| 21 | release : "8.2-RELEASE"
|
---|
| 22 | status : "up"
|
---|
| 23 |
|
---|
| 24 |
|
---|
| 25 | iface_sis0:
|
---|
| 26 | comment : "link naar Router"
|
---|
| 27 | interface : "sis0"
|
---|
| 28 | ip : "192.168.3.101/24"
|
---|
| 29 | desc : "Link naar router"
|
---|
| 30 | sdesc : "uplink"
|
---|
| 31 | type : "eth"
|
---|
| 32 | dhcp : "no"
|
---|
| 33 | compass : "None"
|
---|
| 34 | status : "up"
|
---|
| 35 |
|
---|
| 36 |
|
---|
| 37 | iface_sis1:
|
---|
| 38 | comment : "link naar NodeHuub"
|
---|
| 39 | interface : "sis1"
|
---|
| 40 | ip : "172.17.16.66/30"
|
---|
| 41 | desc : "Link naar NodeHuub"
|
---|
| 42 | sdesc : "downlink"
|
---|
| 43 | type : "eth"
|
---|
| 44 | dhcp : "no"
|
---|
| 45 | compass : "None"
|
---|
| 46 | status : "up"
|
---|
| 47 |
|
---|
| 48 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.