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

Last change on this file since 8292 was 8261, checked in by rick, 14 years ago
  • Commented variables are kind of useless as no program will be able to parse them. So made them 'active'
  • The text behind the $config proves to be a more usefull description than the normal DESC field, pushed them into a variable called COMMENT so we can finally start using them.
  • Commented code is in general bad stuff with a revision control system as it clutters the view, made the non active interface just 'idle' active.
  • Property svn:eol-style set to native
File size: 830 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;
33COMMENT=Link naar Zwet Network
34TYPE=ethernet
35IP=172.27.129.65/28
36
37DESC=Link to house
38SDESC=2house
39
40DHCP=66-78
41
42VR0
43
44
45$config{'vr1'}=sprintf <<VR1;
46COMMENT=Link SOM2
47TYPE=ethernet
48IP=172.16.4.142/29
49
50DESC=Link to SOM2
51SDESC=2som2
52
53VR1
54
55$config{'vr2'}=sprintf <<VR2;
56COMMENT=Link WBRotary1
57TYPE=ethernet
58IP=172.16.4.129/29
59
60DESC=Link to WBRotary1
61SDESC=2wbrotary1
62
63VR2
64
65
66
Note: See TracBrowser for help on using the repository browser.