source: genesis/nodes/proxy3/wleiden.conf@ 7653

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

$labelpos variable is not used anymore

  • Property svn:eol-style set to native
File size: 927 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config Proxy3 bij RV
6
7$master_ip='172.20.128.98';
8$gw_open='closed';
9$nodetype='Proxy';
10$nodename='Proxy3';
11
12$location="Zorgcentrum Rijn en Vliet, Aaltje Noordewierlaan1, 2324 KP, Leiden";
13
14$status='up';
15
16$release="5.0-RELEASE";
17$node_config_version="1";
18$genesis_control="YES";
19
20$OS='FreeBSD';
21
22# edugis x,y 92445,462819
23$X='92445';
24$Y='462819';
25
26$config{'xl0'}=sprintf <<XL0; # Ethernet
27TYPE=ethernet
28IP=83.160.182.75/24
29ROUTE=0.0.0.0/0 83.160.182.1
30
31DESC=XS4ALL (ex-Demon) DSL lijn
32SDESC=2dsl
33
34DHCP=yes
35
36
37XL0
38
39$config{'xl1'}=sprintf <<XL1; # Ethernet
40TYPE=ethernet
41IP=$master_ip/29
42ROUTE=172.16.0.0/12 172.20.128.97
43
44DESC=Link naar RV
45SDESC=2rv
46
47DHCP=no
48
49
50XL1
51
52$config{'xl1:0'}=sprintf <<XL10; # Ethernet
53TYPE=ethernet
54IP=172.31.255.1/28
55
56DESC=Link naar RV
57SDESC=link2rv
58
59DHCP=no
60
61
62XL10
63
64
Note: See TracBrowser for help on using the repository browser.