source: genesis/nodes/proxy1/wleiden.yaml@ 10240

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: 1017 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5externalif: "sis0"
6firewall_block: "74.125.79.99/32 83.162.36.0/24"
7gateway : "83.162.36.91"
8ileiden : False
9interfaces: "sis0,sis1"
10internalif: "sis1"
11internalroute: "172.17.8.66"
12latitude : "4.48521"
13location : "Cope, Rapenburg 8, 2311 EV,Leiden"
14longitude : "52.15972"
15masterip : "172.17.8.68"
16nat : False
17nodename : "Proxy1"
18nodetype : "Proxy"
19proxyid : 1
20rdnap_x : 93280
21rdnap_y : 463889
22release : "8.0-RELEASE"
23status : "up"
24
25
26iface_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 : "no"
34 compass : "None"
35 status : "up"
36
37
38iface_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 : "no"
46 compass : "None"
47 status : "up"
48
49
Note: See TracBrowser for help on using the repository browser.