Index: /nodes/CNodeKWVdeKaag/wleiden.conf
===================================================================
--- /nodes/CNodeKWVdeKaag/wleiden.conf	(revision 9428)
+++ /nodes/CNodeKWVdeKaag/wleiden.conf	(revision 9430)
@@ -23,4 +23,13 @@
 CHANNEL=3
 ATH0
+
+$config{'ue0'}=sprintf <<UE0;
+COMMENT=link naar proxy16
+TYPE=ethernet
+STATUS=up
+IP=172.16.18.17/30
+DESC=Link naar proxy16
+SDESC=2proxy16
+UE0
 
 $config{'vr0'}=sprintf <<VR0;
Index: /nodes/proxy16/wleiden.conf
===================================================================
--- /nodes/proxy16/wleiden.conf	(revision 9430)
+++ /nodes/proxy16/wleiden.conf	(revision 9430)
@@ -0,0 +1,33 @@
+
+$master_ip='172.16.18.18';
+$gateway='10.01.0.1';
+$internalroute='172.16.18.17';
+$internalif='sis1';
+$nodetype='Proxy';
+$nodename='Proxy16';
+$proxyid='16';
+$location="Havenkantoor KWV de Kaag, Sweilandpolder 8, 2362AG Warmond";
+$status='down';
+$release="8.2-RELEASE";
+$X='96879';
+$Y='468044';
+
+$config{'sis0'}=sprintf <<SIS0;
+COMMENT=link naar Router
+TYPE=ethernet
+DHCPCLIENT=yes
+IP=0.0.0.0/30
+DESC=Link naar router
+SDESC=uplink
+DHCP=no
+SIS0
+
+$config{$internalif}=sprintf <<SIS1;
+COMMENT=link naar NodeKWVdeKaag
+TYPE=ethernet
+IP=$master_ip/30
+DESC=Link naar NodeKWVdeKaag
+SDESC=downlink
+DHCP=no
+SIS1
+
