Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2000 07:13:31 +0200
From:      Jens Sauer <pirol9999@gmx.net>
To:        freebsd-questions@FreeBSD.ORG
Cc:        RaymundoVega@home.com, chris@monochrome.org
Subject:   Re: IPFW-question
Message-ID:  <20000707051149.302C237BCEB@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

ok, one step further:
natd wasn't running all the time, even though i said
in rc.conf (the hole one, to be complete):

linux_enable="YES"
moused_port="/dev/cuaa0"
moused_type="microsoft"
moused_enable="YES"
gateway_enable="YES"
keymap="german.iso"
sendmail_enable="NO"
# -- sysinstall generated deltas -- #
isdn_enable="YES"
isdn_trace="YES"
isdn_fsdev="NO"
ifconfig_ed0="inet 192.168.0.1  netmask 255.255.255.0"
ifconfig_isp0="inet 0.0.0.0 0.0.0.1 mtu 1500 debug link1"
network_interfaces="lo0 ed0 isp0"
defaultrouter="-interface isp0"
sppp_interfaces="isp0"
spppcontrol isp0 myauthproto=pap
spppcontrol isp0 myauthname=*secret*
spppcontrol isp0 myauthsecret=*secret*
hostname="xxx"
named_enable="no"
fireall_enable="YES"
firewall_type="open"
natd_enable="YES"
natd_interface="isp0"
natd_flags="-dynamic"


... isp0 is up and i can dial with it, but natd isn't started
for that interface.
BUT: All (NATing from local net, dialing with isp0 and
using firewall rules) is working, when i start natd
from the command line:

	natd -interface isp0 -dynamic

Is there an error in my rc.conf  ?
P.S. natd is configured correctly in /etc/services


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?20000707051149.302C237BCEB>