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

Last change on this file since 7947 was 7657, checked in by rick, 15 years ago

$genesis_control is not used anymore

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeHofland
6$location="Alan Janssen, Joke Smitlaan 116, 2253 PD, Voorschoten";
7$master_ip='172.20.148.1';
8$nodetype='CNode';
9$nodename='Hofland';
10$release="2.6.19.2-pyramid.metrix.net";
11
12
13$status='up';
14
15# edugis x,y 92035,462384
16$X='92035';
17$Y='462384';
18
19# * Linux expirimental
20# * NOT routing
21# * ath0, ath1?
22# * Specs of machine?
23
24
25$config{'eth0'}=sprintf <<ETH0; # Ethernet
26TYPE=ethernet
27IP=10.0.0.1/24
28
29DESC=Ethernet naar Alan
30SDESC=eth
31DHCP=no
32ETH0
33
34
35
36$config{'eth1'}=sprintf <<ETH1; # link AJSoft2
37TYPE=ethernet
38IP=172.16.3.54/30
39DESC=Link naar AJSoft2
40SDESC=2ajsoft2
41DHCP=no
42
43
44MODE=managed
45ESSID=il-w.ajsoft2.wleiden.net
46#CHANNEL=13
47
48ETH1
49
50
51$config{'wlan0'}=sprintf <<WLAN0;
52TYPE=wireless
53IP=172.20.149.1/26
54DESC=InterLink naar Voorschoten
55SDESC=2voorschoten
56DHCP=40-60
57
58MODE=master
59ESSID=ap-omni.hofland2.wleiden.net
60
61CHANNEL=1
62WLAN0
63
64$config{'wlan1'}=sprintf <<WLAN1;
65TYPE=wireless
66IP=$master_ip/26
67DESC=InterLink naar Voorschoten
68SDESC=2voorschoten
69DHCP=40-60
70
71MODE=master
72ESSID=ap-omni.hofland.wleiden.net
73
74CHANNEL=10
75WLAN1
Note: See TracBrowser for help on using the repository browser.