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

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