source:
genesis/nodes/CNodeZwet/wleiden.conf@
8215
Last change on this file since 8215 was 8215, checked in by , 15 years ago | |
---|---|
|
|
File size: 814 bytes |
Rev | Line | |
---|---|---|
[2423] | 1 | # |
2 | # config CNodeZwet | |
[6588] | 3 | $location="Fam van der Zwet, Nieuweweg 3, 2381 NW,Zoeterwoude "; |
[3804] | 4 | $master_ip='172.27.129.1'; |
[2423] | 5 | $nodetype='CNode'; |
6 | $nodename='Zwet'; | |
[7587] | 7 | $remote_access='rvdzwet.xs4all.nl:23'; |
[2423] | 8 | |
[2605] | 9 | $status='up'; |
10 | ||
[2423] | 11 | |
[7186] | 12 | # edugis x,y 94340,459330 |
13 | $X='94340'; | |
14 | $Y='459330'; | |
[4442] | 15 | |
[8202] | 16 | $config{'ath0'}=sprintf <<ATH0; |
17 | TYPE=wireless | |
[7253] | 18 | IP=$master_ip/26 |
[2423] | 19 | |
[8202] | 20 | DESC=Omni voor Buurt |
21 | SDESC=2buurt | |
[2423] | 22 | |
[8202] | 23 | MODE=master |
24 | ESSID=ap-WirelessLeiden-Zwet | |
25 | CHANNEL=10 | |
26 | ||
[7186] | 27 | DHCP=10-60 |
[2423] | 28 | |
[8202] | 29 | ATH0 |
[2423] | 30 | |
[7186] | 31 | |
[8202] | 32 | $config{'vr0'}=sprintf <<VR0; # Link naar Zwet Network |
[2423] | 33 | TYPE=ethernet |
[6345] | 34 | IP=172.27.129.65/28 |
[2423] | 35 | |
[8202] | 36 | DESC=Link to house |
37 | SDESC=2house | |
[2423] | 38 | |
[8202] | 39 | DHCP=66-78 |
[2423] | 40 | |
[8202] | 41 | VR0 |
[3381] | 42 | |
[2423] | 43 | |
[8202] | 44 | $config{'vr1'}=sprintf <<VR1; # Link SOM2 |
45 | TYPE=ethernet | |
[8215] | 46 | IP=172.16.4.140/29 |
[4442] | 47 | |
[8202] | 48 | DESC=Link to SOM2 |
49 | SDESC=2som2 | |
[4442] | 50 | |
[8202] | 51 | VR1 |
[7186] | 52 | |
[8202] | 53 | $config{'vr2'}=sprintf <<VR2; # Link WBRotary1 |
54 | TYPE=ethernet | |
55 | IP=172.16.4.132/29 | |
[4442] | 56 | |
[8202] | 57 | DESC=Link to WBRotary1 |
58 | SDESC=2wbrotary1 | |
[4442] | 59 | |
[8202] | 60 | VR2 |
[4442] | 61 | |
[2423] | 62 | |
63 |
Note:
See TracBrowser
for help on using the repository browser.