source: genesis/nodes/CNodeSHFortis/wleiden.conf@ 8213

Last change on this file since 8213 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 
[2897]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
[6530]6$location="Stadhuisplein 1, 2405 SH, Alphen aan den Rijn";
[2897]7$master_ip='172.28.136.1';
8$nodetype='CNode';
[3306]9$nodename='SHFortis';
[4996]10$release="5.0-RELEASE";
11
[2897]12
[4838]13$status='up';
[2897]14
[4867]15# edugis x,y 105150,460400
[4838]16$X='105150';
17$Y='460400';
[2897]18
19#$AGGREGATE=22;
20
21$config{'sis0'}=sprintf <<ED0; # eth
22TYPE=ethernet
23IP=172.28.136.65/29
24
[3306]25DESC=2vloer
26SDESC=eth
[2897]27
28#DHCP=68-70
29DHCP=no
30
31
32
33
34ED0
35
[3521]36$config{'wi0'}=sprintf <<EW0; # OMNI
[2897]37TYPE=wireless
[3521]38IP=$master_ip/26
39
40DESC=omni voor de buurt
41SDESC=ap-omni
42
43DHCP=10-60
44
45
46MODE=master
47ESSID=ap-omni.shfortis.walphen.net
48CHANNEL=8
49
50HEIGHT=16
51
52EW0
53
54
[4539]55$config{'wi1'}=sprintf <<EW1; # link naar Koster
[3521]56TYPE=wireless
[2897]57IP=172.28.1.130/30
[4539]58DESC=Link naar Koster
[4750]59SDESC=2Koster
[2897]60
61
62
[3551]63MODE=master
[3471]64ESSID=il-w.shfortis.walphen.net
[3551]65CHANNEL=11
[2897]66
67
68DHCP=no
69
70EW1
71
72
[4539]73$config{'wi2'}=sprintf <<EW2; # link naar PPFortis
[2897]74TYPE=wireless
75IP=172.28.1.138/30
[4539]76DESC=Link naar PPFortis
77SDESC=2PPFortis
[2897]78
79
[4539]80MODE=master
[4558]81ESSID=il-o.shfortis.walphen.net
[3471]82CHANNEL=3
[2897]83
84
85DHCP=no
86
[3521]87EW2
[2897]88
[4870]89
Note: See TracBrowser for help on using the repository browser.