source: genesis/nodes/proxy10/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: 1013 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5externalif: "sis1"
6gateway : "192.168.0.1"
7ileiden : False
8interfaces: "sis0,sis1"
9internalif: "sis0"
10externalif: "sis1"
11internalroute: "172.22.0.65"
12latitude : "4.44820"
13location : "PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden"
14longitude : "52.15367"
15masterip : "172.22.0.66"
16nodename : "Proxy10"
17nodetype : "Proxy"
18proxyid : 10
19rdnap_x : 90739
20rdnap_y : 463249
21release : "8.2-RELEASE"
22status : "up"
23
24
25iface_sis0:
26 comment : "Ethernet"
27 interface : "sis0"
28 ip : "172.22.0.66/30"
29 desc : "Link naar Node zwaluw"
30 sdesc : "2zwaluwak"
31 type : "eth"
32 dhcp : "no"
33 compass : "None"
34 status : "up"
35
36
37iface_sis1:
38 comment : "Link naar router"
39 interface : "sis1"
40 ip : "0.0.0.0/30"
41 desc : "Link naar router"
42 sdesc : "uplink"
43 type : "eth"
44 dhcp : "no"
45 compass : "None"
46 dhcpclient : "yes"
47 status : "up"
48
49
Note: See TracBrowser for help on using the repository browser.