RE: ports on PREROUTING

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

 



> I use the follow rules 
> 
> iptables -P FORWARD DROP
> 
> 
> but when i use PREROUTING for port 3389, the machines 
> external, don´t knew connect for the host.
> 
> 
> How can i accept connections in PREROUTING port.

I don't know exactly what it is you want to do, but could it be something
like this ?

iptables -A FORWARD -p tcp --dport 3389 -j ACCEPT


Gr,
Rob




[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux