source: genesis/nodes/proxy11/wleiden.conf@ 7657

Last change on this file since 7657 was 7657, checked in by rick, 15 years ago

$genesis_control is not used anymore

File size: 812 bytes
RevLine 
[7351]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
[7479]5# config Proxy11 bij Node Lange Voort
[7351]6
7$master_ip='172.23.25.66';
8$nodetype='Proxy';
[7479]9$nodename='Proxy11';
10$proxyid='11';
[7351]11
[7479]12$location="Bij Node LangeVoort hazenboslaan 39 2343 SW tegenover school met vleugel dak, Oegstgeest";
[7448]13$status='up';
[7351]14
15$release="8.0-RELEASE";
16
17
[7448]18# edugis x,y 92774,466843
[7351]19$X='92774';
[7448]20$Y='466843';
[7351]21
22$config{'sis0'}=sprintf <<SIS0; # Ethernet
23TYPE=ethernet
24IP=$master_ip/30
25ROUTE=172.16.0.0/12 172.23.25.65
26
27DESC=Link naar Node LangeVoort
28SDESC=2langevoort
29DHCP=no
30SIS0
31
[7449]32$config{'sis1'}=sprintf <<SIS1; # Ethernet naar adsl
33TYPE=ethernet
34IP=192.168.1.70
35ROUTE=0.0.0.0/0 192.168.1.69
[7351]36
[7449]37DESC=adsl langevoort
38SDESC=2adsl
39SIS1
[7351]40
[7449]41
Note: See TracBrowser for help on using the repository browser.