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

Last change on this file since 830 was 830, checked in by jasper, 22 years ago

Oude junk uit genesis config files verwijderd.

File size: 580 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
15
16
17
18
19$X='1';
20$Y='1';
21$N='1';
22$E='1';
23
24
25$config{'xl0'}=sprintf <<ED0; # Ethernet
26TYPE=ethernet
27IP=192.168.1.2/24
28
29
30DESC=Ethernet
31SDESC=eth0
32SPEED=10240000000
33
34DHCP=no
35
36
37OSPF_AREA=0
38OSPF_BROADCAST=no
39OSPF_NEIGHBORS=no
40
41ED0
42
43$config{'xl1'}=sprintf <<ED1; # Ethernet
44TYPE=ethernet
45IP=172.17.8.67/29
46
47
48DESC=Ethernet
49SDESC=eth0
50SPEED=10240000000
51
52DHCP=no
53
54
55OSPF_AREA=0
56OSPF_BROADCAST=no
57OSPF_NEIGHBORS=no
58
59ED1
Note: See TracBrowser for help on using the repository browser.