Help redirect port

FBSD_UG freebsd at amadeus.demon.nl
Mon Jun 12 23:49:46 UTC 2006


On 08 jun 2006, at 16:49, Vasili S. wrote:

> I try make  redirect port by natd
> # natd -n ed1 -redirect_port tcp 192.168.1.100:80 8080
> no work
>
> Not see traffic by tcpdump,
> Not see listen port (netstat or sockstat)
>
> why ?
>
> interfaces
> ~~~~~~~
>
> ed1: flags=8843<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=8843<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
> options         IPDIVERT
> options         IPFIREWALL_DEFAULT_TO_ACCEPT
> options         IPFIREWALL_VERBOSE
>
> ipfw ="OPEN"
>
>
> Thanks,
> Vasili

Hey Vasili

what are your firewall rules?
you should divert traffic to have nat do any work...

Arno





More information about the freebsd-questions mailing list