IPSEC Tunnel Routing question

2003-12-04 Thread Tom Thompson
I would like to route all traffic over a gif/ipsec tunnel I have the following situation Existing internet connection in building A Building to building wireless(between building A and Building B) To secure the traffic going across the wireless I would like to run an ipsec tunnel between freebsd

Re: IPSEC Tunnel Routing question

2003-12-05 Thread Tom Thompson
I think I figured out the problem but am unsure how to fix it To recap my situation is as follows Internet connection located in Building A(independent of BSD boxes) FreeBSD 5.1 machine located at Building A FreeBSD 5.1 machine located at Building B Building-To-Building wireless between building A

Re: IPSEC Tunnel Routing question

2003-12-05 Thread Tom Thompson
add default 10.0.0.1 > >Where 10.0.0.1 is the IP of the computer in Building A. Also, ensure >that any firewall in A allows traffic from Building B to flow in and >out router etc. > >HTH. > >Matthew Faircliff > >On Thu, Dec 04, 2003 at 06:50:08PM -0500, Tom Thompso

Re: Make BuildWorld options

2004-02-05 Thread Tom Thompson
>> I was reading this >> http://lists.freebsd.org/pipermail/freebsd-small/2003-December/000125.html >> >> And noticed that it talks about a make.conf for use with buildworld with >> options like >> NO_CVS= true# do not build CVS >> NO_CXX= true# do not build C++ and friends