Simplewall-Firewall

Discussion in 'other firewalls' started by co22, Oct 25, 2016.

  1. korben

    korben Registered Member

    Joined:
    Nov 5, 2009
    Posts:
    917
    July will come seeing final version I hope.

    Many thanks for your work
     
  2. Rasheed187

    Rasheed187 Registered Member

    Joined:
    Jul 10, 2004
    Posts:
    17,546
    Location:
    The Netherlands
    The new version looks pretty cool, nice that you added a network monitor. At the moment I'm still using WFC, mainly because of its simplicity. But I just may have to check out Simplewall.
     
  3. Fad

    Fad Registered Member

    Joined:
    Feb 25, 2009
    Posts:
    456
    Location:
    England
    "Block for now - ask later" has disappeared (intentional or a bug ?)

    Otherwise v3.0.2 working OK, no obvious problems.
     
  4. ieno

    ieno Registered Member

    Joined:
    Jul 19, 2016
    Posts:
    12
    Location:
    Netherlands
    Very cool open source project, kudos to the dev!

    However, I am seeing some events I have a hard time explaining to myself. For instance, I have added the following rule for WS discovery:
    Code:
    <item name="WSD" rule="ff02::c:3702;239.255.255.250:3702;192.168.0.0/16" dir="2" protocol="17" apps="C:\windows\system32\dashost.exe" is_enabled="true" />
    Yet despite this rule, I still see traffic that matches this rule is being blocked by simplewall:
    Code:
    "‎23-‎Jun-‎19 ‏‎21:52:43","NT AUTHORITY\LOCAL SERVICE","C:\windows\system32\dashost.exe","ff02::c:3702","ws-discovery","UDP","simplewall\BlockConnectionsV6","#88041","Outbound","Blocked"
    There's no other firewall or similar product installed, so I'm not sure what's going on there...maybe I shouldn't be matching IPv4/IPv6 IP/port combo's and subnets in the same rule?

    EDIT1: just checked out how this rule was actually created in the WFP, and the IPv6 address was added with the port being part of the IP, not as the actual port:
    Code:
    <addr>ff02::c:3702</addr>
    EDIT2: solved, using the following syntax (encapsulating the IP in [ ]) seems to be separating IP and port correctly:
    Code:
    [ff02::c]:3702
    Great stuff! :thumb:
     
    Last edited: Jun 23, 2019
  5. guest

    guest Guest

    simplewall v3.0.3 Beta (3 July 2019)
    https://www.henrypp.org/product/simplewall
    Download
    Changelog
    sha256 checksum
    v3.0.3 Beta (3 July 2019)
    • added option to show notification window on tray
    • added highlighting for network tab
    • redraw app item on connection change
    • remove "beta" mark from network tab
    • improved wfp transactions
    • fixed ipv6 rules port parsing for system rules (issue #475)
    • fixed direction case for log and notification (issue #474)
    • fixed notification action adds timer (issue #472)
    • fixed timer set does not work (issue #484)
    • fixed notification refresh when app remove
    • fixed configuration reset does not work
    • fixed menu graphics (issue #473)
    • fixed log stack cleanup
    • updated port service names
    • cosmetics fixes
    • fixed bugs
     
  6. Circuit

    Circuit Registered Member

    Joined:
    Oct 7, 2014
    Posts:
    939
    Location:
    Land o fruits and nuts, and more crime.
    Good question, no answer.
     
  7. Fad

    Fad Registered Member

    Joined:
    Feb 25, 2009
    Posts:
    456
    Location:
    England
    v3.0.3 appears to be working OK.....but some rules and permissions had been altered after installing.

    Probably worth checking through your rules to be safe, it might have just been a glitch on my end.
     
  8. henrypp

    henrypp Registered Member

    Joined:
    Jul 27, 2017
    Posts:
    52
    Location:
    Nowhere
    Hello, this is not a bug, this button removed as useless!
     
  9. __Nikopol

    __Nikopol Registered Member

    Joined:
    Aug 13, 2008
    Posts:
    630
    Location:
    Germany
    I still have issues with notifications taking 30 seconds to pop up, ending up in me having to restart a new program three times in order to allow it efficiently.
    I know there was a fix for it a while back because I complained on GitHub, but it is back.
     
  10. henrypp

    henrypp Registered Member

    Joined:
    Jul 27, 2017
    Posts:
    52
    Location:
    Nowhere
    - Displaying timeout was removed in 3.0.1.
    - If you need display already popped up notifications, just hover tray icon for some time.
    - If you about timeout between same notifications, this was configurable (in settings).

    ps: where it's on GitHub?
     
  11. guest

    guest Guest

    simplewall v3.0.4 Beta (23 July 2019)
    https://www.henrypp.org/product/simplewall
    Download
    Changelog
    sha256 checksum
    v3.0.4 Beta (23 July 2019)

    NOTE 1: New version fully compatible with 2.x versions profile
    NOTE 2: There is no Windows Vista support anymore (use 2.x versions instead)
    NOTE 3: new profile structure - all configurations are saved in "profile.xml" now (old profile version loading is supported)
    • added rules and blocklist options into main menu
    • set security settings enabled by default
    • set protocol names based on IEEE
    • made correct backups for profile on reset
    • bring notification window to top
    • correct determine connections for apps
    • fixed error message on new device insertion (issue #215)
    • fixed missing connections (issue #423)
    • fixed listview sorting does not save state sometimes
    • fixed listview sorting compare checked items
    • fixed uninstaller does not remove new profile
    • fixed tray menu notifications cosmetics
    • optimized group items counting
    • optimized listview sorting
    • cosmetics fixes
    • fixed bugs
     
  12. guest

    guest Guest

    simplewall v3.0.5 RC (6 August 2019)
    https://www.henrypp.org/product/simplewall
    Download
    Changelog
    sha256 checksum
    v3.0.5 RC (6 August 2019)

    NOTE 1: New version fully compatible with 2.x versions profile
    NOTE 2: There is no Windows Vista support anymore (use 2.x versions instead)
    NOTE 3: new profile structure - all configurations are saved in "profile.xml" now (old profile version loading is supported)
    • added option to block outbound connections globally
    • added close connection feature (issue #506)
    • added powerful blocklist configuration
    • removed listen layer
    • skip saving default rules configuration
    • fixed connections port byte order (issue #504)
    • fixed user rules ui bug (issue #500)
    • fixed dropped packets log layout
    • fixed internal rules editor
    • fixed ipv6 rule formatting
    • fixed connections hashing
    • listview menu cosmetics
    • cosmetics fixes
    • fixed bugs
     
  13. korben

    korben Registered Member

    Joined:
    Nov 5, 2009
    Posts:
    917
    so looking forward to it, mate!
    keeping my hopes up.
    will support your great product no matter what
     
  14. henrypp

    henrypp Registered Member

    Joined:
    Jul 27, 2017
    Posts:
    52
    Location:
    Nowhere
    Thank you!
     
  15. Fad

    Fad Registered Member

    Joined:
    Feb 25, 2009
    Posts:
    456
    Location:
    England
    3.0.5 working OK here - no problems noticed.
     
  16. Antonio Pacheco

    Antonio Pacheco Registered Member

    Joined:
    Aug 19, 2019
    Posts:
    1
    Location:
    Somewhere on Earth for sure
    I've just installed from scratched the last RC (3.0.5) ; it works like a charm to me.
    Keep up the good work dude! :)
     
  17. henrypp

    henrypp Registered Member

    Joined:
    Jul 27, 2017
    Posts:
    52
    Location:
    Nowhere
    Ok, thank you. SW users are awesome, really!
     
  18. polly77

    polly77 Registered Member

    Joined:
    Jan 13, 2014
    Posts:
    70
    Hi I am using simplewall and have disabled windows firewall. I am also using windows defender with simplewall.The problem is how do I stop the notifications that windows firewall is off and get back the green icon in system tray for WD? THks
     
  19. polly77

    polly77 Registered Member

    Joined:
    Jan 13, 2014
    Posts:
    70
    Anyone with an idea?
     
  20. imuade

    imuade Registered Member

    Joined:
    Aug 4, 2016
    Posts:
    751
    Location:
    Italy
    Enable Windows firewall ;) Simplewall will still work just fine
     
  21. polly77

    polly77 Registered Member

    Joined:
    Jan 13, 2014
    Posts:
    70
    Ok Thanks
     
  22. guest

    guest Guest

    simplewall v3.0.6 RC (12 October 2019)
    https://www.henrypp.org/product/simplewall
    Download
    Changelog
    sha256 checksum
    v3.0.6 RC (12 October 2019)

    NOTE 1: New version fully compatible with 2.x versions profile
    NOTE 2: There is no Windows Vista support anymore (use 2.x versions instead)
    NOTE 3: new profile structure - all configurations are saved in "profile.xml" now (old profile version loading is supported)
    • added windows 10 rs6 support
    • added csv file title (clear the log to see changes)
    • disable network address resolution in network tab by default (issue #515)
    • improved refreshing filters on device connecting
    • improved network monitoring speed and ui
    • improved notification ui
    • improved dpi support
    • fixed collecting services & uwp information
    • fixed device names resolution (issue #529)
    • fixed toolbar gray text draw (issue #437)
    • fixed network items blinking on refresh
    • fixed flickering on window resizing
    • fixed notification windows refresh
    • fixed hostname restricted symbols
    • fixed wfp security attributes
    • fixed highlighting priority
    • fixed memory leak
    • updated system rules
    • cosmetics fixes
    • fixed bugs
     
  23. lucd

    lucd Registered Member

    Joined:
    Jan 30, 2018
    Posts:
    782
    Location:
    Island of Woman
    great program, it only mainly misses modification detection, which can be circumvented if u let eset trial expire (I suggest you buy it since its great though), then active protection will stop but the firewall from eset still works, so if s.o. modifies simplewall, eset would alert
    eset operates on windows firewall so there is zero conflict experience (a few dns expired problem but easily solved), eset also adds custom rules that are missing in simplewall, I think they work fantastic in tandem

    otherwise SW could implement an active modification detection of its own processes and custom rules (block specific ip addresses and sites)

    s.o. = someone
     
  24. Less

    Less Registered Member

    Joined:
    Dec 24, 2008
    Posts:
    288
    i have installed the beta and stable version. however, simplewall doesnt start up on the tray.
    At msconfig, the app is running. Those applications that are blocked , continue to be blocked. But no pop ups for new apps but are blocked as well

    I have also checked all in the General Configuration. I am running Windows 7 Home
     
  25. Circuit

    Circuit Registered Member

    Joined:
    Oct 7, 2014
    Posts:
    939
    Location:
    Land o fruits and nuts, and more crime.
    Works great in tandem (Eset Internet Security, SW).
    SW has improved, I am impressed.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.