Last change
on this file since 10526 was 10526, checked in by ronald, 13 years ago |
proxy names in yaml files turn out to be proxy name suffixes
|
File size:
1015 bytes
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "UNKNOWN"
|
---|
5 | comment : "None"
|
---|
6 | externalif: "sis0"
|
---|
7 | firewall_block: "74.125.79.99/32 83.162.36.0/24"
|
---|
8 | gateway : "83.162.36.91"
|
---|
9 | ileiden : False
|
---|
10 | internalif: "sis1"
|
---|
11 | internalroute: "172.17.8.66"
|
---|
12 | latitude : "52.15972"
|
---|
13 | location : "Cope, Rapenburg 8, 2311 EV,Leiden"
|
---|
14 | longitude : "4.48521"
|
---|
15 | masterip : "172.17.8.68"
|
---|
16 | nat : False
|
---|
17 | nodename : "Cope"
|
---|
18 | nodetype : "Proxy"
|
---|
19 | proxyid : 1
|
---|
20 | rdnap_x : 93280
|
---|
21 | rdnap_y : 463889
|
---|
22 | release : "8.0-RELEASE"
|
---|
23 | status : "up"
|
---|
24 |
|
---|
25 |
|
---|
26 | iface_sis0:
|
---|
27 | comment : "Ethernet"
|
---|
28 | interface : "sis0"
|
---|
29 | ip : "83.162.36.91/24"
|
---|
30 | desc : "link naar internet"
|
---|
31 | sdesc : "uplink"
|
---|
32 | type : "eth"
|
---|
33 | dhcp : False
|
---|
34 | compass : "None"
|
---|
35 | status : "up"
|
---|
36 |
|
---|
37 |
|
---|
38 | iface_sis1:
|
---|
39 | comment : "link naar NodeCope"
|
---|
40 | interface : "sis1"
|
---|
41 | ip : "172.17.8.68/28"
|
---|
42 | desc : "Link naar NodeCope"
|
---|
43 | sdesc : "downlink"
|
---|
44 | type : "eth"
|
---|
45 | dhcp : False
|
---|
46 | compass : "None"
|
---|
47 | status : "up"
|
---|
48 |
|
---|
49 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.