Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2000 18:04:32 -0500
From:      "Ken Kyler" <ken@kyler.com>
To:        "Freebsd Questions" <freebsd-questions@FreeBSD.ORG>
Subject:   Setting up V4
Message-ID:  <000401bf9909$faa5f9c0$6400a8c0@kyler.com>

next in thread | raw e-mail | index | archive | help
I'm trying to setup FreeBSD 4.0-STABLE on a box at home.  This box will
serve as a gateway/router/firewall for my home network.  Eventually I hope
to add a wireless interface for my laptop.  I have a DSL connection to the
net.  I chose V4 because it recognizes my WaveLan PCI-PCMCIA adapter at
boot.

At this point, I've managed to install and recompile the kernel (adding
IPFIREWALL & IPDIVERT).  I have "named" running.  I setup named.conf.  I
have the firewall set to open until I get the network

Everything works fine from the FreeBSD box.  I can ping by IP or domain name
both inside and outside of the network.

From my Windoze box, I can ping within the network but only by IP.  I can't
ping outside of the network.  The Windoze box uses 192.168.0.1 as the
gateway and DNS.

I've included the (edited) rc.conf. if that helps.

Any ideas where I screwed up?

Ken Kyler

-- rc.conf -----------------------------------------------
network_interfaces="rl1 rl0 lo0"
ifconfig_rl0="inet <ip assigned to me by ISP>  netmask 255.255.255.0"
ifconfig_rl1="inet 192.168.0.1    netmask 255.255.255.0"
ifconfig_lo0="inet 127.0.0.1"

gateway_enable="YES"
firewall_enable="YES"
firewall_type="open"

defaultrouter="<ip from ISP for their gateway>"
hostname="greatwall.my.domain"
saver="logo"
local_startup="/usr/local/etc/rc.d"
named_enable="YES"
named_flags="-b /etc/namedb/named.conf"
-----------------------------------------------------------

Ken Kyler
--
ken@kyler.com
http://www.kyler.com



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000401bf9909$faa5f9c0$6400a8c0>