I have a standard Eager-Dynamic IP disk from Charles site that it working well and I need to open UDP ports 4000 to 4256.  My lack of knowledge is getting in the way.  I was given two lines to implement but I'm not sure where to add them.
 
ipchains -A input -s 0.0.0.0/0 -d $IP_EXT/32 4000:4256 -p udp -j ACCEPT
ipmasqadm autofw -A -r udp 4000 4256 -h $MASQD_HOST
 
Any help would be greatly appreciated
 
Jason

Reply via email to