source: genesis/nodes/CNodeWBRotary2/wleiden.conf@ 8453

Last change on this file since 8453 was 8261, checked in by rick, 15 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.2 KB
RevLine 
[2302]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeWBRotary2
[6528]7$location="NH Kerk, Comriekade 7, 2481 AD, Woubrugge";
[2302]8$master_ip='172.25.56.1';
9$nodetype='CNode';
10$nodename='WBRotary2';
[4996]11$release="5.0-RELEASE";
12
[2302]13
[2605]14$status='up';
15
[6990]16$X='103755';
17$Y='464588';
[2302]18
19$AGGREGATE=22;
20
[8261]21$config{'sis0'}=sprintf <<ED0;
22COMMENT=eth
[2302]23TYPE=ethernet
24IP=172.25.56.65/29
25
26DESC=Ethernet naar Rotary
[3306]27SDESC=eth
[2302]28
[8261]29DHCP=68-70
[2302]30DHCP=no
31
32
33
34ED0
35
[8261]36$config{'sis1'}=sprintf <<ED1;
37COMMENT=ethernet naar CNodeWBRotary1
[2302]38TYPE=ethernet
[2319]39IP=172.16.1.122/30
[2302]40
41DESC=Ethernet naar Rotary1
[4752]42SDESC=2wbrotary1
[2302]43
[8261]44DHCP=68-70
[2302]45DHCP=no
46
47
48
49ED1
50
[8261]51$config{'wi0'}=sprintf <<EW0;
52COMMENT=OMNI
[2302]53TYPE=wireless
54IP=$master_ip/26
55
56DESC=AP-zw voor de buurt
57SDESC=ap-zw
58
59DHCP=10-60
60
61
62MODE=master
63ESSID=ap-zw.WBRotary.wleiden.net
64CHANNEL=2
65
66
67EW0
68
69
[8261]70$config{'wi1'}=sprintf <<EW1;
71COMMENT=link naar Rijnsaterwoude Gemeentehuis
[2302]72TYPE=wireless
[4553]73IP=172.16.2.25/30
[4752]74DESC=Link naar RWGemHuis2
75SDESC=2rwgemhuis2
[2302]76
77
78
79MODE=master
80ESSID=il-no.wbrotary.wleiden.net
[3381]81CHANNEL=9
[2302]82
83
84DHCP=no
85
86EW1
87
[4540]88
[8261]89$config{'wi2'}=sprintf <<EW2;
90COMMENT=link naar Alphen HWFortis
[4975]91TYPE=wireless
[5037]92IP=172.16.0.45/30
[4975]93DESC=Link naar HWFortis
[5037]94SDESC=2hwfortis
[4975]95
96
[5037]97MODE=master
[5148]98ESSID=il-zo.wbrotary.wleiden.net
[4975]99CHANNEL=4
100
101
102DHCP=no
103
104EW2
[5037]105
Note: See TracBrowser for help on using the repository browser.