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

Last change on this file since 9948 was 8493, checked in by richardvm, 14 years ago

Added status info

  • 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
[8261]21$config{'sis0'}=sprintf <<ED0;
22COMMENT=eth
[2897]23TYPE=ethernet
[8493]24STATUS=up
[2897]25IP=172.28.136.65/29
26
[3306]27DESC=2vloer
28SDESC=eth
[2897]29
[8261]30DHCP=68-70
[2897]31DHCP=no
32
33
34
35
36ED0
37
[8261]38$config{'wi0'}=sprintf <<EW0;
39COMMENT=OMNI
[2897]40TYPE=wireless
[3521]41IP=$master_ip/26
42
43DESC=omni voor de buurt
44SDESC=ap-omni
45
46DHCP=10-60
47
48
49MODE=master
50ESSID=ap-omni.shfortis.walphen.net
51CHANNEL=8
52
53HEIGHT=16
54
55EW0
56
57
[8261]58$config{'wi1'}=sprintf <<EW1;
59COMMENT=link naar Koster
[3521]60TYPE=wireless
[2897]61IP=172.28.1.130/30
[4539]62DESC=Link naar Koster
[4750]63SDESC=2Koster
[2897]64
65
66
[3551]67MODE=master
[3471]68ESSID=il-w.shfortis.walphen.net
[3551]69CHANNEL=11
[2897]70
71
72DHCP=no
73
74EW1
75
76
[8261]77$config{'wi2'}=sprintf <<EW2;
78COMMENT=link naar PPFortis
[2897]79TYPE=wireless
80IP=172.28.1.138/30
[4539]81DESC=Link naar PPFortis
82SDESC=2PPFortis
[2897]83
84
[4539]85MODE=master
[4558]86ESSID=il-o.shfortis.walphen.net
[3471]87CHANNEL=3
[2897]88
89
90DHCP=no
91
[3521]92EW2
[2897]93
[4870]94
Note: See TracBrowser for help on using the repository browser.