How to relax firewall for UDP connections/ports for a specific IP address?
        Posted  
        
            by Gnanam
        on Server Fault
        
        See other posts from Server Fault
        
            or by Gnanam
        
        
        
        Published on 2010-04-12T07:12:45Z
        Indexed on 
            2010/04/12
            7:23 UTC
        
        
        Read the original article
        Hit count: 498
        
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?
© Server Fault or respective owner