[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: iptables Problem
- From: Michal Jaegermann <michal harddata com>
- To: For testers of Fedora Core development releases <fedora-test-list redhat com>
- Subject: Re: iptables Problem
- Date: Wed, 13 Sep 2006 16:10:26 -0600
On Wed, Sep 13, 2006 at 05:26:10PM -0400, Janina Sajka wrote:
> For some reason the DNAT target isn't working in the following situation.
>
> iptables -t nat -A PRErOUTING -i eth0 -p udp --dport 5060 -j DNAT --to 172.16.32.48
>
> however
>
> iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNAT 172.16.32.48
> works just fine.
>
> Any clue?
My first guess would be that earlier you have a rule which does
DROP or REJECT on packets to port 5060. I assume that "PRErOUTING"
is a copying mistake. Right?
Michal
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]