http://lwn.net/Articles/615238/ Performance improvements for the networking stack thanks to bulk network packet transmission, which “allows a relatively small system to drive a high-speed interface at full wire speed, even when small packets are being transmitted.” One of the keys to good performanc...
IPv6 NAT support with kernel 3.7 routeros When can adding that feature? http://lwn.net/Articles/514087/ Test-funtoo ~ # uname -a Linux Test-funtoo 3.9.0-gentoo #1 SMP Fri May 3 22:47:49 CST 2013 x86_64 Intel(R) Xeon(R) CPU E5645 @ 2.40GHz GenuineIntel GNU/Linux Test-funtoo ~ # ip6tables -t nat -A PO...
The Cavium Networks OCTEON XL family of multi-function accelerator boards and NICs delivers the industry’s broadest range of compatible boards for security (SSL/IPsec, SRTP, Data-at-Rest), TCP, compression/decompression, and Intrusion Prevention/Anti-virus (IPS/AV) processing in secure network servi...
wish add libnetfilter_queue feature. libnetfilter_queue is a userspace library providing an API to packets that have been queued by the kernel packet filter. It is is part of a system that deprecates the old ip_queue / libipq mechanism. libnetfilter_queue has been previously known as libnfnetlink_qu...
Linux 2.6.35 has been released on 1 Aug, 2010. 1. Prominent features (the cool stuff) 1.1. Transparent spreading of incoming network traffic load across CPUs Recommended LWN articles: "Receive packet steering" and "Receive flow steering" Network cards have improved the bandwidth ...
routeros's openvpn server work fine with openvpn 2.0,but can't support "openvpn 2.1 client",when i connect to ovpn server,log is: Thu Aug 28 14:38:35 2008 us=468000 OpenVPN 2.1_rc9 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Jul 31 2008 Thu Aug 28 14:38:38 2008 us=375000 WARNING: No ser...
i found a: http://www.tunnelbroker.net/forums/index.php?topic=142.0 it said: Also no you don't need to run BGP. I set up a similar test network up several times a week without issue, except I don't try and hardcode the address on the client, I just RADVD advertise and the systems pick everything up....
i set my routeros use 6to4, and i link to ipv6 net. and i wan't set lan use ipv6 over routeros's 6to4. but i can't know how to set it. under is my set: [admin@routeros] /ipv6> export # /ipv6 address add address=2001:470:1f06:69c::2/64 advertise=yes disabled=no eui-64=no \ interface=sit1 /ipv6 nd add...
http://madwifi.org/wiki/ChipsetFeatures/XrMode Introduction ¶ This document applies to the madwifi-ng source code. Conclusion provided here were based on the analysis of the source code revision r1531. Theory of operation ¶ XR means "eXtended Range". This is a mode which extends the operat...
i install openvpn on freebsd, openvpn config file is: port 443 proto tcp dev tun ca /vpn/keys/ca.crt cert /vpn/keys/server.crt key /vpn/keys/server.key dh /vpn/keys/dh1024.pem server 10.97.0.0 255.255.0.0 ifconfig-pool-persist /vpn/ipp.txt keepalive 10 60 ping-timer-rem comp-lzo persist-key persist-...
look up: http://l7-filter.sourceforge.net/ and i wan't to add my own drivers. examples:i have a md5628 modem,but routeros can't support it so i wan't to complie driver for my modem. but i don't know how to load drivers modules in routeros? who can help me? i use lfs ,use kernel 2.4.23 and gcc 2.95