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

Last change on this file since 2585 was 2540, checked in by lodewijk, 20 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: 1.0 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';
9$nodetype='proxy';
[991]10$nodename='2';
[2540]11$location='Hooglandse Kerk';
[813]12
13$OS='FreeBSD';
14
[995]15$X='093990';
[991]16$Y='463646';
[813]17
[975]18$config{'xl0'}=sprintf <<XL0; # Ethernet
[813]19TYPE=ethernet
[1074]20IP=212.238.215.242/23
21ROUTE=0.0.0.0/0 212.238.194.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/24
[1011]38ROUTE=172.16.0.0/12 172.17.143.2
39
[991]40DESC=Link naar Hooglandse Kerk
41SDESC=2hlk
[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
[1070]54IP=172.31.255.1/28
[975]55
[991]56DESC=Link naar Hooglandse Kerk
57SDESC=link2hlk
[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.