source: genesis/nodes/ProxyCope/wleiden.yaml@ 10890

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

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

File size: 909 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6externalif: "sis0"
7firewall_block: "74.125.79.99/32 83.162.36.0/24"
8gateway : "83.162.36.91"
9ileiden : False
10internalif: "sis1"
11internalroute: "172.17.8.66"
12latitude : "52.15972"
13location : "Cope, Rapenburg 8, 2311 EV,Leiden"
14longitude : "4.48521"
15masterip : "172.17.8.68"
16nat : False
17nodename : "Cope"
18nodetype : "Proxy"
19proxyid : 1
20rdnap_x : 93280
21rdnap_y : 463889
22release : "8.0-RELEASE"
23status : "up"
24
25
26iface_sis0:
27 comment : "Link naar internet"
28 ip : "83.162.36.91/24"
29 sdesc : "uplink"
30 type : "eth"
31 dhcp : False
32 compass : "None"
33 status : "up"
34
35
36iface_sis1:
37 comment : "Link naar NodeCope"
38 ip : "172.17.8.68/28"
39 sdesc : "downlink"
40 type : "eth"
41 dhcp : False
42 compass : "None"
43 status : "up"
44
45
Note: See TracBrowser for help on using the repository browser.