Browser you have is obsolate. Please, download the modern Firefox, Chrome, Opera or Yandex browser for comfort surfing!
• IPv4, IPv6 router, firewall   • transparent proxy
• multifunctional NAT • dynamic TCP shapers
• distributed VPN interconnections • build-in DHCP, HTTP servers
• flexible HTTP cache, automatic “on-the-fly” authorization  authorization, authentication and accounting
• server's network opportunites on the non-server Windows versions
  
firewall, router solution of  Moiseenko A.A.
RusRoute firewall research project is flexible software IPv4 and IPv6 router and firewall, Internet gateway for Windows, it is the ideal solution for making Internet gateway for local area network (LAN) of small company, the users' traffic encountering and restricting, protection against of network attacks with functions of NAT, redirect, dynamic TCP shaper with conditional expressions, VPN server/client for corporate remote access, transparent proxy with port numbers saving, LAN to VPN Bridge, DHCP servers, FTP servers, multicast UDP proxies, HTTP caches, HTTP to HTTP proxy converter, captive portal feature, timed action and Splitters for rules, with advanced routing possibilities.

The next functions are not supported: Captive Portal for https connections, multicast routing, https caching, content filtering, IPv6 VPN, VPN multicast.


     Supported OS: Windows 7/8/8.1/10/11 / Server 2008 R2/2012 R2/2016/2019, 64 bits.
     It is required to install the KB3033929 (SHA2 support) on Windows 7 manually.
       Buy the licence: https://maasoft.org.
     About us: Softpedia, LO4D, WorldSoftCat, SwCat.
News
Page 1 2 3 4 5 6 … 15
11 January 2025 year, Saturday
   
RusRoute firewall 2.9.7  
 
News - Releases
   
   
Download RusRoute firewall 2.9.7: 64 bits (EXE, 14.6 MB), 340 downloads; 32 bits (EXE, 14.6 MB), 128 downloads

New in version:
- Fixed critical errors in memory handling.
- Fixed the error of incorrect initial filling of network interface speed graphs.
+ Minor private improvements to the program code.
Views : 113
Comments: 0
Author: Andrey Moiseenko 
 61  74
 Read more...
   
8 January 2025 year, Wednesday
   
RusRoute firewall 2.9.6  
 
News - Releases
   
   
Download RusRoute firewall 2.9.6: 64 bits (EXE, 0 Bytes), 92 downloads; 32 bits (EXE, 0 Bytes), 77 downloads

New in version:
+ Improved handling of constant string literals in the library string class. Now handling constant string literals (constructors, operator=, etc.) does not generate exceptions, does not allocate memory for string data, and does not call the strlen() function to calculate the string length. This optimization is global for all particular cases of using string class objects. But, since a lot of work has already been done to allocate the main constant strings used into pre-created string objects, there is no noticeable increase in speed, although the size of executable files has increased by several tens of kilobytes.
+ Changed and improved the operation of Anti SYN flood protection, which was previously tested on attacks from single addresses. Before Christmas, my home PC was repeatedly subjected to small DDoS SYN flood attacks from 4 class C subnets, which allowed me to refine and test the protection. After that, I made a couple more improvements, but it has not yet been possible to test it in real conditions. Perhaps there will be more improvements in the protection. Also added monitoring of Anti SYN flood protection parameters directly in the Firewall Settings window, next to the corresponding parameters.
+ For the convenience of adding address subnets to the blacklist during DDoS attacks (for example, during SYN flood attacks, see above), the ability to copy the IPv4/IPv6 address and the most popular types of subnets that include this address to the clipboard has been added to the connections filter windows.
+ Minor private improvements to the program code.
Views : 35
Comments: 0
Author: Andrey Moiseenko 
 1  1
 Read more...
   
3 January 2025 year, Friday
   
RusRoute firewall 2.9.5  
 
News - Releases
   
   
Download RusRoute firewall 2.9.5: 64 bits (EXE, 0 Bytes), 59 downloads; 32 bits (EXE, 0 Bytes), 37 downloads

New in version:
+ Menu items for going to protocol, user, rule in connections windows.
- Fixed error in generating debug string when blocking TCP6 null scan packets (uninitialized string was printed).
+ Minor private optimizations, in particular, when generating information about the internal state of the firewall for GUI application.
Views : 88
Comments: 0
Author: Andrey Moiseenko 
 14  18
 Read more...
   
30 December 2024 year, Monday
   
RusRoute firewall 2.9.4  
 
News - Releases
   
   
Download RusRoute firewall 2.9.4: 64 bits (EXE, 0 Bytes), 110 downloads; 32 bits (EXE, 0 Bytes), 48 downloads

New in version:
+ Minor memory optimization: union IPv4 and IPv6 fields of some data structures, adding custom allocators for some structures, pre-allocation of memory for some structures at startup.
+ Displaying DNS names known to the firewall for UDP6 connections.
- Minor bugs fixed.
Views : 76
Comments: 0
Author: Andrey Moiseenko 
 21  22
 Read more...
   
21 December 2024 year, Saturday
   
RusRoute firewall 2.9.3  
 
News - Releases
   
   
Download RusRoute firewall 2.9.3: 64 bits (EXE, 0 Bytes), 304 downloads; 32 bits (EXE, 0 Bytes), 166 downloads

New in version:
- Fixed errors in checking/calculating checksums of fragmented UDP6, ICMP6, TCP6 packets.
Views : 283
Comments: 0
Author: Andrey Moiseenko 
 88  103
 Read more...
   
21 December 2024 year, Saturday
   
RusRoute firewall 2.9.2  
 
News - Releases
   
   
Download RusRoute firewall 2.9.2: 64 bits (EXE, 0 Bytes), 143 downloads; 32 bits (EXE, 0 Bytes), 147 downloads

New in version:
+ Completely redesigned the operation of outputting messages to the general work log window. At the same time, the number of recursive captures of synchronization mutexes has been reduced, and if message output is disabled or suppressed, this check is reduced to only accessing 2-3 atomic variables. This optimization may be less secure in some places compared to the previous version of the code. The number of message types for separating TCP/UDP/ICMP/ARP(ND)/DNS flows has been increased, message types can be configured in the protocol color mask setup window in the config. A context menu has been added to this window for the most common actions. Disabling the output of all message types works a little more effectively than the option to suppress message output in the general settings.
Color mask eng
Forced debug print eng
Remove all forced debug print eng
+ Added an option to force message output in special rule settings. If a message type is disabled in the protocol color mask setup window in the config, but enabled in the special rule settings, then messages are output for this rule. If message output is suppressed in the general settings window, this option has no effect. When output is suppressed, as before, only once every 4 seconds messages are displayed to indicate that the log is working. In the rules window for the special settings column, an item has been added to remove the flags for forced output of debug messages for all rules.
+ Formatted string generation functions have been slightly accelerated.
+ Other small optimizations.
- Minor errors have been fixed.
Views : 89
Comments: 0
Author: Andrey Moiseenko 
 2  1
 Read more...
   

Page 1 2 3 4 5 6 … 15
 
« January 2025
   Su   Mo   Tu   We   Th   Fr   Sa   
         1   2   3   4   
   5   6   7   8   9   10   11   
   12   13   14   15   16   17   18   
   19   20   21   22   23   24   25   
   26   27   28   29   30   31     
 18 January 2025 year, Saturday 
User
Autorization
e-mail:

password:


Register
Online
Guests: 2
Users: 0
Bots: 2
Total users: 13
Banners
   EULA Copyright © 2012-2025 Moiseenko A.A.