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

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