CSF blocking UDP port even though its open

Post Reply
nofire
Junior Member
Posts: 3
Joined: 06 Apr 2015, 10:03

CSF blocking UDP port even though its open

Post by nofire »

Hi

In csf I have this line UDP_OUT = "53,113,123,19567:19600"
but I keep getting this in logs
Jul 16 23:03:52 xtest kernel: [209164.132967] Firewall: *UDP_OUT Blocked* IN= OUT=eth0 SRC=x.x.x.53 DST=x.x.x.139 LEN=86 TOS=0x00 PREC=0x00 TTL=64 ID=62088 DF PROTO=UDP SPT=19567 DPT=10002 LEN=66 UID=1000 GID=1000

Any suggestions will be appreciated thnx
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: CSF blocking UDP port even though its open

Post by ForumAdmin »

You have to open the destination port (10002), not the source port.
nofire
Junior Member
Posts: 3
Joined: 06 Apr 2015, 10:03

Re: CSF blocking UDP port even though its open

Post by nofire »

Thanks - the destination ports vary so I guess I will just have to open a range?
Post Reply