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

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