source: genesis/nodes/CNodeZwet/wleiden.conf@ 6465

Last change on this file since 6465 was 6387, checked in by rick, 16 years ago

Removed old accient OSPF records as they are long time not used anymore
svn/node-config/genesis $ for file in */*/wleiden.conf; do grep -v 'OSPF' $file > $file.new; mv $file.new $file; done

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1# Read by /usr/local/sbin/wireless-up.pl
2#
3# config CNodeZwet
4$location="Buurt sportvelden, Particulier dak,Zoeterwoude ";
5$master_ip='172.27.129.1';
6$gw_open='closed';
7$nodetype='CNode';
8$nodename='Zwet';
9
10$status='up';
11
12$release="5.0-RELEASE";
13$node_config_version="1";
14$genesis_control="YES";
15
16$OS='FreeBSD';
17$labelpos='left';
18
19# edugis x,y 94319,459273
20$X='94319';
21$Y='459273';
22
23$config{'ep0'}=sprintf <<ED0;
24TYPE=ethernet
25IP=172.27.129.81/28
26DESC=Link naar pc's
27SDESC=2zwet-pc
28
29DHCP=82-94
30
31
32ED0
33
34$config{'xl0'}=sprintf <<ED1; # Link naar thuisnetwerk
35TYPE=ethernet
36IP=172.27.129.65/28
37
38DESC=Link naar thuisnetwerk
39SDESC=2home
40SPEED=10240000000
41
42
43DHCP=no
44
45ED1
46
47$config{'xl1'}=sprintf <<ED2; # Link naar Duivenhok
48TYPE=ethernet
49IP=172.16.1.166/30
50
51DESC=Link naar duivenhok
52SDESC=2duivenhok
53SPEED=10240000000
54
55DHCP=no
56
57POINT_TO_POINT=172.16.1.165
58
59ED2
60
61$config{'wi0'}=sprintf <<EW0; # OMNI
62TYPE=wireless
63IP=$master_ip/26
64
65DESC=Omni voor de buurt
66SDESC=omni
67SPEED=11534336
68
69
70MODE=master
71ESSID=ap-omni.zwet.wleiden.net
72CHANNEL=1
73
74DHCP=10-60
75
76POLAR=Ver
77ANTENNA=omni
78GAIN=5dBi
79DIRECTION=omni
80BEAMWIDTH=360
81CABLE=5
82HEIGTH=14
83
84EW0
85
86
Note: See TracBrowser for help on using the repository browser.