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

Last change on this file since 8498 was 8271, checked in by rick, 14 years ago

Typo fixed of config files

  • Property svn:eol-style set to native
File size: 885 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;
21COMMENT=Link naar router
22TYPE=ethernet
23
24# The IP is assigned by a DHCP server, not supported by Genesis (yet)
25IP=0.0.0.0/32
26
27DESC=Link naar router
28SDESC=uplink
29DHCP=no
30SIS0
31
32$config{'sis1'}=sprintf <<SIS1;
33COMMENT=Link naar NodeCeTIM
34TYPE=ethernet
35IP=$master_ip/28
36DESC=Link naar NodeCeTIM
37SDESC=downlink
38DHCP=no
39SIS1
40
41$config{'sis2'}=sprintf <<SIS2;
42COMMENT=Lokaal Ethernet naar kerk
43TYPE=ethernet
44IP=172.17.143.17/26
45DESC=subnet voor Hooglandse Kerk
46SDESC=hlkerk_subnet
47DHCP=10-60
48SIS2
49
50
Note: See TracBrowser for help on using the repository browser.