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

Last change on this file since 813 was 813, checked in by jasper, 21 years ago

Huidige genesis configuratie

File size: 927 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$NS_resolv="127.0.0.1 $master_ip";
20
21$NS_forward="132.229.22.2 132.229.8.6";
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
40NAT=no
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
60NAT=no
61
62OSPF_AREA=no
63OSPF_BROADCAST=no
64OSPF_NEIGHBORS=no
65
66SIS1
Note: See TracBrowser for help on using the repository browser.