source: genesis/nodes/proxy4/wleiden.conf@ 5825

Last change on this file since 5825 was 5825, checked in by huub, 17 years ago

config voor proxy4 (Pergolesipad) gemaakt

File size: 892 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config Proxy4 in Modelwoning Pergolesipad bij NodeLivingLab
6
7$master_ip='172.20.140.1';
8$gw_open='closed';
9$nodetype='Proxy';
10$nodename='Proxy4';
11$labelpos='left';
12$location='bij Pergolesipad';
13
14$status='up';
15
16$release="6.0-RELEASE";
17$node_config_version="1";
18$genesis_control="YES";
19
20$OS='FreeBSD';
21
22# edugis x,y,92036,462256
23$X='92036';
24$Y='462256';
25
26$config{'xl0'}=sprintf <<XL0; # Ethernet
27TYPE=ethernet
28
29DESC=Portaal glasvezel
30SDESC=2glas
31SPEED=10240000000
32
33DHCP=yes
34
35OSPF_AREA=no
36OSPF_BROADCAST=no
37OSPF_NEIGHBORS=no
38
39XL0
40
41$config{'xl1'}=sprintf <<XL1; # Ethernet
42TYPE=ethernet
43IP=172.20.140.66/27
44ROUTE=172.16.0.0/12 172.20.140.65/27
45
46DESC=Link naar LivingLab
47SDESC=2rv
48SPEED=10240000000
49
50DHCP=no
51
52OSPF_AREA=no
53OSPF_BROADCAST=no
54OSPF_NEIGHBORS=no
55
56XL1
Note: See TracBrowser for help on using the repository browser.