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

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

DHCP=yes means DHCP server, not client

  • Property svn:eol-style set to native
File size: 1.1 KB
RevLine 
[813]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
[991]5# config proxy2 (Hooglandse Kerk)
[813]6
[1074]7$master_ip='172.17.143.4';
[813]8$gw_open='closed';
[3583]9$nodetype='Proxy';
[3584]10$nodename='Proxy2';
[6530]11$location="Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden";
[813]12
[2605]13$status='up';
14
[6581]15$release="6.0-STABLE";
[4998]16$node_config_version="1";
17$genesis_control="YES";
[813]18$OS='FreeBSD';
19
[6581]20# edugis x,y 93894,463704;
[4867]21$X='93894';
22$Y='463704';
[4835]23
[7372]24#$config{'sis0'}=sprintf <<SIS0; # Ethernet naar ADSL
25#TYPE=ethernet
26#DESC=ADSL lijn kerk
27#SDESC=2adsl
28#SPEED=10240000000
29#
30#DHCP=yes
31#
32#SIS0
[813]33
[6582]34$config{'sis1'}=sprintf <<SIS1; # Ethernet naar wleiden.net
[813]35TYPE=ethernet
[4777]36IP=$master_ip/28
[6583]37#ROUTE=172.16.0.0/12 172.17.143.2
[6581]38DESC=Link naar cetim
39SDESC=2cetim
[975]40SPEED=10240000000
[830]41
[975]42DHCP=no
43
[6582]44SIS1
[975]45
[6584]46#$config{'sis1:0'}=sprintf <<SIS10; # alias voor cetim
47#TYPE=ethernet
48#IP=172.31.255.1/28
[975]49
[6586]50#SIS10
[6581]51
[6583]52$config{'sis2'}=sprintf <<SIS2; # Lokaal Ethernet naar kerk
[6581]53TYPE=ethernet
54IP=172.16.3.129/25
[991]55DESC=Link naar Hooglandse Kerk
[6581]56SDESC=2hlkerk
[813]57SPEED=10240000000
58
[6581]59DHCP=130-253
[813]60
61
[6582]62SIS2
[975]63
[4870]64
Note: See TracBrowser for help on using the repository browser.