source: genesis/nodes/proxy2/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: 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='2';
11$location='Hooglandse Kerk';
12
13$OS='FreeBSD';
14
15$X='093990';
16$Y='463646';
17
18$config{'xl0'}=sprintf <<XL0; # Ethernet
19TYPE=ethernet
20IP=212.238.215.242/23
21ROUTE=0.0.0.0/0 212.238.194.254
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/24
38ROUTE=172.16.0.0/12 172.17.143.2
39
40DESC=Link naar Hooglandse Kerk
41SDESC=2hlk
42SPEED=10240000000
43
44DHCP=no
45
46OSPF_AREA=no
47OSPF_BROADCAST=no
48OSPF_NEIGHBORS=no
49
50XL1
51
52$config{'xl1:0'}=sprintf <<XL10; # Ethernet
53TYPE=ethernet
54IP=172.31.255.1/28
55
56DESC=Link naar Hooglandse Kerk
57SDESC=link2hlk
58SPEED=10240000000
59
60DHCP=no
61
62OSPF_AREA=no
63OSPF_BROADCAST=no
64OSPF_NEIGHBORS=no
65
66XL10
67
Note: See TracBrowser for help on using the repository browser.