Results 1 to 3 of 3

Thread: Blocking selected port , Can I do that?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Posts
    17

    Post

    Can I using Vb 5 to write a program,
    which is running all the time to check some selected port, like FTP port

    Can I blocking the port by using checkbox,
    so that when I click the checkbox, the port have been blocked and no one can log in into my pc???

    Can anyone help???

  2. #2
    Lively Member
    Join Date
    Nov 1999
    Location
    Melbourne, Victoria, Australia
    Posts
    126

    Post

    Your thinking of a firewall, that will block a specific port and deny any access to it.

    The only other method you can do is to have the port open, as soon as a connection request comes in, log the attempt and close the port.

    ------------------
    Regards,

    Paul Rivoli
    -------------------
    [email protected]
    http://users.bigpond.com/privoli

  3. #3
    Guest

    Post

    The only other method you can do is to have the port open, as soon as a connection request comes in, log the attempt and close the port.
    Problem is that this won't work when the port is already open, also i have never find something for vb anywhere to open/close/monitor connections like a program as @guard does.



    ------------------

    Vincent van den Braken
    EMail: [email protected]
    ICQ: 15440110
    Homepage: http://www.azzmodan.demon.nl




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width