source: genesis/nodes/CNodeLMstruykverwo2/wleiden.conf@ 8261

Last change on this file since 8261 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.0 KB
Line 
1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeLMstruykverwo2
7$location="Struyk Verwo Infra, Westerdijk 18-B, 2452 VA, Leimuiden";
8
9$master_ip='172.25.74.1';
10$nodetype='CNode';
11$nodename='LMStruykVerwo2';
12$release="7.2-RELEASE";
13
14
15$status='up';
16
17$X='104462';
18$Y='469879';
19
20$AGGREGATE=22;
21
22$config{'sis0'}=sprintf <<ED0;
23COMMENT=ethernet poort 0 StruykVerwo2
24TYPE=ethernet
25IP=172.25.74.65/29
26
27DESC=Ethernet poort StuykVerwo2
28SDESC=eth
29
30DHCP=no
31
32
33ED0
34
35$config{'sis1'}=sprintf <<ED1;
36COMMENT=Ethernet naar LMStruykVerwo1
37TYPE=ethernet
38IP=172.16.1.182/30
39
40DESC=Ethernet naar LMStruykVerwo1
41SDESC=2lmstruykverwo1
42
43DHCP=no
44
45
46ED1
47
48$config{'wi0'}=sprintf <<EW0;
49COMMENT=interlink struykverwo kaag
50TYPE=wireless
51IP=172.16.1.197/30
52DESC=interlink naar kaag
53SDESC=2kaag
54
55MODE=master
56ESSID=il-w.strkvw.wleiden.net
57CHANNEL=11
58
59
60EW0
61
62$config{'wi1'}=sprintf <<EW1;
63COMMENT=Interlink kempers - struykverwo
64TYPE=wireless
65IP=172.16.1.206/30
66DESC=Link naar kempers
67SDESC=2lmkempers1
68
69MODE=managed
70ESSID=il-zw.kmprs.wleiden.net
71CHANNEL=1
72
73
74DHCP=no
75
76EW1
Note: See TracBrowser for help on using the repository browser.