Re: AVI player?

2001-04-23 Thread Janet Post
movie to fullscreen, I could only play it at the default size. Janet Post [EMAIL PROTECTED] >>> Jaye Inabnit ke6sls <[EMAIL PROTECTED]> 04/23 10:57 AM >>> Hi Andrzej, Packaged for potato - No. The best player I've found in my search was avifile. Do a search for

RE: iptables and domain services

2001-04-20 Thread Janet Post
tp problem is that they do not always listen on port 23, 20, or 21 respectively. Have you ever noticed that the more you learn, the more you realize how much you don't know? Janet Post [EMAIL PROTECTED] >>> Jason Healy <[EMAIL PROTECTED]> 04/19 9:37 PM >>> At

Re: iptables and domain services...

2001-04-19 Thread Janet Post
t off more like you have in your chain rules? >>> Jason Healy <[EMAIL PROTECTED]> 04/19 5:35 PM >>> At 987717599s since epoch (04/19/01 16:59:59 -0400 UTC), Janet Post wrote: > > So you're running a DNS server? > > No. I'm just trying to get name

SOLVED - iptables and domain problem...

2001-04-19 Thread Janet Post
HOT DOG... Phil...you solved the problem. iptables -I INPUT 1 -m state --state ESTABLISHED,RELATED -j ACCEPT I've been beating my head against the wall for so long that I didn't realize that this command not only stopped reply packets from having to traverse the whole chain, but it would

Re: iptables and domain services...

2001-04-19 Thread Janet Post
have misinterpreted the original problem. I am not running a DNS server on this machine yet, but I do have plans to put on there. This server is currently just a firewall right now. Thank you again for your help, (I've been pulling my hair out on this issue for 3 days now.) Janet Post [

Re: iptables and domain services...

2001-04-19 Thread Janet Post
computers behind it resolve ip numbers? It is obviously NOT port 53 or my rules would work. Thank you so much for your help, Janet Post [EMAIL PROTECTED]

iptables and domain services...

2001-04-19 Thread Janet Post
all my INPUT, and FORWARD rules instantly, but then pauses on the first OUTPUT rule like it does on the INPUT chain. I have no trouble if I set the policy of the chain in question to ACCEPT, I have no trouble. Am I missing something? I NEED to let domain into my box. What am I doing