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, 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.


News
Page 1 2 3 4 5 6 7 8 9 10 … 13
19 November 2022 year, Saturday
   
RusRoute firewall 2.5.8  
 
News - Releases
   
   
RusRoute firewall: Download RusRoute firewall 2.5.8 (EXE, 0 Bytes), has downloaded 48 times.

New in version:
+ Most of the mutexes have been replaced with fast mutexes based on std::atomic based on the principle of win32 critical sections with spinlocks.
+ Speed ​​up/reduce CPU load by using fast mutexes, the efficiency is different in different places. The data transfer rate from the http cache, for example, is 1.5 Gbps on my bench.
- Minor fixes in mail protocol filters.
Views : 151
Comments: 0
Author: Andrey Moiseenko 
 0  0
 Read more...
   
7 November 2022 year, Monday
   
RusRoute firewall 2.5.7  
 
News - Releases
   
   
RusRoute firewall: Download RusRoute firewall 2.5.7 (EXE, 0 Bytes), has downloaded 82 times.

New in version:
+ Involvement of several IP API ban lists, definition of rules Wizard.
0th - RusRoute Auth, 1st - FTP Auth, 2nd - SMTP Auth, 3rd - POP3, IMAP4.
For these protocols, their filters analyze authentication procedures; in case of authentication failure, the IP address is added to the ban from the 5th time in 15 minutes for 15 minutes. Works only if the corresponding checkbox is checked in special rules. The ban addition can only be enabled for open protocols. If the protocol of your mail server uses SSL mode, then adding an IP address requires a special application that analyzes SMTP/SMTPS/POP3/POP3S/IMAP4/IMAPS server logs and adds IP addresses to the list of RusRoute API addresses for blocking.
+ New IMAP4 filter.
- For the "RusRoute http authentication" protocol, the IP address before special NAT is added to a list, it can be not what is visible to the http server (bug fixed).
- Fixed bug in SMTP filter. It now allows STARTTLS to pass through.
On the "Settings" page in the setting "Ban ignore IPs for API lists", IP addresses are separated by a space, the word "self" and an empty string are reserved for addresses 127.0.0.1, ::1 and all addresses of the RusRoute NICs (this word was "localhost" in 2.5.6 version).
Views : 143
Comments: 0
Author: Andrey Moiseenko 
 0  0
 Read more...
   
5 November 2022 year, Saturday
   
RusRoute firewall 2.5.6  
 
News - Releases
   
   
RusRoute firewall: Download RusRoute firewall 2.5.6 (EXE, 0 Bytes), has downloaded 78 times.

New in version:
+ New http web API functions: IpListAdd and IpListAddEx.
/api.cgi?api_key=...&cmd=IpListAdd&n=N&ip=IP&to=-1|0|S
/api.cgi?api_key=...&cmd=IpListAddEx&n=N&ip=IP
+ Cosmetic improvements of build-in http web server working on port 10000.
Views : 118
Comments: 0
Author: Andrey Moiseenko 
 0  0
 Read more...
   
22 October 2022 year, Saturday
   
RusRoute firewall 2.5.5  
 
News - Releases
   
   
RusRoute firewall: Download RusRoute firewall 2.5.5 (EXE, 0 Bytes), has downloaded 105 times.

New in version:
* Some optimization by speed performed. Some functions were expanded to inline, in some places the deletion of objects (xml documents) was moved to the non-blocking part of the code, some new C++ language constructs were used to speed up and reduce the size of the code, etc. Improved the stability of the program. It was revealed that the DeviceIoControl function interacts with the driver in single-threaded mode. So far, it is not possible to redo this, because such a driver specific. As a result, IP packet handler in a Win32/Win64 service shows better performance when running in a single thread. Accordingly, in this version, IP packet handler was made single-threaded, which made it possible, for example, to increase the VPN speed by 2 times, up to 140-155 Mbps on a LAN stand. At the same time, data transfer over VPN is closer to real-time operation, a more stable speed graph, rarer and smaller value of speed dips. But user feedback is required about if extent such a single-threaded mode does not worsen the work with a large number of TCP connections at the time of connections establishment, and with the processing of a large number of UDP packets.
Views : 126
Comments: 0
Author: Andrey Moiseenko 
 0  0
 Read more...
   
15 October 2022 year, Saturday
   
RusRoute firewall 2.5.4  
 
News - Releases
   
   
RusRoute firewall: Download RusRoute firewall 2.5.4 (EXE, 0 Bytes), has downloaded 58 times.

New in version:
+ Added caching of a linear search for objects in the lists of the configuration in those moments when the configuration is used only for reading. The result is given directly from the hash table now with the second and subsequent accesses to the lists of network protocols, adapters, IP addresses, etc.
+ Simplified and improved implementation of pImpl technology for nodes of xml documents, along with a possible error when working with xml in a multi-threaded environment.
+ pImpl string storage class is no longer virtual, which can also give some performance boost.
* More safe work of the installer when installing over the old version. Now setup does not offer to remove the previous version of the drivers, but tells you that if you need to update the drivers, you need to uninstall the program, restart the PC, and install the program again, because Windows does not allow you to uninstall and install the RusRoute firewall driver at the same time without an intermediate reboot until now.
Views : 131
Comments: 0
Author: Andrey Moiseenko 
 0  0
 Read more...
   
7 October 2022 year, Friday
   
RusRoute firewall 2.5.3  
 
News - Releases
   
   
RusRoute firewall: Download RusRoute firewall 2.5.3 (EXE, 0 Bytes), has downloaded 80 times.

New in version:
+ Minor optimization of the speed of work with synchronization objects, visible in the profiler and under the debugger.
Views : 132
Comments: 0
Author: Andrey Moiseenko 
 0  0
 Read more...
   

Page 1 2 3 4 5 6 7 8 9 10 … 13
 
« July 2024
   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         
 27 July 2024 year, Saturday 
User
Autorization
e-mail:

password:


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