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