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

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

CABLE variable is not used anymore

  • Property svn:eol-style set to native
File size: 1.4 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$gw_open='closed';
9$nodetype='CNode';
[3306]10$nodename='SHFortis';
[4996]11$release="5.0-RELEASE";
[4998]12$node_config_version="1";
13$genesis_control="YES";
[4996]14
[2897]15$OS='FreeBSD';
[3043]16$labelpos='center';
[2897]17
[4838]18$status='up';
[2897]19
[4867]20# edugis x,y 105150,460400
[4838]21$X='105150';
22$Y='460400';
[2897]23
24#$AGGREGATE=22;
25
26$config{'sis0'}=sprintf <<ED0; # eth
27TYPE=ethernet
28IP=172.28.136.65/29
29
[3306]30DESC=2vloer
31SDESC=eth
[2897]32
33#DHCP=68-70
34DHCP=no
35
36
37
38
39ED0
40
[3521]41$config{'wi0'}=sprintf <<EW0; # OMNI
[2897]42TYPE=wireless
[3521]43IP=$master_ip/26
44
45DESC=omni voor de buurt
46SDESC=ap-omni
47
48DHCP=10-60
49
50
51MODE=master
52ESSID=ap-omni.shfortis.walphen.net
53CHANNEL=8
54
55DIRECTION=
56BEAMWIDTH=360
57HEIGHT=16
58
59EW0
60
61
[4539]62$config{'wi1'}=sprintf <<EW1; # link naar Koster
[3521]63TYPE=wireless
[2897]64IP=172.28.1.130/30
[4539]65DESC=Link naar Koster
[4750]66SDESC=2Koster
[2897]67POINT_TO_POINT=172.28.1.129
68
69
70
[3551]71MODE=master
[3471]72ESSID=il-w.shfortis.walphen.net
[3551]73CHANNEL=11
[2897]74
75DIRECTION=210
76BEAMWIDTH=40
77HEIGTH=15
78
79DHCP=no
80
81EW1
82
83
[4539]84$config{'wi2'}=sprintf <<EW2; # link naar PPFortis
[2897]85TYPE=wireless
86IP=172.28.1.138/30
[4539]87DESC=Link naar PPFortis
88SDESC=2PPFortis
[2897]89POINT_TO_POINT=172.28.1.137
90
91
[4539]92MODE=master
[4558]93ESSID=il-o.shfortis.walphen.net
[3471]94CHANNEL=3
[2897]95
96DIRECTION=315
97BEAMWIDTH=40
98HEIGTH=15
99
100DHCP=no
101
[3521]102EW2
[2897]103
[4870]104
Note: See TracBrowser for help on using the repository browser.