source: genesis/nodes/CNodeHoutmarkt/wleiden.conf@ 8271

Last change on this file since 8271 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.2 KB
RevLine 
[3279]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeHoutmarkt
6
[6528]7$location="Speciale Basisschool Vuurvogel, Houtmarkt 36, 2312 PZ, Leiden";
[3288]8$master_ip='172.19.8.1';
[3582]9$nodetype='CNode';
[3299]10$nodename='Houtmarkt';
[4996]11$release="5.0-RELEASE";
12
[3279]13
[3288]14$status='up';
[3279]15
16
[4867]17# edugis x,y 94213,464299
18$X='94213';
19$Y='464299';
[3279]20
[8261]21$config{'ep0'}=sprintf <<ED0;
22COMMENT=Ethernet
[3279]23TYPE=ethernet
[3288]24IP=172.19.8.65/28
[3279]25
26
27DESC=Ethernet naar tweemaster
[3306]28SDESC=eth
[3279]29
[3288]30DHCP=66-78
[3279]31
32
33
34ED0
35
36
[8261]37$config{'wi0'}=sprintf <<EW;
38COMMENT=Omni
[3279]39TYPE=wireless
[3451]40IP=$master_ip/26
[3279]41DESC=omni voor de buurt
42SDESC=omni
43
44DHCP=10-60
45
46
47MODE=master
[3288]48ESSID=ap-omni.houtmarkt.wleiden.net
[6624]49CHANNEL=1
[3279]50
51
[4212]52EW
[3279]53
[8261]54$config{'wi1'}=sprintf <<EW;
55COMMENT=active test AP
[3279]56TYPE=wireless
[4212]57IP=172.19.8.81/30
58DESC=TestAp
59SDESC=2locatie
[3279]60
61
[4212]62MODE=master
63ESSID=il-test.houtmarkt.wleiden.net
64
[3279]65
66DHCP=no
67
[4206]68EW
[3279]69
[8261]70$config{'wi2'}=sprintf <<EW;
71COMMENT=link naar Cetim2
[3279]72TYPE=wireless
[3288]73IP=172.16.0.42/30
[3291]74DESC=Link naar Cetim2
[4749]75SDESC=2Cetim2
[3279]76
77
78DHCP=no
79
80MODE=managed
[3291]81ESSID=il-no.cetim2.wleiden.net
[3279]82
[8261]83CHANNEL=10
[3279]84
85
86DHCP=no
87
[4212]88EW
[3279]89
[8261]90$config{'wi3'}=sprintf <<EW;
91COMMENT=link naar Som
[3288]92TYPE=wireless
93IP=172.16.0.50/30
[3279]94
[3288]95DESC=2som
96SDESC=2som
[3279]97
98
[3288]99DHCP=no
100
101
102MODE=managed
103ESSID=il-z.som.wleiden.net
[8261]104CHANNEL=5
[3288]105
106
[4212]107EW
[3288]108
109
110
111
[4870]112
Note: See TracBrowser for help on using the repository browser.