source: genesis/nodes/CNodeRund/wleiden.conf@ 8399

Last change on this file since 8399 was 8261, checked in by rick, 14 years ago
  • Commented variables are kind of useless as no program will be able to parse them. So made them 'active'
  • The text behind the $config proves to be a more usefull description than the normal DESC field, pushed them into a variable called COMMENT so we can finally start using them.
  • Commented code is in general bad stuff with a revision control system as it clutters the view, made the non active interface just 'idle' active.
  • Property svn:eol-style set to native
File size: 1.3 KB
RevLine 
[813]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeRund
6
[6528]7$location="Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden";
[813]8$master_ip='172.17.160.1';
[3582]9$nodetype='CNode';
[813]10$nodename='Rund';
11
[2605]12$status='up';
[4996]13$release="5.0-RELEASE";
14
[813]15
[4867]16# edugis x,y 93763,464042
17$X='93763';
18$Y='464042';
[813]19
[2222]20$LOKATIE='IP69 kast aan antennemast, PoE vanuit voorkamer en meterkast.';
[813]21
[8261]22$config{'sis0'}=sprintf <<ED0;
23COMMENT=Ethernet
[813]24TYPE=ethernet
25IP=172.17.160.65/28
[2222]26
[1391]27# Link to the cisco downstairs does not reliably
28# auto negotiate at 100Mbit/full duplex; so force
29# the speed down a wee bit.
30MEDIA=10baseT/UTP
[813]31
[1849]32DESC=Ethernet naar HCC
[813]33SDESC=2dirkx
34DHCP=no
35ED0
36
[8261]37$config{'wi0'}=sprintf <<EOM;
38COMMENT=AP NW
[813]39TYPE=wireless
40IP=$master_ip/26
41DESC=Omni voor de buurt
42SDESC=omni
43
44
[8261]45DHCP=no
[813]46DHCP=10-60
47
48MODE=master
49ESSID=ap-omni.rund.wleiden.net
[2244]50# Channel 6 - local network, 9,10,11
51# private networks at adjacent houses.
52# Link Cope: 5, CetimNW 1
53CHANNEL=3
[813]54
55
[2222]56EOM
[813]57
[8261]58$config{'wi2'}=sprintf <<EOM;
59COMMENT=Link naar vosko2
[813]60TYPE=wireless
[4642]61IP=172.16.0.177/30
[6033]62DESC=Link naar Vosko2
63SDESC=2vosko2
[813]64
65
[6033]66MODE=managed
67ESSID=il-no.vosko2.wleiden.net
[813]68
[8261]69CHANNEL=13
[813]70
71
72DHCP=no
[2222]73EOM
[813]74
75
[4201]76$config{'wi1'}=sprintf <<EOM;
[813]77TYPE=wireless
78IP=172.16.0.182/30
[4201]79DESC=Link naar CeTIM3
80SDESC=2cetim3
[813]81
82
83MODE=managed
[4201]84ESSID=il-nw.cetim3.wleiden.net
[813]85CHANNEL=9
86
87
88DHCP=no
[2222]89EOM
[813]90
[4870]91
Note: See TracBrowser for help on using the repository browser.