source: genesis/nodes/proxy10/wleiden.conf@ 8776

Last change on this file since 8776 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.
File size: 531 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config Proxy10 bij Zwaluw
6
7$master_ip='172.22.0.66';
8$nodetype='Proxy';
9$nodename='Proxy10';
10$proxyid='10';
11
12$location="PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden";
13
14$status='up';
15
16$release="8.0-RELEASE";
17
18
19# edugis x,y 90739,463249
20$X='90739';
21$Y='463249';
22
23$config{'sis0'}=sprintf <<SIS0;
24COMMENT=Ethernet
25TYPE=ethernet
26IP=$master_ip/30
27ROUTE=172.16.0.0/12 172.22.0.65
28
29DESC=Link naar Node zwaluw
30SDESC=2zwaluwak
31DHCP=no
32SIS0
33
Note: See TracBrowser for help on using the repository browser.