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

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

$node_config_version is not used anymore

  • Property svn:eol-style set to native
File size: 968 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$genesis_control="YES";
18
19
20# edugis x,y 93280,463889
21$X='93280';
22$Y='463889';
23
24$config{'xl0'}=sprintf <<XL0; # Ethernet
25TYPE=ethernet
26IP=192.168.1.2/24
27ROUTE=0.0.0.0/0 192.168.1.1
28
29DESC=Demon DSL lijn
30SDESC=2dsl
31
32DHCP=no
33
34
35XL0
36
37$config{'xl1'}=sprintf <<XL1; # Ethernet
38TYPE=ethernet
39IP=$master_ip/27
40
41ROUTE=172.16.0.0/12 172.17.8.65
42
43DESC=Link naar Cope
44SDESC=2cope
45
46DHCP=no
47
48
49XL1
50
51$config{'xl1:0'}=sprintf <<XL10; # Ethernet
52TYPE=ethernet
53IP=172.31.255.1/30
54
55DESC=Link naar Cope
56SDESC=link2cope
57
58DHCP=no
59
60
61XL10
62
63
Note: See TracBrowser for help on using the repository browser.