source: genesis/nodes/CNodeLCPL/wleiden.conf@ 8360

Last change on this file since 8360 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: 1.3 KB
RevLine 
[2573]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeLCPL
[6528]6$location="LCPL, Rooseveltstraat 4C, 2321 BM, Leiden";
[3509]7$master_ip='172.21.16.1';
[3582]8$nodetype='CNode';
[2573]9$nodename='LCPL';
10
[2642]11$status='up';
[2605]12
[4996]13$release="5.0-RELEASE";
14
[2573]15
[4867]16# edugis x,y 93049,462483
17$X='93049';
18$Y='462483';
19
[2573]20$LOKATIE='Roseveltstraat 4c, Leiden';
21
[8261]22$config{'sis0'}=sprintf <<ED0;
23COMMENT=Ethernet
[2573]24TYPE=ethernet
25IP=172.21.16.65/28
26
27DESC=Ethernet naar LCPL
[3138]28SDESC=2lab
[2573]29
30DHCP=no
31
32
33ED0
34
[8261]35$config{'sis0:0'}=sprintf <<ED00;
36COMMENT=Ethernet
[2911]37TYPE=ethernet
[2912]38IP=172.21.16.97/27
[2573]39
[2911]40DESC=Ethernet naar LCPL-Servers
[3138]41SDESC=2servers
[2573]42
[2911]43DHCP=no
44
45
46ED00
47
[8261]48$config{'sis0:1'}=sprintf <<ED01;
49COMMENT=Ethernet
[3509]50TYPE=ethernet
51IP=172.21.16.129/28
52
53DESC=Ethernet to LCPL-jails
54SDESC=2jails
55
56DHCP=no
57
58
59ED01
60
[8261]61$config{'wi0'}=sprintf <<EW0;
62COMMENT=omni
[2573]63TYPE=wireless
64IP=$master_ip/26
65
66DESC=omni 8Dbi
67SDESC=no
68
69DHCP=10-60
70
71
72MODE=master
73ESSID=ap-omni.LCPL.wleiden.net
74CHANNEL=1
75
76
77EW0
78
[8261]79$config{'wi1'}=sprintf <<EW1;
80COMMENT=Link naar Haagwijk
[2573]81
82TYPE=wireless
[2642]83IP=172.16.1.174/30
84DESC=Link naar Haagwijk
[4749]85SDESC=2haagwijk
[2573]86
87
88MODE=managed
[2642]89ESSID=il-o.haagwijk.wleiden.net
[2573]90
[8261]91CHANNEL=9
[2573]92
93
94DHCP=no
[3804]95
[2602]96EW1
[2642]97
[8261]98$config{'wi2'}=sprintf <<EW2;
99COMMENT=Link naar Grip
[2643]100TYPE=wireless
[2642]101IP=172.16.1.2/30
102DESC=Link naar Grip
103SDESC=2grip
104
105
106MODE=managed
107ESSID=il-zw.grip.wleiden.net
108
[8261]109CHANNEL=9
[2642]110
111
112DHCP=no
113
114EW2
115
[3804]116
[4870]117
Note: See TracBrowser for help on using the repository browser.