Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 1998 08:39:55 -0500
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "Joe Read" <joer@triax.com>
Cc:        <isp@FreeBSD.ORG>
Subject:   Re: FreeBSD firewall
Message-ID:  <003501bd84bd$f0ca0a20$c3e0d9cf@admin.westbend.net>

next in thread | raw e-mail | index | archive | help
From: Joe Read <joer@triax.com>

>(Ack, pine is not eudora. ctrl-e does NOT go to end of line.)
>
>Hello Everyone,
>
>I'm trying to set up a simple little packet blocker box using two nics,
>once of which uses a crossover cable to the router, another which goes
>to our hub.  I can't seem to route packets between the two, currently
>I can't tell you why since I plugged the router straight back into the
>hub to resume company productivity. :)
>


<Routing Info deleted>

>When the internal 95 boxes set their gateway to 97.89,
>nothing happens.  On the freebsd box I can ping 97.65,
>but I can't ping any of the 95 boxes.  I assume my
>routing's correct, but I could be wrong.
>
In your rc.conf have you set the following:

### Network routing options: ###
defaultrouter="206.58.97.66 "  # Set to default gateway (or NO).
static_routes=""                # Set to static route list (or leave empty).
gateway_enable="YES"            # Set to YES if this host will be a gateway.
router_enable="YES"             # Set to YES to enable a routing daemon.
router="routed"                 # Name of routing daemon to use if enabled.
router_flags="-q"               # Flags for routing daemon.

With out the above settings, the FreeBSD box will not know where to send
packets.

Also, as someone already pointed out, you may need to subnet you network.

Scot


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003501bd84bd$f0ca0a20$c3e0d9cf>