Hello guys, i've added a floating ip to eth0 interface, ip addr in fact shows:<div><br></div><div>2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP </div><div>    link/ether 00:30:48:fc:4c:92 brd ff:ff:ff:ff:ff:ff</div>
<div>    inet 188.165.x.x/24 brd 188.165.225.255 scope global eth0</div><div>    inet 94.23.x,x/32 scope global eth0</div><div>    inet6 fe80::230:48ff:fefc:4c92/64 scope link </div><div>       valid_lft forever preferred_lft forever</div>
<div><br></div><div>but it seems that kernel is dropping the packets, in fact when i run tcpdump with -p option (non-promiscous mode) i can see packets to 188.165.x.x ip, but not to 94.23.x.x which i can see if i run tcpdump in promiscous mode. That way packets doesn't goes trough iptables and dnat isn't working properly.</div>
<div><br></div><div>Please give me some pointers, i'm days behind this and can't get it solved.</div><div><br></div><div>Thanks in advance</div><div>Best Regards</div>