source: genesis/nodes/proxy3/wleiden.conf@ 1002

Last change on this file since 1002 was 995, checked in by jasper, 21 years ago

proxy2,3 coordinaten

File size: 768 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config Proxy3 bij RV
6
7$master_ip='172.20.128.67/29';
8$gw_open='closed';
9$nodetype='proxy';
10$nodename='3';
11
12$OS='FreeBSD';
13
14$X='92430';
15$Y='462750';
16
17$config{'xl0'}=sprintf <<XL0; # Ethernet
18TYPE=ethernet
19IP=192.168.1.2/24
20
21DESC=Demon DSL lijn
22SDESC=2dsl
23SPEED=10240000000
24
25DHCP=no
26
27OSPF_AREA=no
28OSPF_BROADCAST=no
29OSPF_NEIGHBORS=no
30
31XL0
32
33$config{'xl1'}=sprintf <<XL1; # Ethernet
34TYPE=ethernet
35IP=$master_ip
36
37DESC=Link naar RV
38SDESC=2rv
39SPEED=10240000000
40
41DHCP=no
42
43OSPF_AREA=no
44OSPF_BROADCAST=no
45OSPF_NEIGHBORS=no
46
47XL1
48
49$config{'xl1:0'}=sprintf <<XL10; # Ethernet
50TYPE=ethernet
51IP=172.31.255.1 /30
52
53DESC=Link naar RV
54SDESC=link2rv
55SPEED=10240000000
56
57DHCP=no
58
59OSPF_AREA=no
60OSPF_BROADCAST=no
61OSPF_NEIGHBORS=no
62
63XL10
64
Note: See TracBrowser for help on using the repository browser.