On 2004.07.24 16:12, "=?UTF-8?B?0JLQsNGB0LjQu9C40Lkg0KHQstC40YDQuNC00L7Qsg==?=
- netspider@xxxxxxx<+nfcan+jimlaur+c1d788382f.netspider#mail.ru@spamgourmet.
com> <netspider@xxxxxxx>Organization" wrote:
On Saturday 24 July 2004 4:25 am, ÐÐÑÐÐÐÐ ÐÐÐÑÐÐÐÐ wrote:
I've installed fedora core 2 and tried to reuse my old settings i
retained from redhat9 system.
Masqeurading works fine, but when i try to do port forwarding like this
iptables -t nat -A PREROUTING -p tcp -d <domainname.com> --dport 80 -j
DNAT --to 192.168.20.40:80
rule adds itself fine, but port 80 is not accessible from outside.
when i try to connect from outside it doesn't say connection refused, it
dies after a timeout.
/proc/net/ip_conntrack doesn't show any presence of connection, I tried
to send it to -j LOG & ULOG but both end up empty.
iptables -L -nvx doesn't contain any rules yet.
Vasily, you have not told us what the default polity for the filter
table is. In the absence of any rules, the default policy controls
the behavior. Might this policy be DROP?
Perhaps the default policy has changed between versions.
Hope this helps.
Jim