source: genesis/nodes/CNodePVKerkDuif/wleiden.conf@ 8799

Last change on this file since 8799 was 8799, checked in by rick, 14 years ago

New node in Zoeterwoude coming soon... :-)

  • Property svn:eol-style set to native
File size: 866 bytes
Line 
1#
2$location="PV De Kerkduif, Nieuweweg 9, 2381 NW,Zoeterwoude ";
3$master_ip='172.17.13.1';
4$nodetype='CNode';
5$nodename='PVKerkDuif';
6
7$status='up';
8
9
10$X='94340';
11$Y='459330';
12
13$config{'ath0'}=sprintf <<ATH0;
14TYPE=wireless
15IP=$master_ip/26
16
17DESC=Omni voor Binnen
18SDESC=2binnen
19
20MODE=master
21ESSID=ap-WirelessLeiden-PVKerkDuif
22CHANNEL=10
23
24DHCP=10-60
25
26ATH0
27
28
29$config{'vr0'}=sprintf <<VR0;
30COMMENT=Link naar PVKerkDuif Network
31TYPE=ethernet
32STATUS=up
33IP=172.17.13.65/28
34
35DESC=Link to gebouw
36SDESC=2building
37
38DHCP=66-78
39
40VR0
41
42
43$config{'vr1'}=sprintf <<VR1;
44COMMENT=Link CNodeZwet via NanoStation
45TYPE=ethernet
46STATUS=up
47IP=172.16.16.172/29
48
49DESC=Link to CNodeZwet
50SDESC=2zwet
51
52VR1
53
54$config{'vr2'}=sprintf <<VR2;
55COMMENT=AccessPoint Sportvelden via NanoStation
56TYPE=ethernet
57STATUS=up
58IP=172.17.33.128/26
59
60DESC=AccessPoint Sportvelden
61SDESC=2sportvelden
62
63DHCP=140-180
64VR2
Note: See TracBrowser for help on using the repository browser.