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

Last change on this file since 1595 was 1157, checked in by jasper, 21 years ago

Diverse aanpassingen coordinaten

File size: 935 bytes
RevLine 
[813]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
[991]5# config Proxy3 bij RV
[813]6
[1074]7$master_ip='172.20.128.98';
[813]8$gw_open='closed';
9$nodetype='proxy';
[991]10$nodename='3';
[1157]11$labelpos='left';
[813]12
13$OS='FreeBSD';
14
[995]15$X='92430';
16$Y='462750';
[813]17
[975]18$config{'xl0'}=sprintf <<XL0; # Ethernet
[813]19TYPE=ethernet
[1074]20IP=212.238.215.244/23
21ROUTE=0.0.0.0/0 212.238.214.254
[1011]22
[975]23DESC=Demon DSL lijn
24SDESC=2dsl
[813]25SPEED=10240000000
26
27DHCP=no
28
[975]29OSPF_AREA=no
[813]30OSPF_BROADCAST=no
31OSPF_NEIGHBORS=no
32
[975]33XL0
[813]34
[975]35$config{'xl1'}=sprintf <<XL1; # Ethernet
[813]36TYPE=ethernet
[1074]37IP=$master_ip/29
[1011]38ROUTE=172.16.0.0/12 172.20.128.97
[813]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
[1104]54IP=172.31.255.1/28
[975]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.