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

Last change on this file since 4944 was 4870, checked in by jorg, 19 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.0 KB
RevLine 
[813]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
[991]5# config Proxy1 (Bij NodeCope"
[813]6
[2414]7$master_ip='172.17.8.68';
[813]8$gw_open='closed';
[3583]9$nodetype='Proxy';
[3584]10$nodename='Proxy1';
[2540]11$location='Bij node cope';
[2605]12$status='up';
[813]13
14$OS='FreeBSD';
15
[4835]16# edugis x,y 93280,463889
[4867]17$X='93280';
18$Y='463889';
[4835]19
[975]20$config{'xl0'}=sprintf <<XL0; # Ethernet
[813]21TYPE=ethernet
22IP=192.168.1.2/24
[1011]23ROUTE=0.0.0.0/0 192.168.1.1
24
[975]25DESC=Demon DSL lijn
26SDESC=2dsl
[813]27SPEED=10240000000
28
29DHCP=no
30
[975]31OSPF_AREA=no
[813]32OSPF_BROADCAST=no
33OSPF_NEIGHBORS=no
34
[975]35XL0
[813]36
[975]37$config{'xl1'}=sprintf <<XL1; # Ethernet
[813]38TYPE=ethernet
[4742]39IP=$master_ip/27
[813]40
[1011]41ROUTE=172.16.0.0/12 172.17.8.65
42
[975]43DESC=Link naar Cope
44SDESC=2cope
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
[991]57IP=172.31.255.1/30
[975]58
59DESC=Link naar Cope
60SDESC=link2cope
[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.