Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2006 18:49:56 +0400
From:      "Vasili S." <svsm@mail.ru>
To:        <questions@FreeBSD.org>
Subject:   Help redirect port 
Message-ID:  <000601c68b0a$d030f100$1608a8c0@neuro>

next in thread | raw e-mail | index | archive | help
I try make  redirect port by natd
# natd -n ed1 -redirect_port tcp 192.168.1.100:80 8080
no work=20

Not see traffic by tcpdump,
Not see listen port (netstat or sockstat) =20

why ?

interfaces
~~~~~~~

ed1: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet A.B.C.D netmask 0xffffffc0 broadcast A.B.C.
        ether 00:02:44:08:74:7a
de0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255
        ether 00:40:05:30:9f:ed
        media: autoselect (100baseTX <full-duplex>) status: active
        supported media: autoselect 100baseTX <full-duplex> 100baseTX =
10baseT/UT


kernel:
~~~~~

options         IPFIREWALL=20
options         IPDIVERT       =20
options         IPFIREWALL_DEFAULT_TO_ACCEPT
options         IPFIREWALL_VERBOSE

ipfw =3D"OPEN"


Thanks,
Vasili   



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000601c68b0a$d030f100$1608a8c0>