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

Last change on this file since 8360 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
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeRund
6
7$location="Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden";
8$master_ip='172.17.160.1';
9$nodetype='CNode';
10$nodename='Rund';
11
12$status='up';
13$release="5.0-RELEASE";
14
15
16# edugis x,y 93763,464042
17$X='93763';
18$Y='464042';
19
20$LOKATIE='IP69 kast aan antennemast, PoE vanuit voorkamer en meterkast.';
21
22$config{'sis0'}=sprintf <<ED0;
23COMMENT=Ethernet
24TYPE=ethernet
25IP=172.17.160.65/28
26
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
31
32DESC=Ethernet naar HCC
33SDESC=2dirkx
34DHCP=no
35ED0
36
37$config{'wi0'}=sprintf <<EOM;
38COMMENT=AP NW
39TYPE=wireless
40IP=$master_ip/26
41DESC=Omni voor de buurt
42SDESC=omni
43
44
45DHCP=no
46DHCP=10-60
47
48MODE=master
49ESSID=ap-omni.rund.wleiden.net
50# Channel 6 - local network, 9,10,11
51# private networks at adjacent houses.
52# Link Cope: 5, CetimNW 1
53CHANNEL=3
54
55
56EOM
57
58$config{'wi2'}=sprintf <<EOM;
59COMMENT=Link naar vosko2
60TYPE=wireless
61IP=172.16.0.177/30
62DESC=Link naar Vosko2
63SDESC=2vosko2
64
65
66MODE=managed
67ESSID=il-no.vosko2.wleiden.net
68
69CHANNEL=13
70
71
72DHCP=no
73EOM
74
75
76$config{'wi1'}=sprintf <<EOM;
77TYPE=wireless
78IP=172.16.0.182/30
79DESC=Link naar CeTIM3
80SDESC=2cetim3
81
82
83MODE=managed
84ESSID=il-nw.cetim3.wleiden.net
85CHANNEL=9
86
87
88DHCP=no
89EOM
90
91
Note: See TracBrowser for help on using the repository browser.