source: genesis/nodes/CNodeLvLz/wleiden.conf@ 8296

Last change on this file since 8296 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: 793 bytes
RevLine 
[813]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
[6528]6# config CNodeLvLz (Lucas van Leyden Zuid)
7
8$location="Basisschool Lucas van Leyden, Vliet 20, 2311 RE, Leiden";
[813]9$master_ip='172.17.40.1';
10$nodetype='CNode';
[1206]11$nodename='LvLz';
[6883]12$release="6.0-RELEASE";
[4996]13
[813]14
[2605]15$status='up';
[813]16
[4867]17# edugis x,y 93469,463350
18$X='93469';
[813]19$Y='463350';
20
[8261]21$config{'ep0'}=sprintf <<ED0;
22COMMENT=eth
[8260]23TYPE=ethernet
24IP=172.17.40.65/29
[813]25
[8260]26DESC=Ethernet naar School
27SDESC=eth
[813]28
[8260]29DHCP=no
[813]30
[830]31
[813]32
[8260]33ED0
[813]34
35
[4124]36$config{'wi0'}=sprintf <<EW0;
[813]37TYPE=wireless
[4124]38IP=172.16.0.38/30
39DESC=Link naar IMI
40SDESC=2imi
[813]41
42
43MODE=managed
[4124]44ESSID=il-no.imi.wleiden.net
[8261]45CHANNEL=11
[813]46
47
48DHCP=no
49
50EW0
51
[4124]52$config{'wi1'}=sprintf <<EW1;
[813]53TYPE=wireless
[4124]54IP=172.16.0.78/30
55DESC=Link naar Hooglandse Kerk
56SDESC=2cetim2
[813]57
58MODE=managed
[4124]59ESSID=il-zw.cetim2.wleiden.net
[8261]60CHANNEL=1
[813]61
62
63DHCP=no
64
65EW1
66
67
[4870]68
Note: See TracBrowser for help on using the repository browser.