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

Last change on this file since 8302 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
RevLine 
[6805]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
[6809]9$master_ip='172.16.3.146';
[7576]10$gateway='192.168.1.1';
11$internalroute='172.16.3.145';
[8018]12$internalif='sis1';
[6805]13$nodetype='Proxy';
14$nodename='Proxy6';
[7578]15$proxyid='06';
[6805]16$location="Martijn, Muiderkring 152, 2332 BP, Leiden";
17$status='up';
[7576]18$release="8.0-RELEASEE";
[6805]19$X='92318';
20$Y='464324';
21
22
[8261]23$config{'sis0'}=sprintf <<SIS0;
24COMMENT=link naar Router
[6805]25TYPE=ethernet
[7583]26IP=192.168.1.200/24
[7576]27DESC=Link naar router
28SDESC=uplink
29DHCP=no
30SIS0
[6805]31
[8261]32$config{'sis1'}=sprintf <<SIS1;
33COMMENT=link naar NodeMuiderkring
[7576]34TYPE=ethernet
35IP=$master_ip/30
36DESC=Link naar NodeMuiderkring
37SDESC=downlink
[6805]38DHCP=no
[7576]39SIS1
Note: See TracBrowser for help on using the repository browser.