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