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

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

$node_config_version 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$genesis_control="YES";
12
13
14$status='up';
15
16# edugis x,y 92035,462384
17$X='92035';
18$Y='462384';
19
20# * Linux expirimental
21# * NOT routing
22# * ath0, ath1?
23# * Specs of machine?
24
25
26$config{'eth0'}=sprintf <<ETH0; # Ethernet
27TYPE=ethernet
28IP=10.0.0.1/24
29
30DESC=Ethernet naar Alan
31SDESC=eth
32DHCP=no
33ETH0
34
35
36
37$config{'eth1'}=sprintf <<ETH1; # link AJSoft2
38TYPE=ethernet
39IP=172.16.3.54/30
40DESC=Link naar AJSoft2
41SDESC=2ajsoft2
42DHCP=no
43
44
45MODE=managed
46ESSID=il-w.ajsoft2.wleiden.net
47#CHANNEL=13
48
49ETH1
50
51
52$config{'wlan0'}=sprintf <<WLAN0;
53TYPE=wireless
54IP=172.20.149.1/26
55DESC=InterLink naar Voorschoten
56SDESC=2voorschoten
57DHCP=40-60
58
59MODE=master
60ESSID=ap-omni.hofland2.wleiden.net
61
62CHANNEL=1
63WLAN0
64
65$config{'wlan1'}=sprintf <<WLAN1;
66TYPE=wireless
67IP=$master_ip/26
68DESC=InterLink naar Voorschoten
69SDESC=2voorschoten
70DHCP=40-60
71
72MODE=master
73ESSID=ap-omni.hofland.wleiden.net
74
75CHANNEL=10
76WLAN1
Note: See TracBrowser for help on using the repository browser.