source:
genesis/nodes/CNodeBurcht/wleiden.conf@
10032
Last change on this file since 10032 was 8493, checked in by , 14 years ago | |
---|---|
|
|
File size: 1.1 KB |
Rev | Line | |
---|---|---|
[3974] | 1 | # |
2 | # config CNodeBurcht | |
3 | ||
[7145] | 4 | $location="Societeit de Burcht, Brugsteeg 14, 2312 JS, Leiden"; |
[4097] | 5 | $master_ip='172.17.184.1'; |
[3974] | 6 | $nodetype='CNode'; |
7 | $nodename='Burcht'; | |
8 | ||
[7145] | 9 | $release="7.2"; |
[4996] | 10 | |
[3974] | 11 | |
[4065] | 12 | $status='up'; |
[3974] | 13 | |
[4805] | 14 | # edugis x,y 93794,463755 |
[4867] | 15 | $X='93794'; |
16 | $Y='463755'; | |
[4805] | 17 | |
[8493] | 18 | # Range which spans the two ethernetn ic's to the |
[7145] | 19 | # two AP's (sis0, sis1) |
[4065] | 20 | # |
21 | $tproxy='172.17.184.64/26 172.17.184.128/26'; | |
[4040] | 22 | |
[7145] | 23 | $config{'sis0'}=sprintf <<SIS0; |
[3974] | 24 | TYPE=ethernet |
[8493] | 25 | STATUS=up |
[4097] | 26 | IP=172.17.184.65/26 |
[3974] | 27 | |
28 | DESC=Access Point 1 (tuinzaal) | |
29 | SDESC=aptuinzaal | |
30 | ||
[4065] | 31 | # Keep one IP address (66) available for the |
32 | # Accesspoint itself. The topmost address | |
33 | # (127) is broadcast. | |
34 | DHCP=67-126 | |
[3974] | 35 | |
36 | ||
[7145] | 37 | SIS0 |
[3974] | 38 | |
[7145] | 39 | $config{'sis1'}=sprintf <<SIS1; |
[3974] | 40 | TYPE=ethernet |
[8493] | 41 | STATUS=up |
[4097] | 42 | IP=172.17.184.129/26 |
[3974] | 43 | |
44 | DESC=Access Point 2 (kroeg) | |
45 | SDESC=apkroeg | |
46 | ||
47 | ||
[4065] | 48 | # Keep one IP addres for the AP (130) |
49 | # topmost 191 is the broadcast address. | |
50 | # | |
51 | DHCP=131-190 | |
[3974] | 52 | |
[7145] | 53 | SIS1 |
[3974] | 54 | |
[7145] | 55 | $config{'wi0'}=sprintf <<EW0; |
56 | TYPE=wireless | |
57 | IP=172.16.0.146/30 | |
[3974] | 58 | |
[7145] | 59 | DESC=Interlink naar Vosko |
60 | SDESC=2vosko | |
[3974] | 61 | |
[7145] | 62 | DHCP=no |
63 | ||
64 | ||
65 | MODE=managed | |
66 | ESSID=il-no.vosko.wleiden.net | |
67 | ||
68 | ||
69 | EW0 | |
70 | ||
71 | ||
[3974] | 72 | $config{'wi1'}=sprintf <<EW1; |
73 | TYPE=wireless | |
74 | IP=172.16.0.106/30 | |
75 | ||
[4752] | 76 | DESC=Interlink naar Cetim3 |
77 | SDESC=2cetim3 | |
[3974] | 78 | |
79 | DHCP=no | |
80 | ||
81 | ||
82 | ||
83 | ||
84 | MODE=managed | |
85 | ESSID=il-nw.cetim3.wleiden.net | |
86 | ||
87 | ||
88 | ||
89 | ||
90 | EW1 | |
91 | ||
[4870] | 92 |
Note:
See TracBrowser
for help on using the repository browser.