Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2003
    Posts
    35

    CSF - allow 192.168.*.*

    I'm trying to allow ssh'ing between the boxes on my home network.

    If I allow the specific ip for each box as:
    Code:
    in:d=22:s=192.168.123.167
    it works without a problem.

    I've only seen example of 192.168.0.0_24 but that still blocks the other pc.
    192.168.0_24.0_24 doesn't work either.

    I'm sure this is stupid, but what am I doing wrong here?

    Couldn't find an answer looking through google and csf forum.

  2. #2
    Join Date
    Apr 2005
    Posts
    1,767
    Try:

    tcp:in:d=22:s=192.168.0.0/16

  3. #3
    Join Date
    Nov 2003
    Posts
    35
    That worked, thanks a lot.

    Can you explain how you went from *.* to 0.0/16 or where to look this up?

  4. #4
    Join Date
    Apr 2005
    Posts
    1,767

  5. #5
    Join Date
    Nov 2003
    Posts
    35
    Got it!

    It's a lot easier to learn about something you know what the hell it's called

    Thanks again!

Posting Permissions

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