source: genesis/nodes/proxy2/wleiden.conf@ 8018

Last change on this file since 8018 was 8018, checked in by rick, 15 years ago

$internalif flag is very confusing as the '1' was automagically added to the
back. Make them absolute

  • Property svn:eol-style set to native
File size: 869 bytes
Line 
1
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config proxy2 (Hooglandse Kerk)
6
7$master_ip='172.17.143.4';
8#$gateway='192.168.1.1';
9$internalroute='172.17.143.2';
10$internalif='sis1';
11$nodetype='Proxy';
12$nodename='Proxy2';
13$proxyid='2';
14$location="Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden";
15$status='up';
16$release="8.0-RELEASE";
17$X='93894';
18$Y='463704';
19
20$config{'sis0'}=sprintf <<SIS0; # Link naar router
21TYPE=ethernet
22
23# The IP is assigned by a DHCP server, not supported by Genesis (yet)
24IP=127.0.0.1
25
26DESC=Link naar router
27SDESC=uplink
28DHCP=no
29SIS0
30
31$config{'sis1'}=sprintf <<SIS1; # Link naar NodeCeTIM
32TYPE=ethernet
33IP=$master_ip/28
34DESC=Link naar NodeCeTIM
35SDESC=downlink
36DHCP=no
37SIS1
38
39$config{'sis2'}=sprintf <<SIS2; # Lokaal Ethernet naar kerk
40TYPE=ethernet
41IP=172.17.143.17/26
42DESC=subnet voor Hooglandse Kerk
43SDESC=hlkerk_subnet
44DHCP=10-60
45SIS2
46
47
Note: See TracBrowser for help on using the repository browser.