Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2000 16:01:35 +0800
From:      "He Feng(BJ)" <mlist@mail2.cosco.com.cn>
To:        <freebsd-questions@freebsd.org>
Subject:   ipnat rdr problem
Message-ID:  <002201bfe1a0$54533760$a60211ac@hef>

next in thread | raw e-mail | index | archive | help
 ---                        ---
|___|----------------------|___|--------> 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"

i think ipnat isn't working properly or i'm not doing something properly!

what else should i do?









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?002201bfe1a0$54533760$a60211ac>