source: genesis/nodes/proxy3/wleiden.conf@ 1069

Last change on this file since 1069 was 1011, checked in by jasper, 21 years ago

default gw + route 2WL op proxies.

File size: 911 bytes
RevLine 
[813]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
[991]5# config Proxy3 bij RV
[813]6
[1011]7$master_ip='172.20.128.98/29';
[813]8$gw_open='closed';
9$nodetype='proxy';
[991]10$nodename='3';
[813]11
12$OS='FreeBSD';
13
[995]14$X='92430';
15$Y='462750';
[813]16
[975]17$config{'xl0'}=sprintf <<XL0; # Ethernet
[813]18TYPE=ethernet
19IP=192.168.1.2/24
[1011]20ROUTE=0.0.0.0/0 192.168.1.1
21
[975]22DESC=Demon DSL lijn
23SDESC=2dsl
[813]24SPEED=10240000000
25
26DHCP=no
27
[975]28OSPF_AREA=no
[813]29OSPF_BROADCAST=no
30OSPF_NEIGHBORS=no
31
[975]32XL0
[813]33
[975]34$config{'xl1'}=sprintf <<XL1; # Ethernet
[813]35TYPE=ethernet
[991]36IP=$master_ip
[1011]37ROUTE=172.16.0.0/12 172.20.128.97
[813]38
[1011]39
[991]40DESC=Link naar RV
41SDESC=2rv
[975]42SPEED=10240000000
[830]43
[975]44DHCP=no
45
46OSPF_AREA=no
47OSPF_BROADCAST=no
48OSPF_NEIGHBORS=no
49
50XL1
51
52$config{'xl1:0'}=sprintf <<XL10; # Ethernet
53TYPE=ethernet
54IP=172.31.255.1 /30
55
[991]56DESC=Link naar RV
57SDESC=link2rv
[813]58SPEED=10240000000
59
60DHCP=no
61
[975]62OSPF_AREA=no
[813]63OSPF_BROADCAST=no
64OSPF_NEIGHBORS=no
65
[975]66XL10
67
Note: See TracBrowser for help on using the repository browser.