source:
genesis/nodes/CNodeBurcht/wleiden.conf@
8119
Last change on this file since 8119 was 7657, checked in by , 15 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 | |
[4040] | 18 | # Range which spans the two ethernet nic'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 |
[4097] | 25 | IP=172.17.184.65/26 |
[3974] | 26 | |
27 | DESC=Access Point 1 (tuinzaal) | |
28 | SDESC=aptuinzaal | |
29 | ||
[4065] | 30 | # Keep one IP address (66) available for the |
31 | # Accesspoint itself. The topmost address | |
32 | # (127) is broadcast. | |
33 | DHCP=67-126 | |
[3974] | 34 | |
35 | ||
[7145] | 36 | SIS0 |
[3974] | 37 | |
[7145] | 38 | $config{'sis1'}=sprintf <<SIS1; |
[3974] | 39 | TYPE=ethernet |
[4097] | 40 | IP=172.17.184.129/26 |
[3974] | 41 | |
42 | DESC=Access Point 2 (kroeg) | |
43 | SDESC=apkroeg | |
44 | ||
45 | ||
[4065] | 46 | # Keep one IP addres for the AP (130) |
47 | # topmost 191 is the broadcast address. | |
48 | # | |
49 | DHCP=131-190 | |
[3974] | 50 | |
[7145] | 51 | SIS1 |
[3974] | 52 | |
[7145] | 53 | $config{'wi0'}=sprintf <<EW0; |
54 | TYPE=wireless | |
55 | IP=172.16.0.146/30 | |
[3974] | 56 | |
[7145] | 57 | DESC=Interlink naar Vosko |
58 | SDESC=2vosko | |
[3974] | 59 | |
[7145] | 60 | DHCP=no |
61 | ||
62 | ||
63 | MODE=managed | |
64 | ESSID=il-no.vosko.wleiden.net | |
65 | ||
66 | ||
67 | EW0 | |
68 | ||
69 | ||
[3974] | 70 | $config{'wi1'}=sprintf <<EW1; |
71 | TYPE=wireless | |
72 | IP=172.16.0.106/30 | |
73 | ||
[4752] | 74 | DESC=Interlink naar Cetim3 |
75 | SDESC=2cetim3 | |
[3974] | 76 | |
77 | DHCP=no | |
78 | ||
79 | ||
80 | ||
81 | ||
82 | MODE=managed | |
83 | ESSID=il-nw.cetim3.wleiden.net | |
84 | ||
85 | ||
86 | ||
87 | ||
88 | EW1 | |
89 | ||
[4870] | 90 |
Note:
See TracBrowser
for help on using the repository browser.