source: genesis/nodes/proxy1/wleiden.conf@ 867

Last change on this file since 867 was 834, checked in by jasper, 21 years ago

Weer proxy coordinaten

File size: 568 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeMarten
6
7$master_ip='172.18.16.67/29';
8$gw_open='closed';
9$nodetype='proxy';
10$nodename='1';
11
12$OS='FreeBSD';
13
14$X='093241';
15$Y='463790';
16
17$config{'xl0'}=sprintf <<ED0; # Ethernet
18TYPE=ethernet
19IP=192.168.1.2/24
20
21
22DESC=Ethernet
23SDESC=eth0
24SPEED=10240000000
25
26DHCP=no
27
28
29OSPF_AREA=0
30OSPF_BROADCAST=no
31OSPF_NEIGHBORS=no
32
33ED0
34
35$config{'xl1'}=sprintf <<ED1; # Ethernet
36TYPE=ethernet
37IP=172.17.8.67/29
38
39
40DESC=Ethernet
41SDESC=eth0
42SPEED=10240000000
43
44DHCP=no
45
46
47OSPF_AREA=0
48OSPF_BROADCAST=no
49OSPF_NEIGHBORS=no
50
51ED1
Note: See TracBrowser for help on using the repository browser.