This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

dropped packets with dnat

hi!

i'm having some troubles with a dnat rule, maybe one of you can help me!

i want to realize the folowing rule in my astaro 7:
"any tcp/udp packet coming to port 1222 on my external interface should be forwarded to my-private-server port 1222"

so i created a service:

myservice
tcp/udp
dest:1222
source:1:65535

and a dnat-rule:

Any
myservice
External (Adress)
dnat
my-private-server
myservice

where my-private-server is something 192.168....

so, the problem is, that all these packages are dropped and are of this type:

11:56:58  Default DROP  UDP 
some-ip   :  64920
→ 
192.168.30.2  :  1222


11:56:59  Default DROP  UDP 
another-ip  :  64920
→ 
192.168.30.2  :  1222

i even tried to let the destination-service for the dnat rule emty but the result is the same.

maybe you can help me :-)

greetz zor


This thread was automatically locked due to age.