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

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

$labelpos variable is not used anymore

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