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

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

$genesis_control is not used anymore

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