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

Last change on this file since 10393 was 10374, checked in by rick, 13 years ago

Correcting all lat/lon coordinates.

Fixes: beheer#167

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