source: genesis/nodes/ProxyHuub/wleiden.yaml@ 10635

Last change on this file since 10635 was 10508, checked in by huub, 13 years ago

proxy62 is nu ProxyHuub

File size: 1.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "Soekris4801"
5comment : " verbonden met adsl gateway 192.168.3.254 nameservers: 217.149.192.6 en 217.149.196.6 "
6externalif: "sis0"
7firewall_block: "192.168.0.0/16"
8gateway : "192.168.3.254"
9ileiden : False
10internalif: "sis1"
11internalroute: "172.17.16.65"
12latitude : "52.15685"
13location : "Rapenburg 62, 2311EZ, Leiden"
14longitude : "4.48626"
15masterip : "172.17.16.66"
16nat : False
17nodename : "Huub"
18nodetype : "Proxy"
19proxyid : 62
20rdnap_x : 93348
21rdnap_y : 463569
22release : "9.0-RELEASE"
23remote_access: "huubs.xs4all.nl:1022"
24status : "up"
25
26
27iface_sis0:
28 comment : "link naar Router"
29 interface : "sis0"
30 ip : "192.168.3.101/24"
31 desc : "Link naar router"
32 sdesc : "uplink"
33 type : "eth"
34 dhcp : False
35 compass : "None"
36 status : "up"
37
38
39iface_sis1:
40 comment : "link naar NodeHuub"
41 interface : "sis1"
42 ip : "172.17.16.66/30"
43 desc : "Link naar NodeHuub"
44 sdesc : "downlink"
45 type : "eth"
46 dhcp : False
47 compass : "None"
48 status : "up"
49
50
Note: See TracBrowser for help on using the repository browser.