source: genesis/nodes/proxy1/wleiden.conf@ 7682

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

$genesis_control is not used anymore

  • Property svn:eol-style set to native
File size: 944 bytes
RevLine 
[813]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
[4998]5# config Proxy1 (Bij NodeCope";
[813]6
[2414]7$master_ip='172.17.8.68';
[3583]8$nodetype='Proxy';
[3584]9$nodename='Proxy1';
[6530]10
[7587]11$remote_access='proxy1.network.wirelessleiden.nl:22';
12
[6530]13$location = "Cope, Rapenburg 8, 2311 EV,Leiden";
[2605]14$status='up';
[813]15
[4996]16$release="5.0-RELEASE";
17
[813]18
[4835]19# edugis x,y 93280,463889
[4867]20$X='93280';
21$Y='463889';
[4835]22
[975]23$config{'xl0'}=sprintf <<XL0; # Ethernet
[813]24TYPE=ethernet
25IP=192.168.1.2/24
[1011]26ROUTE=0.0.0.0/0 192.168.1.1
27
[975]28DESC=Demon DSL lijn
29SDESC=2dsl
[813]30
31DHCP=no
32
33
[975]34XL0
[813]35
[975]36$config{'xl1'}=sprintf <<XL1; # Ethernet
[813]37TYPE=ethernet
[4742]38IP=$master_ip/27
[813]39
[1011]40ROUTE=172.16.0.0/12 172.17.8.65
41
[975]42DESC=Link naar Cope
43SDESC=2cope
[830]44
[975]45DHCP=no
46
47
48XL1
49
50$config{'xl1:0'}=sprintf <<XL10; # Ethernet
51TYPE=ethernet
[991]52IP=172.31.255.1/30
[975]53
54DESC=Link naar Cope
55SDESC=link2cope
[813]56
57DHCP=no
58
59
[975]60XL10
61
[4870]62
Note: See TracBrowser for help on using the repository browser.