Re: block a network port

2006-08-30 Thread Tim Williams
On 29 Aug 2006 20:43:49 -0700, alex23 <[EMAIL PROTECTED]> wrote: > abcd wrote: > > ok, no of any python solutions? or command-line firewalls? > > You did try searching Google for "python firewall", right? > > http://www.google.com.au/search?q=python+firewall > > The very first entry is a pointer t

Re: block a network port

2006-08-29 Thread Butternut Squash
abcd wrote: > Larry Bates wrote: >> This is not really a Python question. Blocking ports is a function >> of your firewall solution. >> > > > ok, no of any python solutions? or command-line firewalls? So now you're question is how to write a firewall in python? You can probably bind to all

Re: block a network port

2006-08-29 Thread alex23
abcd wrote: > ok, no of any python solutions? or command-line firewalls? You did try searching Google for "python firewall", right? http://www.google.com.au/search?q=python+firewall The very first entry is a pointer to a solution for Windows. You really need to provide more information if you

Re: block a network port

2006-08-29 Thread abcd
Larry Bates wrote: > This is not really a Python question. Blocking ports is a function > of your firewall solution. > ok, no of any python solutions? or command-line firewalls? -- http://mail.python.org/mailman/listinfo/python-list

Re: block a network port

2006-08-29 Thread Larry Bates
abcd wrote: > any ideas on how to block a network port from being used, or one that > is currently in use? For example, say I want to block port 23 from > being used. by used, I mean allowing connections to or from it. > > thanks in advance. > This is not really a Python q

block a network port

2006-08-29 Thread abcd
any ideas on how to block a network port from being used, or one that is currently in use? For example, say I want to block port 23 from being used. by used, I mean allowing connections to or from it. thanks in advance. -- http://mail.python.org/mailman/listinfo/python-list