source: genesis/nodes/proxy6/wleiden.conf@ 9731

Last change on this file since 9731 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
  • Property svn:executable set to *
File size: 703 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config Proxy6 Muiderkring
6# verbonden met gateway 192.168.1.1
7# nameservers:
8
9$master_ip='172.16.3.146';
10$gateway='192.168.1.1';
11$internalroute='172.16.3.145';
12$internalif='sis1';
13$nodetype='Proxy';
14$nodename='Proxy6';
15$proxyid='06';
16$location="Martijn, Muiderkring 152, 2332 BP, Leiden";
17$status='up';
18$release="8.0-RELEASEE";
19$X='92318';
20$Y='464324';
21
22
23$config{'sis0'}=sprintf <<SIS0;
24COMMENT=link naar Router
25TYPE=ethernet
26IP=192.168.1.200/24
27DESC=Link naar router
28SDESC=uplink
29DHCP=no
30SIS0
31
32$config{'sis1'}=sprintf <<SIS1;
33COMMENT=link naar NodeMuiderkring
34TYPE=ethernet
35IP=$master_ip/30
36DESC=Link naar NodeMuiderkring
37SDESC=downlink
38DHCP=no
39SIS1
Note: See TracBrowser for help on using the repository browser.