source: genesis/nodes/vpnbox.test/wleiden.conf@ 4873

Last change on this file since 4873 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: 843 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config vpnbox.test
6# to be used as a WirelessLeiden client, and to provide adsl/wl/homenet connections
7# hugo@meiland.nl , www.wirelessleiden.nl
8
9$master_ip='192.168.3.13';
10$gw_open='open';
11$nodetype='CNode';
12$nodename='vpnbox';
13$labelpos='left';
14
15
16$OS='FreeBSD';
17
18
19
20
21
22
23$X='';
24$Y='';
25$N='';
26$E='';
27
28
29$config{'sis0'}=sprintf <<SIS0; # Ethernet
30TYPE=ethernet
31IP=192.168.3.13/24
32
33DESC=Local home connection
34SDESC=sis0
35SPEED=10240000000
36
37#POINT_TO_POINT=172.19.128.66
38
39DHCP=no
40
41
42OSPF_AREA=no
43OSPF_BROADCAST=no
44OSPF_NEIGHBORS=no
45
46SIS0
47
48$config{'sis1'}=sprintf <<SIS1; # Ethernet
49TYPE=ethernet
50IP=192.168.2.2/24
51ROUTE=0.0.0.0/0 192.168.2.1
52
53DESC=Local adsl connection
54SDESC=sis1
55SPEED=10240000000
56
57#POINT_TO_POINT=172.19.128.66
58
59DHCP=no
60
61
62OSPF_AREA=no
63OSPF_BROADCAST=no
64OSPF_NEIGHBORS=no
65
66SIS1
67
Note: See TracBrowser for help on using the repository browser.