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
>> NO_BIND=true# do not build BIND
>> NO_FORTRAN= true# do not build g77 and related libraries
>> NO_GDB= true# do not build GDB
>>
>> Is there a list of these options anywhere that explains what each option
>> does?
>
> How about /etc/defaults/make.conf?
>
> --
> Matt Emmerton
>
>
Thanks for all the replies, the file I was looking for is located in
/usr/share/examples/etc/make.conf

Tom
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IPSEC Tunnel Routing question

2003-12-05 Thread Tom Thompson
Thanks for the reply!

I have tried what you recommended and basically nothing can talk over the vpn tunnels 
unless it is addressed on Building A or Building B's network. 

I have a router with an internet connection sitting at Building A and I set the 
defaultrouter in Building B to be the router address.  I can ping the router but the 
traffic will not even go thru the vpn and I get ping saying the network is down.  

I can post configs if you think it will help

Thanks
Tom

-- Original Message --
From: Matthew Faircliff <[EMAIL PROTECTED]>
Date:  Fri, 5 Dec 2003 11:23:33 +

>Hello Tom,
>
>So I assume by working you mean that the two computers can ping one
>another? 
>
>If so, simply set the computer in Builing B to have a default route to
>the IP of the computer in Building A:
>
>[Building B]# route 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 Thompson wrote:
>Date: Thu,  4 Dec 2003 18:50:08 -0500
>From: "Tom Thompson" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>X-Mailer: 
>Subject: IPSEC Tunnel Routing question
>
>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 5.1 based machines sitting at Building A 
>and Building B.  I have the tunnels up and running but I am experiencing 
>a problem with routing.  Building B does not have an internet connection 
>so it needs to use the internet connection at Building A.
>
>To lay it out in more details
>Router at building A connections to the internet
>FreeBSD 5.1 machine at Building A connects to router and to wireless bridges
>FreeBSD 5.1 machine at Building B connects to Wireless bridges and internal network
>
>What do I need to do you get traffic to flow from Building B to 
>Building A and out A's internet connection?
>
>I have tried setting building B defaultrouter to building A internal address(other 
>side of GIF tunnel)
>
>Thanks
>Tom
>___
>[EMAIL PROTECTED] mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 and Building B

Goal
All traffic NOT destined for the local area lan at Building B 
should go thru a VPN tunnel over the wireless link to building A 
and out its internet connection.

The problem
Building B's BSD box does not know to encrypt traffic to the internet 
and send it thru the vpn.

My ipsec.conf has
spdadd building B/subnet building A/subnet any -P out ipsec
and the reverse

The traffic to the internet is not sent over the VPN so it goes nowere

I have tried 
spdadd building a/subnet 0.0.0.0/0 any -P out ipsec
and the reverse

Now all traffic is encrypted EVEN traffic destined for the LAN

Anyone have any suggestions

Thanks
Tom
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 5.1 based machines sitting at Building A 
and Building B.  I have the tunnels up and running but I am experiencing 
a problem with routing.  Building B does not have an internet connection 
so it needs to use the internet connection at Building A.

To lay it out in more details
Router at building A connections to the internet
FreeBSD 5.1 machine at Building A connects to router and to wireless bridges
FreeBSD 5.1 machine at Building B connects to Wireless bridges and internal network

What do I need to do you get traffic to flow from Building B to 
Building A and out A's internet connection?

I have tried setting building B defaultrouter to building A internal address(other 
side of GIF tunnel)

Thanks
Tom
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"