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

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

Weer proxy coordinaten

File size: 568 bytes
RevLine 
[813]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
[832]14$X='093241';
[834]15$Y='463790';
[813]16
17$config{'xl0'}=sprintf <<ED0; # Ethernet
18TYPE=ethernet
19IP=192.168.1.2/24
20
[830]21
[813]22DESC=Ethernet
23SDESC=eth0
24SPEED=10240000000
25
26DHCP=no
27
[830]28
[813]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
[830]39
[813]40DESC=Ethernet
41SDESC=eth0
42SPEED=10240000000
43
44DHCP=no
45
[830]46
[813]47OSPF_AREA=0
48OSPF_BROADCAST=no
49OSPF_NEIGHBORS=no
50
51ED1
Note: See TracBrowser for help on using the repository browser.