source:
genesis/nodes/CNodeRichard/wleiden.conf@
8290
Last change on this file since 8290 was 8290, checked in by , 14 years ago | |
---|---|
File size: 611 bytes |
Rev | Line | |
---|---|---|
[8049] | 1 | # |
2 | # | |
3 | # | |
4 | # Read by /usr/local/sbin/wireless-up.pl | |
5 | # | |
6 | # config CNodeHuub | |
7 | $location='Richard, Terschelling 244, 3524az, Utrecht'; | |
[8290] | 8 | $master_ip='172.17.6.1'; |
[8049] | 9 | $nodetype='CNode'; |
10 | $nodename='Richard'; | |
11 | $release="8.0-RELEASE"; | |
12 | $status='up'; | |
[8102] | 13 | $X='137949'; |
14 | $Y='453165'; | |
[8049] | 15 | |
[8261] | 16 | $config{'sis0'}=sprintf <<SIS0; |
17 | COMMENT=Local ethernet to proxy | |
[8049] | 18 | TYPE=ethernet |
[8290] | 19 | EXTRA_TYPE=tunnel |
20 | IP=172.16.16.10/30 | |
[8049] | 21 | DESC=Local Ethernet to proxy |
22 | SDESC=2proxy | |
23 | DHCP=no | |
24 | SIS0 | |
[8141] | 25 | |
[8261] | 26 | $config{'wi0'}=sprintf <<WI0; |
[8290] | 27 | COMMENT=Wireless AccessPoint Thuis |
[8141] | 28 | TYPE=wireless |
[8290] | 29 | IP=$master_ip/26 |
[8141] | 30 | DESC=AP |
31 | SDESC=ap | |
32 | DHCP=20-49 | |
33 | MODE=master | |
34 | ESSID=ap-WirelessLeiden-Richard | |
[8142] | 35 | CHANNEL=9 |
[8141] | 36 | WI0 |
Note:
See TracBrowser
for help on using the repository browser.