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

Last change on this file since 10301 was 10301, checked in by richardvm, 13 years ago

added external if var

File size: 1.0 KB
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"
11externalif: "sis0"
12internalroute: "172.17.8.66"
13latitude : "4.48521"
14location : "Cope, Rapenburg 8, 2311 EV,Leiden"
15longitude : "52.15972"
16masterip : "172.17.8.68"
17nat : False
18nodename : "Proxy1"
19nodetype : "Proxy"
20proxyid : 1
21rdnap_x : 93280
22rdnap_y : 463889
23release : "8.0-RELEASE"
24status : "up"
25
26
27iface_sis0:
28 comment : "Ethernet"
29 interface : "sis0"
30 ip : "83.162.36.91/24"
31 desc : "link naar internet"
32 sdesc : "uplink"
33 type : "eth"
34 dhcp : "no"
35 compass : "None"
36 status : "up"
37
38
39iface_sis1:
40 comment : "link naar NodeCope"
41 interface : "sis1"
42 ip : "172.17.8.68/28"
43 desc : "Link naar NodeCope"
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.