source: genesis/nodes/CNodePlantsoen2/wleiden.conf@ 6387

Last change on this file since 6387 was 6387, checked in by rick, 16 years ago

Removed old accient OSPF records as they are long time not used anymore
svn/node-config/genesis $ for file in */*/wleiden.conf; do grep -v 'OSPF' $file > $file.new; mv $file.new $file; done

  • Property svn:eol-style set to native
File size: 1.0 KB
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodePlantsoen
6$location='Particulier dak Plantsoen 97, Link 802.11a';
7$master_ip='172.17.169.1';
8$gw_open='closed';
9$nodetype='CNode';
10$nodename='Plantsoen2';
11$status='planned';
12$release="5.0-RELEASE";
13$node_config_version="1";
14$genesis_control="YES";
15
16$OS='FreeBSD';
17$labelpos='right';
18
19# edugis x,y 94042,463238
20$X='94042';
21$Y='463238';
22
23$LOKATIE='Kastje aan antennemast, PoE vanuit zolderkamer en dakraaam. Toegang via belendend perceel.';
24
25$config{'sis0'}=sprintf <<sis0; # Ethernet
26TYPE=ethernet
27IP=172.17.169.65/28
28MEDIA=100baseT/UTP
29DESC=Ethernet naar CNodePlantsoen
30SDESC=2plantsoen
31SPEED=10240000000
32DHCP=no
33sis0
34
35$config{'ath0'}=sprintf <<ath0; # Stadhuis4
36TYPE=wireless
37IP=172.16.1.106/30
38DESC=11A link naar Stadhuis4
39SDESC=2stadhuis4
40SPEED=11534336
41
42POINT_TO_POINT=172.16.1.105
43
44
45MODE=managed
46ESSID=il-zo.stadhuis4.wleiden.net
47CHANNEL=36
48CARD_OPTION=mode 11a
49
50POLAR=Hor
51ANTENNA=pa4040/5
52GAIN=15dBi
53DIRECTION=270
54BEAMWIDTH=40
55CABLE=2
56HEIGTH=12
57DHCP=no
58
59ath0
60
61
Note: See TracBrowser for help on using the repository browser.