Changeset 7880 in genesis
- Timestamp:
- May 1, 2010, 4:23:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nodes/proxy62/wleiden.conf
r7690 r7880 3 3 # Read by /usr/local/sbin/wireless-up.pl 4 4 # 5 # config Proxy62 bij Huub 6 # verbonden met adsl gateway 192.168.3.254 7 # nameservers: 217.149.192.6 en 217.149.196.6 5 # config Proxy12 bij Wireless Jacobswoude 6 # verbonden met adsl gateway aalmeer watertoren 8 7 9 $master_ip='172.17.16.66'; 10 $gateway='192.168.3.254'; 11 $internalroute='172.17.16.65'; 12 $internalif='vr'; 8 #Moet .65 zijn, echter krijg ik in svn een dubbel ip warning 9 $master_ip='172.25.90.67'; 10 # $gateway='192.168.3.254'; 11 $internalroute='172.25.90.65'; 12 13 $internalif='sis'; 13 14 $nodetype='Proxy'; 14 $nodename='Proxy 62';15 $proxyid=' 62';16 $location=" Huub, Rapenburg 62, 2311EZ, Leiden";15 $nodename='Proxy12'; 16 $proxyid='12'; 17 $location=" Watertoren, Aalsmeer"; 17 18 $status='up'; 18 19 $release="8.0-RELEASE"; … … 20 21 $Y='463569'; 21 22 22 $config{' vr0'}=sprintf <<VR0; # link naar Router23 $config{'sis'}=sprintf <<SIS0; # link naar Router 23 24 TYPE=ethernet 24 IP=192.168.3.101/24 25 #IP=dhcp, Moet wel dhcp zijn 26 IP=0.0.0.0/30 25 27 DESC=Link naar router 26 28 SDESC=uplink 27 29 DHCP=no 28 VR030 SIS0 29 31 30 $config{' vr1'}=sprintf <<VR1; # link naar NodeHuub32 $config{'sis1'}=sprintf <<SIS1; # link naar NodeHuub 31 33 TYPE=ethernet 32 34 IP=$master_ip/30 … … 34 36 SDESC=downlink 35 37 DHCP=no 36 VR138 SIS1
Note:
See TracChangeset
for help on using the changeset viewer.