source:
genesis/nodes/CNodeBurcht/wleiden.conf@
7145
Last change on this file since 7145 was 7145, checked in by , 15 years ago | |
---|---|
|
|
File size: 1.5 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 | $gw_open='closed'; |
7 | $nodetype='CNode'; | |
8 | $nodename='Burcht'; | |
9 | ||
[7145] | 10 | $release="7.2"; |
[4998] | 11 | $node_config_version="1"; |
12 | $genesis_control="YES"; | |
[4996] | 13 | |
[3974] | 14 | $OS='FreeBSD'; |
15 | ||
[4065] | 16 | $status='up'; |
[3974] | 17 | |
[4805] | 18 | # edugis x,y 93794,463755 |
[4867] | 19 | $X='93794'; |
20 | $Y='463755'; | |
[4805] | 21 | |
[4040] | 22 | # Range which spans the two ethernet nic's to the |
[7145] | 23 | # two AP's (sis0, sis1) |
[4065] | 24 | # |
25 | $tproxy='172.17.184.64/26 172.17.184.128/26'; | |
[4040] | 26 | |
[7145] | 27 | $config{'sis0'}=sprintf <<SIS0; |
[3974] | 28 | TYPE=ethernet |
[4097] | 29 | IP=172.17.184.65/26 |
[3974] | 30 | |
31 | DESC=Access Point 1 (tuinzaal) | |
32 | SDESC=aptuinzaal | |
33 | SPEED=10240000000 | |
34 | ||
[4065] | 35 | # Keep one IP address (66) available for the |
36 | # Accesspoint itself. The topmost address | |
37 | # (127) is broadcast. | |
38 | DHCP=67-126 | |
[3974] | 39 | |
40 | ||
[7145] | 41 | SIS0 |
[3974] | 42 | |
[7145] | 43 | $config{'sis1'}=sprintf <<SIS1; |
[3974] | 44 | TYPE=ethernet |
[4097] | 45 | IP=172.17.184.129/26 |
[3974] | 46 | |
47 | DESC=Access Point 2 (kroeg) | |
48 | SDESC=apkroeg | |
49 | SPEED=102400000000 | |
50 | ||
51 | ||
[4065] | 52 | # Keep one IP addres for the AP (130) |
53 | # topmost 191 is the broadcast address. | |
54 | # | |
55 | DHCP=131-190 | |
[3974] | 56 | |
[7145] | 57 | SIS1 |
[3974] | 58 | |
[7145] | 59 | $config{'wi0'}=sprintf <<EW0; |
60 | TYPE=wireless | |
61 | IP=172.16.0.146/30 | |
[3974] | 62 | |
[7145] | 63 | DESC=Interlink naar Vosko |
64 | SDESC=2vosko | |
65 | SPEED=11534336 | |
[3974] | 66 | |
[7145] | 67 | DHCP=no |
68 | ||
69 | POINT_TO_POINT=172.16.0.145 | |
70 | ||
71 | MODE=managed | |
72 | ESSID=il-no.vosko.wleiden.net | |
73 | ||
74 | POLAR=HOR | |
75 | ANTENNA=8080 | |
76 | GAIN=8dBi | |
77 | DIRECTION=45 | |
78 | BEAMWIDTH=180 | |
79 | CABLE=2 | |
80 | HEIGTH=15 | |
81 | ||
82 | EW0 | |
83 | ||
84 | ||
[3974] | 85 | $config{'wi1'}=sprintf <<EW1; |
86 | TYPE=wireless | |
87 | IP=172.16.0.106/30 | |
88 | ||
[4752] | 89 | DESC=Interlink naar Cetim3 |
90 | SDESC=2cetim3 | |
[3974] | 91 | SPEED=11534336 |
92 | ||
93 | DHCP=no | |
94 | ||
95 | POINT_TO_POINT=172.16.0.105 | |
96 | ||
97 | ||
98 | ||
99 | MODE=managed | |
100 | ESSID=il-nw.cetim3.wleiden.net | |
101 | ||
102 | ||
103 | POLAR=Hor | |
104 | ANTENNA=8080 | |
105 | GAIN=8dBi | |
106 | ||
107 | DIRECTION=240 | |
108 | BEAMWIDTH=180 | |
109 | CABLE=2 | |
110 | HEIGTH=15 | |
111 | ||
112 | EW1 | |
113 | ||
[4870] | 114 |
Note:
See TracBrowser
for help on using the repository browser.