source: genesis/nodes/proxy2/wleiden.conf@ 5999

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

Fix missing semi colons

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config proxy2 (Hooglandse Kerk)
6
7$master_ip='172.17.143.4';
8$gw_open='closed';
9$nodetype='Proxy';
10$nodename='Proxy2';
11$location='Hooglandse Kerk';
12
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 93894,463704
22$X='93894';
23$Y='463704';
24
25$config{'xl0'}=sprintf <<XL0; # Ethernet
26TYPE=ethernet
27IP=212.238.215.242/23
28ROUTE=0.0.0.0/0 212.238.194.254
29
30DESC=Demon DSL lijn
31SDESC=2dsl
32SPEED=10240000000
33
34DHCP=no
35
36OSPF_AREA=no
37OSPF_BROADCAST=no
38OSPF_NEIGHBORS=no
39
40XL0
41
42$config{'xl1'}=sprintf <<XL1; # Ethernet
43TYPE=ethernet
44IP=$master_ip/28
45ROUTE=172.16.0.0/12 172.17.143.2
46
47DESC=Link naar Hooglandse Kerk
48SDESC=2hlk
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/28
62
63DESC=Link naar Hooglandse Kerk
64SDESC=link2hlk
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.