| Last change
 on this file since 8472 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:
            986 bytes | 
      
      
| Line |  | 
|---|
| 1 | # | 
|---|
| 2 | #  Read by /usr/local/sbin/wireless-up.pl | 
|---|
| 3 | # | 
|---|
| 4 | # config CNodeLangeVoort | 
|---|
| 5 | $location="hazenboslaan 39, 2343 SW, tegenover school met vleugel dak, Oegstgeest"; | 
|---|
| 6 | $master_ip='172.23.25.1'; | 
|---|
| 7 | $nodetype='CNode'; | 
|---|
| 8 | $nodename='langevoort'; | 
|---|
| 9 | $release="7.2-RELEASE"; | 
|---|
| 10 |  | 
|---|
| 11 | $X='92774'; | 
|---|
| 12 | $Y='466843'; | 
|---|
| 13 | $status='up'; | 
|---|
| 14 |  | 
|---|
| 15 | $config{'sis0'}=sprintf <<SIS0; | 
|---|
| 16 | COMMENT=eth | 
|---|
| 17 | TYPE=ethernet | 
|---|
| 18 | IP=172.23.25.65/30 | 
|---|
| 19 | DESC=Ethernet naar proxy | 
|---|
| 20 | SDESC=eth | 
|---|
| 21 | SIS0 | 
|---|
| 22 |  | 
|---|
| 23 | $config{'wi0'}=sprintf <<EW0; | 
|---|
| 24 | COMMENT=Locale Omni | 
|---|
| 25 | TYPE=wireless | 
|---|
| 26 | IP=$master_ip/26 | 
|---|
| 27 | DESC=Omni voor de buurt | 
|---|
| 28 | SDESC=omni | 
|---|
| 29 | DHCP=10-60 | 
|---|
| 30 | MODE=master | 
|---|
| 31 | ESSID=ap-omni.langevoort.wleiden.net | 
|---|
| 32 | CHANNEL=6 | 
|---|
| 33 | EW0 | 
|---|
| 34 |  | 
|---|
| 35 | $config{'wi1'}=sprintf <<EW1; | 
|---|
| 36 | COMMENT=Link naar hofwijck | 
|---|
| 37 | TYPE=wireless | 
|---|
| 38 | IP=172.16.3.134/30 | 
|---|
| 39 | DESC=Link naar hofwijck | 
|---|
| 40 | SDESC=2hofwijck | 
|---|
| 41 | MODE=managed | 
|---|
| 42 | ESSID=il-w.hofwijck.wleiden.net | 
|---|
| 43 | CHANNEL=3 | 
|---|
| 44 | DHCP=no | 
|---|
| 45 | EW1 | 
|---|
| 46 |  | 
|---|
| 47 | $config{'wi2'}=sprintf <<EW2; | 
|---|
| 48 | COMMENT=Link naar Lijtweg1 | 
|---|
| 49 | TYPE=wireless | 
|---|
| 50 | IP=172.16.3.66/30 | 
|---|
| 51 | DESC=Link naar Lijtweg1 | 
|---|
| 52 | SDESC=2lijtweg1 | 
|---|
| 53 | MODE=managed | 
|---|
| 54 | ESSID=il-o.lijtweg1.wleiden.net | 
|---|
| 55 | DHCP=no | 
|---|
| 56 | EW2 | 
|---|
| 57 |  | 
|---|
| 58 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.