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

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

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