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

Last change on this file since 2540 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: 1.0 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='1';
11$location='Bij node cope';
12
13$OS='FreeBSD';
14
15$X='093241';
16$Y='463790';
17
18$config{'xl0'}=sprintf <<XL0; # Ethernet
19TYPE=ethernet
20IP=192.168.1.2/24
21ROUTE=0.0.0.0/0 192.168.1.1
22
23DESC=Demon DSL lijn
24SDESC=2dsl
25SPEED=10240000000
26
27DHCP=no
28
29OSPF_AREA=no
30OSPF_BROADCAST=no
31OSPF_NEIGHBORS=no
32
33XL0
34
35$config{'xl1'}=sprintf <<XL1; # Ethernet
36TYPE=ethernet
37IP=$master_ip/29
38
39ROUTE=172.16.0.0/12 172.17.8.65
40
41DESC=Link naar Cope
42SDESC=2cope
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/30
56
57DESC=Link naar Cope
58SDESC=link2cope
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.