source:
genesis/nodes/CNodeOBLc/wleiden.conf@
7760
Last change on this file since 7760 was 7660, checked in by , 15 years ago | |
---|---|
|
|
File size: 742 bytes |
Rev | Line | |
---|---|---|
[813] | 1 | # |
2 | # | |
3 | # Read by /usr/local/sbin/wireless-up.pl | |
4 | # | |
5 | # config CNodeOBLc | |
[6528] | 6 | $location="Centrale Bibliotheek, Nieuwstraat 4, 2312 KB, Leiden"; |
[835] | 7 | $master_ip='172.17.153.1'; |
[813] | 8 | $nodetype='CNode'; |
9 | $nodename='OBLc'; | |
10 | ||
[2605] | 11 | $status='up'; |
[813] | 12 | |
[4996] | 13 | $release="5.0-RELEASE"; |
14 | ||
[813] | 15 | |
[4867] | 16 | # edugis x,y 93844,463741 |
17 | $X='93844'; | |
18 | $Y='463741'; | |
19 | ||
[835] | 20 | $config{'xl0'}=sprintf <<XL0; # Ethernet |
[813] | 21 | TYPE=ethernet |
22 | IP=172.17.152.65/27 | |
23 | ||
24 | DESC=Ethernet naar OBL | |
[3306] | 25 | SDESC=eth |
[813] | 26 | |
27 | DHCP=no | |
28 | ||
[830] | 29 | |
[813] | 30 | |
[835] | 31 | XL0 |
[813] | 32 | |
[835] | 33 | $config{'ep0'}=sprintf <<EP0; # Ethernet |
[813] | 34 | TYPE=ethernet |
[835] | 35 | IP=172.17.153.1/24 |
[813] | 36 | |
37 | DESC=AP voor bieb | |
38 | SDESC=apples | |
39 | ||
[835] | 40 | DHCP=10-250 |
[813] | 41 | |
42 | ||
[830] | 43 | |
[813] | 44 | |
[835] | 45 | EP0 |
[813] | 46 | |
47 | ||
[4750] | 48 | $config{'wi0'}=sprintf <<EW1; # link naar CeTIM3 |
[813] | 49 | TYPE=wireless |
50 | IP=172.16.0.162/30 | |
[4750] | 51 | DESC=Link naar CeTIM3 |
52 | SDESC=2cetim3 | |
[813] | 53 | |
54 | ||
55 | MODE=managed | |
56 | ESSID=il-nw.cetim3.wleiden.net | |
57 | CHANNEL=9 | |
58 | ||
59 | ||
60 | DHCP=no | |
61 | ||
62 | EW1 | |
63 | ||
[4870] | 64 |
Note:
See TracBrowser
for help on using the repository browser.