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

Last change on this file since 6530 was 6530, checked in by huub, 16 years ago

locatiegegevens aangevuld

  • 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$location = "Cope, Rapenburg 8, 2311 EV,Leiden";
13$status='up';
14
15$release="5.0-RELEASE";
16$node_config_version="1";
17$genesis_control="YES";
18
19$OS='FreeBSD';
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
32SPEED=10240000000
33
34DHCP=no
35
36
37XL0
38
39$config{'xl1'}=sprintf <<XL1; # Ethernet
40TYPE=ethernet
41IP=$master_ip/27
42
43ROUTE=172.16.0.0/12 172.17.8.65
44
45DESC=Link naar Cope
46SDESC=2cope
47SPEED=10240000000
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
60SPEED=10240000000
61
62DHCP=no
63
64
65XL10
66
67
Note: See TracBrowser for help on using the repository browser.