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

Last change on this file since 5226 was 4998, checked in by dirkx, 19 years ago

Fix missing semi colons

  • Property svn:eol-style set to native
File size: 1.1 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$location='Bij node cope';
12$status='up';
13
14$release="5.0-RELEASE";
15$node_config_version="1";
16$genesis_control="YES";
17
18$OS='FreeBSD';
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
31SPEED=10240000000
32
33DHCP=no
34
35OSPF_AREA=no
36OSPF_BROADCAST=no
37OSPF_NEIGHBORS=no
38
39XL0
40
41$config{'xl1'}=sprintf <<XL1; # Ethernet
42TYPE=ethernet
43IP=$master_ip/27
44
45ROUTE=172.16.0.0/12 172.17.8.65
46
47DESC=Link naar Cope
48SDESC=2cope
49SPEED=10240000000
50
51DHCP=no
52
53OSPF_AREA=no
54OSPF_BROADCAST=no
55OSPF_NEIGHBORS=no
56
57XL1
58
59$config{'xl1:0'}=sprintf <<XL10; # Ethernet
60TYPE=ethernet
61IP=172.31.255.1/30
62
63DESC=Link naar Cope
64SDESC=link2cope
65SPEED=10240000000
66
67DHCP=no
68
69OSPF_AREA=no
70OSPF_BROADCAST=no
71OSPF_NEIGHBORS=no
72
73XL10
74
75
Note: See TracBrowser for help on using the repository browser.