Stop sending packets to private IPs

Posted by SlasherZ on Server Fault See other posts from Server Fault or by SlasherZ
Published on 2014-06-02T10:22:08Z Indexed on 2014/06/06 15:29 UTC
Read the original article Hit count: 181

Filed under:
|
|

I have a problem that my server got locked down because it was sending packets to private IPs.

My question is, what is the best solution to stop that?

Here is the log that I got from my hosting provider:

[Mon Jun  2 00:04:36 2014] forward-to-private:IN=br0 OUT=br0 
PHYSIN=vm-44487.0 PHYSOUT=eth0 MAC=78:fe:3d:47:3d:20:00:1c:14:01:4e:cd:08:00 
SRC=78.46.198.21 DST=192.168.249.128 LEN=1454 TOS=0x00 PREC=0x00 TTL=64 
ID=58859 DF PROTO=UDP SPT=41366 DPT=41234 LEN=1434 
[Mon Jun  2 00:17:15 2014] forward-to-private:IN=br0 OUT=br0 
PHYSIN=vm-44487.0 PHYSOUT=eth0 MAC=78:fe:3d:47:3d:20:00:1c:14:01:4e:cd:08:00 
SRC=78.46.198.21 DST=192.168.249.128 LEN=1456 TOS=0x00 PREC=0x00 TTL=64 
ID=52234 DF PROTO=UDP SPT=55430 DPT=41234 LEN=1436

© Server Fault or respective owner

Related posts about ubuntu

Related posts about iptables