From owner-freebsd-stable Wed Jun 28 19:23:35 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail2.cosco.com.cn (mail2.cosco.com.cn [202.96.54.147]) by hub.freebsd.org (Postfix) with ESMTP id CDC6B37BA98 for ; Wed, 28 Jun 2000 19:22:43 -0700 (PDT) (envelope-from mlist@mail2.cosco.com.cn) Received: from hef ([172.17.2.166]) by mail2.cosco.com.cn (8.9.3/8.9.3) with SMTP id KAA01258 for ; Thu, 29 Jun 2000 10:27:45 GMT (envelope-from mlist@mail2.cosco.com.cn) Message-ID: <001401bfe171$bd65e970$a60211ac@hef> From: "He Feng(BJ)" To: Subject: Help : about ipnat rdr problem Date: Thu, 29 Jun 2000 10:28:26 +0800 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --- --- |___|----------------------|___|--------> Internet | | | host A host B 172.17.2.229 172.17.2.176 202.99.99.99 host A: winnt + exchange host B: FreeBSD 4.0-release,recompiled kernel and add "options IPFILTER" I want to redirect outside POP3 requests to Host A via HostB here is my ipnat config file: # cat /etc/ipnat.conf map ep0 172.17.2.0/24 -> 202.99.99.99/32 portmap tcp/udp 10000:65000 rdr ep0 202.99.99.99/32 port 110 -> 172.17.2.229 port 110 tcp/udp #ipnat -C #ipnat -f /etc/ipnat.conf when i try to telnel 202.99.99.99 110,there is no response. after about 60 second, echo "connection closed by server............." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message