source: genesis/nodes/ProxyWP/wleiden.yaml@ 12444

Last change on this file since 12444 was 12423, checked in by rick, 11 years ago

Do not configure a static gateway if we should not be using it

File size: 893 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net45xx"
5comment : " verbonden met glasvezel gateway 192.168.0.1 nameservers: 217.149.192.6 en 217.149.196.6 "
6externalif: "sis0"
7ileiden : False
8internalif: "sis1"
9internalroute: "172.19.168.65"
10latitude : "52.17294"
11location : " Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden"
12longitude : "4.47978"
13masterip : "172.19.168.66"
14nodename : "WP"
15nodetype : "Proxy"
16proxyid : 5
17rdnap_x : 92927
18rdnap_y : 465365
19release : "8.2-RELEASE"
20status : "up"
21
22
23iface_sis0:
24 comment : "Link naar router"
25 ip : "192.168.0.16/24"
26 sdesc : "uplink"
27 type : "eth"
28 dhcp : False
29 status : "up"
30
31
32iface_sis1:
33 comment : "Link naar NodeWP"
34 ip : "172.19.168.66/30"
35 sdesc : "downlink"
36 type : "eth"
37 dhcp : False
38 status : "up"
39
40
Note: See TracBrowser for help on using the repository browser.