source: genesis/nodes/CNodeLvLn2/wleiden.conf@ 8261

Last change on this file since 8261 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.1 KB
Line 
1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeLvLn (Lucas van Leiden Noord)
7$location="Basisschool Lucas van Leyden, Ursulasteeg 28, 2312 XA, Leiden";
8$master_ip='172.17.195.1';
9$nodetype='CNode';
10$nodename='LvLn2';
11$release="5.0-RELEASE";
12
13
14$status='up';
15
16# edugis x,y 93395,464130
17$X='93395';
18$Y='464130';
19
20$config{'sis0'}=sprintf <<ED0;
21COMMENT=eth
22TYPE=ethernet
23IP=172.17.144.66/29
24# 172.17.144.65 lvln
25# 172.17.144.67 vpn-router
26
27DESC=lvln backbone ethernet
28SDESC=eth
29DHCP=no
30ED0
31
32
33$config{'sis0:0'}=sprintf <<ED00;
34COMMENT=link naar lvln via ethernet
35TYPE=ethernet
36SDESC=2lvln
37IP=172.16.0.26/30
38DESC=link naar lvln
39DHCP=no
40ED00
41
42
43$config{'ath0'}=sprintf <<EW0;
44COMMENT=alink 2 stadhuis2
45TYPE=wireless
46SUBTYPE=802.11a
47IP=172.16.1.222/30
48
49DESC=802.11A Link naar Stadhuis
50SDESC=2stadhuis2
51DHCP=no
52
53
54MODE=managed
55ESSID=il-nw.stadhuis.wleiden.net
56
57CHANNEL=36
58
59EW0
60
61$config{'ath1'}=sprintf <<EW1;
62COMMENT=link naar rabo
63TYPE=wireless
64IP=172.16.0.98/30
65DESC=Link naar rabo
66SDESC=2rabo
67DHCP=no
68
69MODE=managed
70ESSID=il-zo.rabo.wleiden.net
71
72CARD_OPTION=mode 11b
73
74
75EW1
76
77
Note: See TracBrowser for help on using the repository browser.