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