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
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$gw_open='closed';
9$nodetype='Proxy';
10$nodename='Proxy2';
11$location="Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden";
12
13$status='up';
14
15$release="6.0-STABLE";
16$node_config_version="1";
17$genesis_control="YES";
18$OS='FreeBSD';
19
20# edugis x,y 93894,463704;
21$X='93894';
22$Y='463704';
23
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
33
34$config{'sis1'}=sprintf <<SIS1; # Ethernet naar wleiden.net
35TYPE=ethernet
36IP=$master_ip/28
37#ROUTE=172.16.0.0/12 172.17.143.2
38DESC=Link naar cetim
39SDESC=2cetim
40SPEED=10240000000
41
42DHCP=no
43
44SIS1
45
46#$config{'sis1:0'}=sprintf <<SIS10; # alias voor cetim
47#TYPE=ethernet
48#IP=172.31.255.1/28
49
50#SIS10
51
52$config{'sis2'}=sprintf <<SIS2; # Lokaal Ethernet naar kerk
53TYPE=ethernet
54IP=172.16.3.129/25
55DESC=Link naar Hooglandse Kerk
56SDESC=2hlkerk
57SPEED=10240000000
58
59DHCP=130-253
60
61
62SIS2
63
64
Note: See TracBrowser for help on using the repository browser.