[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rdr help.



Moe wrote:

> hi guys,
>
>   I have a question regarding rdr in my ipnat.rules
> file.
>
> Heres what I have:
> rdr dc1 x.x.x.x/32 port 80 -> 192.168.0.5 port 80
> map dc1 192.168.0.0/24 -> x.x.x.x/32 portmap tcp/udp
> 1025:65000
> map dc1 192.168.0.0/24 -> x.x.x.x/32
>
> dc1 is my ext_if to the net
> 192.168.0.5 is my internal ip #.
>
> Its being forwarded to a redhat webserver running
> apache.  I know that my webserver is running
> internally but can't make the connection from outside.

Is it a "networking" issue or a "authorization" issue?
Does your webserver config allow connection from outside?
(with or without the RDR stuff?)

Otherwise, if the webserver config is OK, a few tcpdump
would be helpful.

Cedric