Last change
on this file since 10067 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:
1004 bytes
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | comment : "None"
|
---|
5 | gateway : "192.168.42.1"
|
---|
6 | ileiden : False
|
---|
7 | interfaces: "vr0,vr1"
|
---|
8 | internalif: "vr1"
|
---|
9 | internalroute: "172.16.3.97"
|
---|
10 | latitude : "4.47100"
|
---|
11 | location : "Brahmslaan 40, 2324 AN, Leiden"
|
---|
12 | longitude : "52.13999"
|
---|
13 | masterip : "172.16.3.98"
|
---|
14 | nat : True
|
---|
15 | nodename : "Proxy13"
|
---|
16 | nodetype : "Proxy"
|
---|
17 | proxyid : 13
|
---|
18 | rdnap_x : 92280
|
---|
19 | rdnap_y : 461707
|
---|
20 | release : "8.2-RELEASE"
|
---|
21 | remote_access: "riff.vanderzwet.net:1022"
|
---|
22 | status : "up"
|
---|
23 |
|
---|
24 |
|
---|
25 | iface_vr0:
|
---|
26 | comment : "link naar Router"
|
---|
27 | interface : "vr0"
|
---|
28 | ip : "0.0.0.0/30"
|
---|
29 | desc : "Link naar router"
|
---|
30 | sdesc : "uplink"
|
---|
31 | type : "eth"
|
---|
32 | dhcp : "no"
|
---|
33 | compass : "None"
|
---|
34 | dhcpclient : "yes"
|
---|
35 | status : "up"
|
---|
36 |
|
---|
37 |
|
---|
38 | iface_vr1:
|
---|
39 | comment : "link naar NodeRick"
|
---|
40 | interface : "vr1"
|
---|
41 | ip : "172.16.3.98/30"
|
---|
42 | desc : "Link naar NodeRick"
|
---|
43 | sdesc : "downlink"
|
---|
44 | type : "eth"
|
---|
45 | dhcp : "no"
|
---|
46 | compass : "None"
|
---|
47 | status : "up"
|
---|
48 |
|
---|
49 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.