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

Last change on this file since 5700 was 4998, checked in by dirkx, 19 years ago

Fix missing semi colons

  • Property svn:eol-style set to native
File size: 918 bytes
RevLine 
[813]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';
[3582]11$nodetype='CNode';
[813]12$nodename='vpnbox';
13$labelpos='left';
14
15
[4996]16$release="5.0-RELEASE";
[4998]17$node_config_version="1";
18$genesis_control="YES";
[4996]19
[813]20$OS='FreeBSD';
21
22
23
24
[830]25
26
[813]27$X='';
28$Y='';
29$N='';
30$E='';
31
32
33$config{'sis0'}=sprintf <<SIS0; # Ethernet
34TYPE=ethernet
35IP=192.168.3.13/24
36
37DESC=Local home connection
38SDESC=sis0
39SPEED=10240000000
40
41#POINT_TO_POINT=172.19.128.66
42
43DHCP=no
44
[830]45
[813]46OSPF_AREA=no
47OSPF_BROADCAST=no
48OSPF_NEIGHBORS=no
49
50SIS0
51
52$config{'sis1'}=sprintf <<SIS1; # Ethernet
53TYPE=ethernet
54IP=192.168.2.2/24
55ROUTE=0.0.0.0/0 192.168.2.1
56
57DESC=Local adsl connection
58SDESC=sis1
59SPEED=10240000000
60
61#POINT_TO_POINT=172.19.128.66
62
63DHCP=no
64
[830]65
[813]66OSPF_AREA=no
67OSPF_BROADCAST=no
68OSPF_NEIGHBORS=no
69
70SIS1
[4870]71
Note: See TracBrowser for help on using the repository browser.