Forwarding udp ports iptables packets "lost"?
- by Dindihi
I have a Linux router (Debian 6.x) where i forward some ports to internal services.
Some tcp ports (like 80, 22...) are OK.
I have one Application listening on port 54277udp.
No return is coming from this app, i only get Data on this port.
Router:
cat /proc/sys/net/ipv4/conf/all/rp_filter = 1
cat /proc/sys/net/ipv4/conf/eth0/forwarding = 1
cat…