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
RevLine 
[7415]1
[813]2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
[991]5# config proxy2 (Hooglandse Kerk)
[813]6
[7390]7$master_ip='172.17.143.4';
[7772]8#$gateway='192.168.1.1';
[7536]9$internalroute='172.17.143.2';
[8018]10$internalif='sis1';
[3583]11$nodetype='Proxy';
[3584]12$nodename='Proxy2';
[7601]13$proxyid='2';
[6530]14$location="Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden";
[7536]15$status='up';
[7415]16$release="8.0-RELEASE";
[4867]17$X='93894';
18$Y='463704';
[4835]19
[7536]20$config{'sis0'}=sprintf <<SIS0; # Link naar router
[7415]21TYPE=ethernet
[7792]22
23# The IP is assigned by a DHCP server, not supported by Genesis (yet)
24IP=127.0.0.1
25
[7536]26DESC=Link naar router
[7390]27SDESC=uplink
[7791]28DHCP=no
[7390]29SIS0
[813]30
[7536]31$config{'sis1'}=sprintf <<SIS1; # Link naar NodeCeTIM
[813]32TYPE=ethernet
[7544]33IP=$master_ip/28
[7536]34DESC=Link naar NodeCeTIM
[7390]35SDESC=downlink
[975]36DHCP=no
[6582]37SIS1
[6581]38
[6583]39$config{'sis2'}=sprintf <<SIS2; # Lokaal Ethernet naar kerk
[6581]40TYPE=ethernet
[7390]41IP=172.17.143.17/26
42DESC=subnet voor Hooglandse Kerk
43SDESC=hlkerk_subnet
44DHCP=10-60
[6582]45SIS2
[975]46
[4870]47
Note: See TracBrowser for help on using the repository browser.