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

Last change on this file since 2585 was 2540, checked in by lodewijk, 20 years ago
  • lijtweg2 had $nodename lijtweg3
  • newline aan het eind van CNodeIMI/wleiden.conf, anders parsed het niet
  • $location's bij proxy[123]/wleiden.conf
  • spelfouten
  • Property svn:eol-style set to native
File size: 955 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.98';
8$gw_open='closed';
9$nodetype='proxy';
10$nodename='3';
11$labelpos='left';
12$location='bij RV';
13
14$OS='FreeBSD';
15
16$X='92430';
17$Y='462750';
18
19$config{'xl0'}=sprintf <<XL0; # Ethernet
20TYPE=ethernet
21IP=212.238.215.244/23
22ROUTE=0.0.0.0/0 212.238.214.254
23
24DESC=Demon DSL lijn
25SDESC=2dsl
26SPEED=10240000000
27
28DHCP=no
29
30OSPF_AREA=no
31OSPF_BROADCAST=no
32OSPF_NEIGHBORS=no
33
34XL0
35
36$config{'xl1'}=sprintf <<XL1; # Ethernet
37TYPE=ethernet
38IP=$master_ip/29
39ROUTE=172.16.0.0/12 172.20.128.97
40
41DESC=Link naar RV
42SDESC=2rv
43SPEED=10240000000
44
45DHCP=no
46
47OSPF_AREA=no
48OSPF_BROADCAST=no
49OSPF_NEIGHBORS=no
50
51XL1
52
53$config{'xl1:0'}=sprintf <<XL10; # Ethernet
54TYPE=ethernet
55IP=172.31.255.1/28
56
57DESC=Link naar RV
58SDESC=link2rv
59SPEED=10240000000
60
61DHCP=no
62
63OSPF_AREA=no
64OSPF_BROADCAST=no
65OSPF_NEIGHBORS=no
66
67XL10
68
Note: See TracBrowser for help on using the repository browser.