Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2001 18:02:26 -0600
From:      "Michael J. Turner" <mike@inethouston.net>
To:        "David" <davidd@datasphereweb.com>, <questions@freebsd.org>
Subject:   Re: natd
Message-ID:  <015601c08662$2cc37d60$0204a8c0@net.Daimon>
References:  <002f01c0865a$169954e0$0204a8c0@net.Daimon> <20010124153029.A10223@datasphereweb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
It's saying at boot up

natd: unknown option redirect_port

this is what I have in my rc.conf:
moused_enable="YES"
gateway_enable="YES"
ifconfig_ed0="inet 192.168.4.1  netmask 255.255.255.0"
ifconfig_rl0="DHCP"
hostname="gateway.daimon.com"
firewall_enable="YES"
natd_program="/sbin/natd"
natd_enable="YES"
natd_interface="rl0"
# natd_flags="-f /etc/natd.conf"
# ssh_enable="YES"

and this is what i have in my natd.conf

interface rl0
use_sockets yes
same_ports yes
dynamic yes
-a 24.240.235.35
redirect_port tcp    192.168.4.2:5802  5802
redircet_port udp    192.168.4.2:5802  5802
redirect_port tcp    192.168.4.2:5902  5902
redirect_port udp    192.168.4.2:5902  5902

Is there something i have setup wrong?

-Mike






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?015601c08662$2cc37d60$0204a8c0>