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 • build-in FTP servers
• 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, 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.
     RusRoute firewall is a system software, therefore you need to add the C:\RusRoute folder and the setup.exe to the Windows Defender antivirus exceptions to install it.
       Buy the licence: https://maasoft.org.
     About us: Softpedia, LO4D, WorldSoftCat, SwCat.

     Free upgrade policy applies.
News
Page 1 2 3 4 5 6 … 16
21 April 2025 year, Monday
   
RusRoute firewall 3.0.6  
 
News - Releases
   
   
Download RusRoute firewall 3.0.6: 64 bits (EXE, 14.5 MB), 80 downloads; 32 bits (EXE, 14.5 MB), 72 downloads

New in version:
- Fixed a deadlock error when calling functions for outputting lines to the protocol window when updating Arp/Nd table information.
+ Reduced the size of VPN packet headers to 20 bytes. Now 2-byte user identifiers 1-32767 are used. VPN tested in the modes "Secondary VPN server + Primary VPN server + VPN client", "LAN (bridge) + Primary VPN server + Secondary VPN server", "Primary VPN server + Secondary VPN server + VPN client".
+ Minor improvements in libraries.
- Minor bug fixes.
Views : 74
Comments: 0
Author: Andrey Moiseenko 
 24  31
 Read more...
   
28 March 2025 year, Friday
   
RusRoute firewall 3.0.5  
 
News - Releases
   
   
Download RusRoute firewall 3.0.5: 64 bits (EXE, 0 Bytes), 567 downloads; 32 bits (EXE, 0 Bytes), 540 downloads

New in version:
- Fixed a rare bug of 2.8.5 version where sockets threads would not synchronize correctly.
+ Additional optimized functions in the library for some common uses of string objects, such as cutting/cutting and inserting a substring in the middle of a string, etc.
+ Convenient optional support for the char8_t type in the library for the string class.
+ Minor other changes.
Views : 544
Comments: 0
Author: Andrey Moiseenko 
 308  355
 Read more...
   
19 March 2025 year, Wednesday
   
RusRoute firewall 3.0.4  
 
News - Releases
   
   
Download RusRoute firewall 3.0.4: 64 bits (EXE, 0 Bytes), 668 downloads; 32 bits (EXE, 0 Bytes), 701 downloads

New in version:
- Fixed a bug in version 3.0.1, due to which dynamic MAC addresses determined by ARP/ND were not used.
- Fixed a bug in version 2.9.4, due to which IP addresses were incorrectly used for redirects, etc.
- Fixed an ancient error after changing the library API, due to which HTTP Captive portal issued a substitute redirect page with a large delay (temporary solution).
+ Minor changes in the library, in particular, some library global objects (for example, strings) can be safely used before calling main().
+ The fixed version of RusRoute firewall was tested in router mode and as a redirector of IP addresses and ports.
Views : 637
Comments: 0
Author: Andrey Moiseenko 
 378  445
 Read more...
   
8 March 2025 year, Saturday
   
RusRoute firewall 3.0.3  
 
News - Releases
   
   
Download RusRoute firewall 3.0.3: 64 bits (EXE, 0 Bytes), 192 downloads; 32 bits (EXE, 0 Bytes), 182 downloads

New in version:
+ Wrote a combined function of mathematical transformation and checksum calculation, which works 12% faster than successive calls of these two functions separately. But for the use of combined functions in VPN and in RRClient, the method of calculating the checksum has changed, version 3.0.3 is not compatible with the previous ones. This allowed to increase the data transfer rate over VPN by 5-10%, up to 200-250 Mbit/s (see screenshot). This did not affect the calculation of user password hash values.
* To switch to the new version, update the program on your PrimaryVpn server, on SecondaryVpn servers and VPN clients, and update RRClient on those PCs where it is used for secure authentication (login) to the RusRoute firewall. There is no need to change the firewall settings.
Views : 779
Comments: 0
Author: Andrey Moiseenko 
 476  551
 Read more...
   
1 March 2025 year, Saturday
   
RusRoute firewall 3.0.2  
 
News - Releases
   
   
Download RusRoute firewall 3.0.2: 64 bits (EXE, 0 Bytes), 285 downloads; 32 bits (EXE, 0 Bytes), 274 downloads

New in version:
- Returned the code for handling exceptional situations when there is not enough memory, since this mechanism is used under Windows in the C++23 standard.
- Disabled the operation of our TCP shapers, since this mechanism is rarely used, and with a large number of connections it consumes more processor resources, and its code is almost not parallelized. Without shapers, the RusRoute firewall processes 25% more TCP connections.
+ Slightly changed the method of dispatching IOControl messages in the driver.
+ Other minor changes.
+ Tested the program with more than 1000 active HTTP connections on a 200 Mbit/s Internet connection.
Views : 851
Comments: 0
Author: Andrey Moiseenko 
 560  627
 Read more...
   
19 February 2025 year, Wednesday
   
RusRoute firewall 3.0.1  
 
News - Releases
   
   
Download RusRoute firewall 3.0.1: 64 bits (EXE, 0 Bytes), 419 downloads; 32 bits (EXE, 0 Bytes), 413 downloads

New in version:
+ Separated synchronization of work with IP fragments with a separate fast mutex. This led to an increase in the speed of packet processing, which affected the increase in the VPN speed in the local network by 25% or more (slightly more than 200 Mbps between two Windows 10 x64 with I7-7700K in a gigabit LAN).
+ Separated synchronization of work with ARP and ND requests with separate fast mutexes. This did not noticeably affect the speed of work, since in a small local network such traffic is not significant.
+ Separated synchronization of work with socket timers and time for timers. This did not noticeably affect the transfer speed of normal traffic, but in a 10 Gbps network, the speed of receiving via FTP became higher, about 7-7.5 Gbps (previously the speed was up to 4.5 Gbps).
+ Removed a lot of unused code for handling exceptions by using appropriate C++ class, function and method specifiers. The size of the main executable files will be reduced by more than 100 KB each. This did not affect the speed of the program.
+ Other small changes in the used library ToolsLib and in the firewall.
- Correction of minor errors.
+ Minor interface improvements in the filter data window.
+ Tested the program with more than 800 active HTTP connections.
Views : 987
Comments: 0
Author: Andrey Moiseenko 
 627  724
 Read more...
   

Page 1 2 3 4 5 6 … 16
 
« April 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         
 24 April 2025 year, Thursday 
User
Autorization
e-mail:

password:


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