Date: Tue, 04 May 1999 05:53:42 +0400 From: "Alexey G. Misurenko" <mag@ipc.ru> To: freebsd-net@freebsd.org, freebsd-isp@freebsd.org Subject: problem with natd Message-ID: <372E5326.74CEDF33@ipc.ru>
next in thread | raw e-mail | index | archive | help
Ok problem is I have network inetface lnc3 with 2 ip address (A.A.A.A & B.B.B.B) I want next think: If destenation address is in X.X.X.X/N then divert them to natd else pass throuht lnc3 witout modification I try to use next command construction % natd -a B.B.B.B % ipfw flush % ipfw add 10 divert natd all from any to X.X.X.X/N % ipfw add 11 pass all from any to any And %( This is don't work - I can't see any host in X.X.X.X/N WARN: All needing options on /etc/services & kernel is up because natd work when ipfw rules number 10 is add 10 divert natd all from any to any. WBR, Alexey G Misurenko -- ************************************************* * MAG-RIPE mag@ipc.ru http://www.ipc.ru/ * * SysAdmin of IP Comminication +7 095 737 6683 * ************************************************* 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?372E5326.74CEDF33>