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

Last change on this file since 986 was 975, checked in by jasper, 21 years ago

Config proxy bijgewerkt met realiteit

File size: 778 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
[975]17$config{'xl0'}=sprintf <<XL0; # Ethernet
[813]18TYPE=ethernet
19IP=192.168.1.2/24
20
[975]21DESC=Demon DSL lijn
22SDESC=2dsl
[813]23SPEED=10240000000
24
25DHCP=no
26
[975]27OSPF_AREA=no
[813]28OSPF_BROADCAST=no
29OSPF_NEIGHBORS=no
30
[975]31XL0
[813]32
[975]33$config{'xl1'}=sprintf <<XL1; # Ethernet
[813]34TYPE=ethernet
35IP=172.17.8.67/29
36
[975]37DESC=Link naar Cope
38SDESC=2cope
39SPEED=10240000000
[830]40
[975]41DHCP=no
42
43OSPF_AREA=no
44OSPF_BROADCAST=no
45OSPF_NEIGHBORS=no
46
47XL1
48
49$config{'xl1:0'}=sprintf <<XL10; # Ethernet
50TYPE=ethernet
51IP=172.31.255.1 /30
52
53DESC=Link naar Cope
54SDESC=link2cope
[813]55SPEED=10240000000
56
57DHCP=no
58
[975]59OSPF_AREA=no
[813]60OSPF_BROADCAST=no
61OSPF_NEIGHBORS=no
62
[975]63XL10
64
Note: See TracBrowser for help on using the repository browser.