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

Last change on this file since 6885 was 6387, checked in by rick, 16 years ago

Removed old accient OSPF records as they are long time not used anymore
svn/node-config/genesis $ for file in */*/wleiden.conf; do grep -v 'OSPF' $file > $file.new; mv $file.new $file; done

  • Property svn:eol-style set to native
File size: 820 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$release="5.0-RELEASE";
17$node_config_version="1";
18$genesis_control="YES";
19
20$OS='FreeBSD';
21
22
23
24
25
26
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
45
46
47SIS0
48
49$config{'sis1'}=sprintf <<SIS1; # Ethernet
50TYPE=ethernet
51IP=192.168.2.2/24
52ROUTE=0.0.0.0/0 192.168.2.1
53
54DESC=Local adsl connection
55SDESC=sis1
56SPEED=10240000000
57
58#POINT_TO_POINT=172.19.128.66
59
60DHCP=no
61
62
63
64SIS1
65
Note: See TracBrowser for help on using the repository browser.