source: genesis/nodes/CNodeHofland/wleiden.conf@ 8119

Last change on this file since 8119 was 8045, checked in by huub, 15 years ago

iris-type config voor NodeHofland met soekris 4521

  • Property svn:eol-style set to native
File size: 955 bytes
Line 
1#
2# config CNodeHofland
3$location="Alan Janssen, Joke Smitlaan 116, 2253 PD, Voorschoten";
4$master_ip='172.20.148.1';
5$nodetype='CNode';
6$nodename='Hofland';
7$release="8.0-RELEASE";
8$status='up';
9$X='92035';
10$Y='462384';
11
12$config{'wi0'}=sprintf <<WI0; # ap
13TYPE=wireless
14IP=$master_ip/26
15DESC=AP voor de buurt
16SDESC=ap
17DHCP=10-60
18MODE=master
19ESSID=ap-WirelessLeiden-Hofland
20CHANNEL=3
21WI0
22
23$config{'sis0'}=sprintf <<SIS0; # Ethernet
24TYPE=ethernet
25IP=10.0.0.1/24
26DESC=Ethernet naar Alan
27SDESC=eth
28DHCP=no
29SIS0
30
31$config{'sis1'}=sprintf <<SIS1; # link AJSoft2
32TYPE=ethernet
33EXTRA_TYPE=eth2wifibridge
34IP=172.16.3.54/30
35DESC=Link naar AJSoft2
36SDESC=2ajsoft2
37DHCP=no
38#MODE=bridge managed
39#ESSID=il-w.ajsoft2.wleiden.net
40#CHANNEL=100
41#NSMAC=00:15:6D:
42SIS1
43
44
45$config{'wi1'}=sprintf <<WI1;# naar Voorschoten
46TYPE=wireless
47IP=172.20.149.1/26
48DESC=InterLink naar Voorschoten
49SDESC=2voorschoten
50DHCP=no
51MODE=master
52ESSID=ap-zw.hofland.wleiden.net
53CHANNEL=8
54WI1
Note: See TracBrowser for help on using the repository browser.