Index: nodes/proxy1/wleiden.conf
===================================================================
--- nodes/proxy1/wleiden.conf	(revision 7682)
+++ nodes/proxy1/wleiden.conf	(revision 7683)
@@ -1,62 +1,36 @@
+
 #
 #
 #  Read by /usr/local/sbin/wireless-up.pl
 #
-# config Proxy1 (Bij NodeCope";
+# config Proxy1 (Bij NodeCope)";
 
-$master_ip='172.17.8.68';  
+$master_ip='172.17.8.66';  
+$gateway='192.168.1.1';
+$internalroute='172.17.8.65';
+$internalif='sis'; 
 $nodetype='Proxy';
 $nodename='Proxy1';
-
+$proxyid='01';
+$location = "Cope, Rapenburg 8, 2311 EV,Leiden";
+$status='up';
+$release="8.0-RELEASE";
+$X='093280';
+$Y='463889';
 $remote_access='proxy1.network.wirelessleiden.nl:22';
 
-$location = "Cope, Rapenburg 8, 2311 EV,Leiden";
-$status='up';
+$config{'sis0'}=sprintf <<SIS0;  # Ethernet
+TYPE=ethernet
+IP=192.168.1.2/24                                                                             
+DESC=link naar router
+SDESC=uplink
+DHCP=no
+SIS0
 
-$release="5.0-RELEASE";
-
-
-# edugis x,y 93280,463889
-$X='93280';
-$Y='463889';
-
-$config{'xl0'}=sprintf <<XL0;  # Ethernet
+$config{'sis1'}=sprintf <<SIS1;  # link naar NodeCope
 TYPE=ethernet
-IP=192.168.1.2/24
-ROUTE=0.0.0.0/0 192.168.1.1
-                                                                                
-DESC=Demon DSL lijn
-SDESC=2dsl
-
+IP=$master_ip/30                                                               
+DESC=Link naar NodeCope
+SDESC=downlink
 DHCP=no
-
-
-XL0
-
-$config{'xl1'}=sprintf <<XL1;  # Ethernet
-TYPE=ethernet
-IP=$master_ip/27
-
-ROUTE=172.16.0.0/12 172.17.8.65
-                                                                                
-DESC=Link naar Cope
-SDESC=2cope
-
-DHCP=no
-
-
-XL1
-
-$config{'xl1:0'}=sprintf <<XL10;  # Ethernet
-TYPE=ethernet
-IP=172.31.255.1/30
-
-DESC=Link naar Cope
-SDESC=link2cope
-
-DHCP=no
-
-
-XL10
-
-
+SIS1
