source: genesis/nodes/proxy97/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: 993 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5externalif: "sis0"
6gateway : "10.0.1.1"
7ileiden : True
8interfaces: "sis0,sis1"
9internalif: "sis1"
10externalif: "sis0"
11internalroute: "172.17.169.65"
12latitude : "4.49646"
13location : "CeTIM office, Plantsoen 97, 2311 KL, Leiden"
14longitude : "52.15395"
15masterip : "172.17.169.66"
16nodename : "Proxy97"
17nodetype : "Proxy"
18proxyid : 97
19rdnap_x : 94042
20rdnap_y : 463238
21release : "8.0-RELEASE"
22status : "up"
23
24
25iface_sis0:
26 comment : "link naar router"
27 interface : "sis0"
28 ip : "10.0.1.100/24"
29 desc : "naar router"
30 sdesc : "uplink"
31 type : "eth"
32 dhcp : "no"
33 compass : "None"
34 status : "up"
35
36
37iface_sis1:
38 comment : "link naar NodePlantsoen2"
39 interface : "sis1"
40 ip : "172.17.169.66/28"
41 desc : "Link naar NodePlantsoen2"
42 sdesc : "downlink"
43 type : "eth"
44 dhcp : "no"
45 compass : "None"
46 status : "up"
47
48
Note: See TracBrowser for help on using the repository browser.