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

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

SPEED is not used anywhere

  • Property svn:eol-style set to native
File size: 1.0 KB
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$gw_open='closed';
9$nodetype='Proxy';
10$nodename='Proxy1';
11
12$remote_access='proxy1.network.wirelessleiden.nl:22';
13
14$location = "Cope, Rapenburg 8, 2311 EV,Leiden";
15$status='up';
16
17$release="5.0-RELEASE";
18$node_config_version="1";
19$genesis_control="YES";
20
21$OS='FreeBSD';
22
23# edugis x,y 93280,463889
24$X='93280';
25$Y='463889';
26
27$config{'xl0'}=sprintf <<XL0; # Ethernet
28TYPE=ethernet
29IP=192.168.1.2/24
30ROUTE=0.0.0.0/0 192.168.1.1
31
32DESC=Demon DSL lijn
33SDESC=2dsl
34
35DHCP=no
36
37
38XL0
39
40$config{'xl1'}=sprintf <<XL1; # Ethernet
41TYPE=ethernet
42IP=$master_ip/27
43
44ROUTE=172.16.0.0/12 172.17.8.65
45
46DESC=Link naar Cope
47SDESC=2cope
48
49DHCP=no
50
51
52XL1
53
54$config{'xl1:0'}=sprintf <<XL10; # Ethernet
55TYPE=ethernet
56IP=172.31.255.1/30
57
58DESC=Link naar Cope
59SDESC=link2cope
60
61DHCP=no
62
63
64XL10
65
66
Note: See TracBrowser for help on using the repository browser.