From owner-freebsd-net@FreeBSD.ORG Sun Mar 9 23:06:51 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9ECD3428 for ; Sun, 9 Mar 2014 23:06:51 +0000 (UTC) Received: from mail-oa0-x235.google.com (mail-oa0-x235.google.com [IPv6:2607:f8b0:4003:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66F6CBD for ; Sun, 9 Mar 2014 23:06:51 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id j17so6336787oag.12 for ; Sun, 09 Mar 2014 16:06:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1iEJwlPXaeDGMOq3yanjzZ7BW95Yg5upszh4FOFgAQU=; b=G+TGsWXgY/IV2ONEJ6XgUshaL6l8pnSxMPKw7WNEUz2vEWJbje4G7B8tIKw0pdTqnG mZL/jwLtlYm8bqJi1uSwWpK1Fijsx2NwEwGKnK2K8qSsOWfCzylAPpZaLtQAQRJgif9S womsOMbLWQBtsvyGYQ0k3YvOLECPqChEUpYhsFikmxcFg9ZfYg+Z3VexRX9ay/RPXkv8 RjXVNdUao31Ii55a3Lb8Nk2sJ6C8s6W2lbkTPfzs/lmgTOQjfLnMAKyqlC0bBT7vqnE5 27I3QXgcykqpkdpFGhyRlJxyOBgTkkiNUvoxOiihIp+ztf3MyEF3X/VCnlKrltUoPmiq xoFw== MIME-Version: 1.0 X-Received: by 10.60.116.74 with SMTP id ju10mr21388100oeb.6.1394406410706; Sun, 09 Mar 2014 16:06:50 -0700 (PDT) Received: by 10.182.76.201 with HTTP; Sun, 9 Mar 2014 16:06:50 -0700 (PDT) In-Reply-To: References: Date: Sun, 9 Mar 2014 19:06:50 -0400 Message-ID: Subject: Re: Using pf.conf with public access points. From: Joe Nosay To: Jason Hellenthal Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 23:06:51 -0000 On Sun, Mar 9, 2014 at 6:05 PM, Jason Hellenthal wrote: > > Sorry bit there is not enough information here. How can anyone know what > you are trying to accomplish by any of this. > > -- > Jason Hellenthal > Voice: 95.30.17.6/616 > JJH48-ARIN > > On Mar 9, 2014, at 15:36, Joe Nosay wrote: > > My pf.conf is attached. I would like to know: > 1. Is everything set up properly? > 2. How do I compensate for the use of public access points when the IP > addresses will always be different? > > > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > > 1. I can only access public wireless because I homeless. There is no "static" nor "home" ip address for me to use. 2. I am trying to setup a jail as a developer environment. 3. I need to be able to get the jail started. I do not know the proper commands nor am I able to find the reference to them. 4. I will need internet access in the jail. I need to test a UDP Lite patch and that means having to broadcast on the available subnet listed. 5. If there is a set of commands- I have to go back to setting up the proper sysctl jail references- to start everything, then where may I find them? Yes, I will look again. Now you know what I am working with and the conditions.