How to relax firewall for UDP connections/ports for a specific IP address?
- by Gnanam
Hi,
My server is Red Hat Enterprise Linux Server release 5.
iptables version is v1.3.5.
I want to allow all UDP connections / port for the IP address 192.168.0.200. This IP address is configured in my eth0. So basically I want to set it up the same as my local loopback (127.0.0.1) UDP traffic.
What is the iptable command to allow all UDP connections / ports for IP 192.168.0.200?