source: genesis/nodes/proxy_langevoort/wleiden.conf@ 7448

Last change on this file since 7448 was 7448, checked in by ad, 15 years ago

changed status to UP, changed edugis coordinates

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