source: genesis/nodes/proxy9/wleiden.conf@ 9540

Last change on this file since 9540 was 9540, checked in by huub, 13 years ago

detail in proxy9 config

File size: 658 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config Proxy9 bij De Clercq
6#
7
8$master_ip='172.16.4.54';
9$gateway='213.125.162.249';
10$internalroute='172.16.4.53';
11$internalif='sis1';
12$nodetype='Proxy';
13$nodename='Proxy9';
14$proxyid='9';
15$location="kantoor De Clercq, Hoge Rijndijk 306, 2314AM Leiden";
16$status='up';
17$release="8.2-RELEASE";
18$X='95694';
19$Y='462845';
20
21$config{'sis0'}=sprintf <<SIS0;
22COMMENT=Link naar Router Ziggo 40/8
23TYPE=ethernet
24IP=213.125.162.254/29
25DESC=Link naar Router
26SDESC=uplink
27DHCP=no
28SIS0
29
30$config{'sis1'}=sprintf <<SIS1;
31COMMENT=Link naar Node
32TYPE=ethernet
33IP=$master_ip/30
34DESC=Link naar Node
35SDESC=downlink
36DHCP=no
37SIS1
Note: See TracBrowser for help on using the repository browser.