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

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

Ip was already used by DirkLos1

  • Property svn:eol-style set to native
File size: 814 bytes
Line 
1#
2# config CNodeZwet
3$location="Fam van der Zwet, Nieuweweg 3, 2381 NW,Zoeterwoude ";
4$master_ip='172.27.129.1';
5$nodetype='CNode';
6$nodename='Zwet';
7$remote_access='rvdzwet.xs4all.nl:23';
8
9$status='up';
10
11
12# edugis x,y 94340,459330
13$X='94340';
14$Y='459330';
15
16$config{'ath0'}=sprintf <<ATH0;
17TYPE=wireless
18IP=$master_ip/26
19
20DESC=Omni voor Buurt
21SDESC=2buurt
22
23MODE=master
24ESSID=ap-WirelessLeiden-Zwet
25CHANNEL=10
26
27DHCP=10-60
28
29ATH0
30
31
32$config{'vr0'}=sprintf <<VR0; # Link naar Zwet Network
33TYPE=ethernet
34IP=172.27.129.65/28
35
36DESC=Link to house
37SDESC=2house
38
39DHCP=66-78
40
41VR0
42
43
44$config{'vr1'}=sprintf <<VR1; # Link SOM2
45TYPE=ethernet
46IP=172.16.4.140/29
47
48DESC=Link to SOM2
49SDESC=2som2
50
51VR1
52
53$config{'vr2'}=sprintf <<VR2; # Link WBRotary1
54TYPE=ethernet
55IP=172.16.4.132/29
56
57DESC=Link to WBRotary1
58SDESC=2wbrotary1
59
60VR2
61
62
63
Note: See TracBrowser for help on using the repository browser.