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

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

$gw_open variable is not used anymore

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