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

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

As humans are to stupid to do proper end of line markings. Lets give the magic/power to the system.

  • 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
45SPEED=11534336
46POINT_TO_POINT=172.16.3.53
47DHCP=no
48
49
50MODE=managed
51ESSID=il-w.ajsoft2.wleiden.net
[6005]52#CHANNEL=13
53
[6757]54ETH1
[6005]55
56
[6757]57$config{'wlan0'}=sprintf <<WLAN0;
[5899]58TYPE=wireless
[6757]59IP=172.20.149.1/26
60DESC=InterLink naar Voorschoten
61SDESC=2voorschoten
[5899]62SPEED=1153436
[6757]63DHCP=40-60
[5899]64
65MODE=master
[6757]66ESSID=ap-omni.hofland2.wleiden.net
[5899]67
[6757]68CHANNEL=1
69WLAN0
[5899]70
[6757]71$config{'wlan1'}=sprintf <<WLAN1;
[6005]72TYPE=wireless
73IP=$master_ip/26
74DESC=InterLink naar Voorschoten
75SDESC=2voorschoten
[5899]76SPEED=1153436
[6757]77DHCP=40-60
[5899]78
79MODE=master
[6757]80ESSID=ap-omni.hofland.wleiden.net
[5899]81
[6757]82CHANNEL=10
83WLAN1
Note: See TracBrowser for help on using the repository browser.