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

Last change on this file since 6394 was 6387, checked in by rick, 16 years ago

Removed old accient OSPF records as they are long time not used anymore
svn/node-config/genesis $ for file in */*/wleiden.conf; do grep -v 'OSPF' $file > $file.new; mv $file.new $file; done

  • 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 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
36
37XL0
38
39$config{'xl1'}=sprintf <<XL1; # Ethernet
40TYPE=ethernet
41IP=$master_ip/28
42ROUTE=172.16.0.0/12 172.17.143.2
43
44DESC=Link naar Hooglandse Kerk
45SDESC=2hlk
46SPEED=10240000000
47
48DHCP=no
49
50
51XL1
52
53$config{'xl1:0'}=sprintf <<XL10; # Ethernet
54TYPE=ethernet
55IP=172.31.255.1/28
56
57DESC=Link naar Hooglandse Kerk
58SDESC=link2hlk
59SPEED=10240000000
60
61DHCP=no
62
63
64XL10
65
66
Note: See TracBrowser for help on using the repository browser.