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

Last change on this file since 2540 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: 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';
9$nodetype='proxy';
10$nodename='1';
[2540]11$location='Bij node cope';
[813]12
13$OS='FreeBSD';
14
[832]15$X='093241';
[834]16$Y='463790';
[813]17
[975]18$config{'xl0'}=sprintf <<XL0; # Ethernet
[813]19TYPE=ethernet
20IP=192.168.1.2/24
[1011]21ROUTE=0.0.0.0/0 192.168.1.1
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
[813]38
[1011]39ROUTE=172.16.0.0/12 172.17.8.65
40
[975]41DESC=Link naar Cope
42SDESC=2cope
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
[991]55IP=172.31.255.1/30
[975]56
57DESC=Link naar Cope
58SDESC=link2cope
[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.