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

Last change on this file since 7948 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
RevLine 
[813]1#
[6438]2#
[813]3# Read by /usr/local/sbin/wireless-up.pl
4#
[991]5# config Proxy3 bij RV
[813]6
[1074]7$master_ip='172.20.128.98';
[3583]8$nodetype='Proxy';
[3584]9$nodename='Proxy3';
[813]10
[6530]11$location="Zorgcentrum Rijn en Vliet, Aaltje Noordewierlaan1, 2324 KP, Leiden";
12
[2605]13$status='up';
14
[4996]15$release="5.0-RELEASE";
16
[813]17
[4867]18# edugis x,y 92445,462819
19$X='92445';
20$Y='462819';
[813]21
[975]22$config{'xl0'}=sprintf <<XL0; # Ethernet
[813]23TYPE=ethernet
[5992]24IP=83.160.182.75/24
25ROUTE=0.0.0.0/0 83.160.182.1
[1011]26
[5992]27DESC=XS4ALL (ex-Demon) DSL lijn
[975]28SDESC=2dsl
[813]29
[5992]30DHCP=yes
[813]31
32
[975]33XL0
[813]34
[975]35$config{'xl1'}=sprintf <<XL1; # Ethernet
[813]36TYPE=ethernet
[1074]37IP=$master_ip/29
[1011]38ROUTE=172.16.0.0/12 172.20.128.97
[813]39
[991]40DESC=Link naar RV
41SDESC=2rv
[830]42
[975]43DHCP=no
44
45
46XL1
47
48$config{'xl1:0'}=sprintf <<XL10; # Ethernet
49TYPE=ethernet
[1104]50IP=172.31.255.1/28
[975]51
[991]52DESC=Link naar RV
53SDESC=link2rv
[813]54
55DHCP=no
56
57
[975]58XL10
59
[4870]60
Note: See TracBrowser for help on using the repository browser.