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