Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2000 21:34:31 -0700
From:      "Crist J . Clark" <cjclark@reflexnet.net>
To:        Milo Bloom <mbloom@cinci.rr.com>
Cc:        Peter Pentchev <roam@orbitel.bg>, redwards@meccamediagroup.com, freebsd-security@FreeBSD.ORG
Subject:   Re: Dynamic rc.firewall
Message-ID:  <20001013213431.T25121@149.211.6.64.reflexcom.com>
In-Reply-To: <3.0.5.32.20001013073440.009093f0@pop-server.cinci.rr.com>; from mbloom@cinci.rr.com on Fri, Oct 13, 2000 at 07:34:40AM -0400
References:  <20001013131528.A17444@ringwraith.office1.bg> <5.0.0.25.2.20001013032255.00a8ee40@127.0.0.1> <20001013131528.A17444@ringwraith.office1.bg> <20001013132743.B17444@ringwraith.office1.bg> <3.0.5.32.20001013073440.009093f0@pop-server.cinci.rr.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 13, 2000 at 07:34:40AM -0400, Milo Bloom wrote:
[snip]
> Here's my lines in rc.firewall:
> 
>     # set these to your outside interface network and netmask and ip
>     oif="ex0"                # card name
>     onet="24.129.15.0"       # whatever your assigned range will be
>     omask="255.255.255.0"
>     oip="`ifconfig ex0 | grep inet | awk '{ print $2 }'`"
> 
> Hope this helps. Let me (or the list) know how that works for you.

Wouldn't,

  oip="`ifconfig ex0 | awk /inet / '{ print $2 }'`"

Make a little more sense than the gratuitous fgrep?
-- 
Crist J. Clark                           cjclark@alum.mit.edu


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001013213431.T25121>