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

Last change on this file since 7678 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
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config Proxy1 (Bij NodeCope";
6
7$master_ip='172.17.8.68';
8$nodetype='Proxy';
9$nodename='Proxy1';
10
11$remote_access='proxy1.network.wirelessleiden.nl:22';
12
13$location = "Cope, Rapenburg 8, 2311 EV,Leiden";
14$status='up';
15
16$release="5.0-RELEASE";
17
18
19# edugis x,y 93280,463889
20$X='93280';
21$Y='463889';
22
23$config{'xl0'}=sprintf <<XL0; # Ethernet
24TYPE=ethernet
25IP=192.168.1.2/24
26ROUTE=0.0.0.0/0 192.168.1.1
27
28DESC=Demon DSL lijn
29SDESC=2dsl
30
31DHCP=no
32
33
34XL0
35
36$config{'xl1'}=sprintf <<XL1; # Ethernet
37TYPE=ethernet
38IP=$master_ip/27
39
40ROUTE=172.16.0.0/12 172.17.8.65
41
42DESC=Link naar Cope
43SDESC=2cope
44
45DHCP=no
46
47
48XL1
49
50$config{'xl1:0'}=sprintf <<XL10; # Ethernet
51TYPE=ethernet
52IP=172.31.255.1/30
53
54DESC=Link naar Cope
55SDESC=link2cope
56
57DHCP=no
58
59
60XL10
61
62
Note: See TracBrowser for help on using the repository browser.