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

Last change on this file since 2589 was 2540, checked in by lodewijk, 21 years ago
  • lijtweg2 had $nodename lijtweg3
  • newline aan het eind van CNodeIMI/wleiden.conf, anders parsed het niet
  • $location's bij proxy[123]/wleiden.conf
  • spelfouten
  • Property svn:eol-style set to native
File size: 955 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';
[2540]12$location='bij RV';
[813]13
14$OS='FreeBSD';
15
[995]16$X='92430';
17$Y='462750';
[813]18
[975]19$config{'xl0'}=sprintf <<XL0; # Ethernet
[813]20TYPE=ethernet
[1074]21IP=212.238.215.244/23
22ROUTE=0.0.0.0/0 212.238.214.254
[1011]23
[975]24DESC=Demon DSL lijn
25SDESC=2dsl
[813]26SPEED=10240000000
27
28DHCP=no
29
[975]30OSPF_AREA=no
[813]31OSPF_BROADCAST=no
32OSPF_NEIGHBORS=no
33
[975]34XL0
[813]35
[975]36$config{'xl1'}=sprintf <<XL1; # Ethernet
[813]37TYPE=ethernet
[1074]38IP=$master_ip/29
[1011]39ROUTE=172.16.0.0/12 172.20.128.97
[813]40
[991]41DESC=Link naar RV
42SDESC=2rv
[975]43SPEED=10240000000
[830]44
[975]45DHCP=no
46
47OSPF_AREA=no
48OSPF_BROADCAST=no
49OSPF_NEIGHBORS=no
50
51XL1
52
53$config{'xl1:0'}=sprintf <<XL10; # Ethernet
54TYPE=ethernet
[1104]55IP=172.31.255.1/28
[975]56
[991]57DESC=Link naar RV
58SDESC=link2rv
[813]59SPEED=10240000000
60
61DHCP=no
62
[975]63OSPF_AREA=no
[813]64OSPF_BROADCAST=no
65OSPF_NEIGHBORS=no
66
[975]67XL10
68
Note: See TracBrowser for help on using the repository browser.