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