Date: Tue, 28 Aug 2001 18:59:47 -0700 From: "Lee Mark Mercado" <mercadolee@hotmail.com> To: freebsd-questions@FreeBSD.ORG Subject: natd Message-ID: <F93eTlhxvzSoBJHsxPC00000329@hotmail.com>
next in thread | raw e-mail | index | archive | help
when i do this command : # natd -redirect_port tcp 192.168.1.2:80 80 why is that im always getting an error saying: "natd: aliasing address not given" ---------------------------------------- this is my rc.conf : network_interfaces="dc0 dc1 lo0" ifconfig_lo0="inet 127.0.0.1 netmask 255.255.255.0" ifconfig_dc0="inet A.B.C.D netmask 255.255.254.0" ifconfig_dc1="inet 192.168.1.1 netmask 255.255.255.0" hostname="box.myfreebsd.box" defaultrouter="E.F.G.H" firewall_enable="YES" firewall_type="OPEN" firewall_quiet="NO" natd_enable="YES" natd_interface="dc0" named_enable="YES" named_flags="-u bind -g bind" -------------------------------------------------- is there anything wrong with my rc.conf file ? -Lee _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp 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?F93eTlhxvzSoBJHsxPC00000329>