source: genesis/nodes/proxy2/wleiden.conf@ 4942

Last change on this file since 4942 was 4870, checked in by jorg, 20 years ago

alle nodes hebben een EOL gekregen achter de laatste regel.
dit was door een dos-editor weggevallen.

  • Property svn:eol-style set to native
File size: 1.1 KB
RevLine 
[813]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
[991]5# config proxy2 (Hooglandse Kerk)
[813]6
[1074]7$master_ip='172.17.143.4';
[813]8$gw_open='closed';
[3583]9$nodetype='Proxy';
[3584]10$nodename='Proxy2';
[2540]11$location='Hooglandse Kerk';
[813]12
[2605]13$status='up';
14
[813]15$OS='FreeBSD';
16
[4835]17# edugis x,y 93894,463704
[4867]18$X='93894';
19$Y='463704';
[4835]20
[975]21$config{'xl0'}=sprintf <<XL0; # Ethernet
[813]22TYPE=ethernet
[1074]23IP=212.238.215.242/23
24ROUTE=0.0.0.0/0 212.238.194.254
[1011]25
[975]26DESC=Demon DSL lijn
27SDESC=2dsl
[813]28SPEED=10240000000
29
30DHCP=no
31
[975]32OSPF_AREA=no
[813]33OSPF_BROADCAST=no
34OSPF_NEIGHBORS=no
35
[975]36XL0
[813]37
[975]38$config{'xl1'}=sprintf <<XL1; # Ethernet
[813]39TYPE=ethernet
[4777]40IP=$master_ip/28
[1011]41ROUTE=172.16.0.0/12 172.17.143.2
42
[991]43DESC=Link naar Hooglandse Kerk
44SDESC=2hlk
[975]45SPEED=10240000000
[830]46
[975]47DHCP=no
48
49OSPF_AREA=no
50OSPF_BROADCAST=no
51OSPF_NEIGHBORS=no
52
53XL1
54
55$config{'xl1:0'}=sprintf <<XL10; # Ethernet
56TYPE=ethernet
[1070]57IP=172.31.255.1/28
[975]58
[991]59DESC=Link naar Hooglandse Kerk
60SDESC=link2hlk
[813]61SPEED=10240000000
62
63DHCP=no
64
[975]65OSPF_AREA=no
[813]66OSPF_BROADCAST=no
67OSPF_NEIGHBORS=no
68
[975]69XL10
70
[4870]71
Note: See TracBrowser for help on using the repository browser.