RE: [Leaf-user] UDP Open Range

2001-10-15 Thread sales
Long delay - original post was in Sept I need to open UDP post 4000 to 4256 Thanks Scott and Stephen for your responses. It sounds like I have a choice for opening the ports EXTERN_UDP_PORTS="0/0_4000:4256" or ipchains -A input -s 0.0.0.0/0 -d $IP_EXT/32 4:40256 -p udp -j ACCEPT

Re: [Leaf-user] UDP Open Range

2001-09-17 Thread Stephen Lee
Doesn't Charles' script allow you to do something like: EXTERN_UDP_PORTS="0/0_4:40256" in network.conf? If you need to portforward them as well then, as Scott says, the ipmasqadm line below is needed. Stephen > Jason: > > Heya. I hadn't seen a reply to your post yet, probably > becau

Re: [Leaf-user] UDP Open Range

2001-09-17 Thread Scott C. Best
Jason: Heya. I hadn't seen a reply to your post yet, probably because your question was a bit scary. :) Asking how to open 40,000 UDP ports on a LEAF list would be like asking "how can I be sure to poison myself?" on a medical self-help list. :) Anyhow. Presuming you meant to open

[Leaf-user] UDP Open Range

2001-09-14 Thread Jason
I need to open UDP ports 4000 to 40256. I am using Charles' Dynamic IP.  I read that the way to do this is to enter each individual port to be opened.  As you can Imagine It was a very long line.  After carefully typing it all in it complained while booting and would not fully boot. Is there