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

Last change on this file since 9488 was 9256, checked in by huub, 14 years ago

release toegevoegd nodezwet ivm nagios

  • Property svn:eol-style set to native
File size: 854 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$status='up';
9$release="8.2-RELEASE";
10$X='94340';
11$Y='459330';
12
13$config{'ath0'}=sprintf <<ATH0;
14TYPE=wireless
15IP=$master_ip/26
16DESC=Omni voor Buurt
17SDESC=2buurt
18MODE=master
19ESSID=ap-WirelessLeiden-Zwet
20CHANNEL=10
21DHCP=10-60
22ATH0
23
24$config{'vr0'}=sprintf <<VR0;
25COMMENT=Link naar Zwet Network
26TYPE=ethernet
27STATUS=up
28IP=172.27.129.65/28
29
30DESC=Link to house
31SDESC=2house
32
33DHCP=66-78
34
35VR0
36
37
38$config{'vr1'}=sprintf <<VR1;
39COMMENT=Link SOM2
40TYPE=ethernet
41STATUS=up
42IP=172.16.4.142/29
43
44DESC=Link to SOM2
45SDESC=2som2
46
47VR1
48
49$config{'vr2'}=sprintf <<VR2;
50COMMENT=Link PVKerkDuif
51TYPE=ethernet
52STATUS=up
53IP=172.16.16.169/29
54
55DESC=Link to PVKerkDuif
56SDESC=2pvkerkduif
57
58VR2
59
60
61
Note: See TracBrowser for help on using the repository browser.