STUN 服务器是一个 STUN 协议的实现,使得 STUN 可以用于基于 SIP 的系统。
STUN 服务器软件包也包含了一个客户端 API,以作为一个 SIP 终端。此外,还有
一个命令行的 UNIX 客户端和一个图形窗口的客户端,用来确认用户正在使用什么
类型的 NAT。
STUN 是一个应用层协议,它允许位于 NAT 后的客户端找出自己的公网 IP 地址和
位于 STUN 客户端和服务器端间的 NAT 设备的性质。
当前版本的代码支持 RFC 3489 的大多数特性,除了从服务器获得 OTP 的功能。
SubNetCalc is an IPv4/IPv6 subnet address calculator. For given IPv4 or IPv6
address and netmask or prefix length, it calculates network address, broadcast
address, maximum number of hosts and host address range. The output is
colourized for better readability (e.g. network part, host part). Also, it
prints the addresses in binary format for better understandability.
Furthermore, it can identify the address type (e.g. multicast, unique local,
site local, etc.) and extract additional information from the address
(e.g. type, scope, interface ID, etc.). Finally, it can generate IPv6 unique
local prefixes.
A lightweight, dependency-free program to pull source using the svn protocol.
From the README on the website:
wmwave is dockapp for window maker to display statistical information
about a current wireless ethernet connection. The current release
is Version 0.4. wmwave has been tested under Redhat 5.2 with an
Wavelan Silver WEP/IEEE card from Lucent Technologies.
I have rewritten the network code for use with Bill Paul's wi(4)
driver as it appears in FreeBSD 5.0-CURRENT and 4.4-STABLE. Support
for other cards will not be integrated into this GPLed version.
Xferstats is a utility that parses wu-ftpd, ncftpd, and (special) apache
xferlogs and gives various information and totals about the data transferred.
TAYGA is an out-of-kernel stateless NAT64 implementation for that uses the
TUN driver to exchange IPv4 and IPv6 packets with the kernel. It is intended
to provide production-quality NAT64 service for networks where dedicated
NAT64 hardware would be overkill.
From the tcpcat README:
Tcpcat is a simple program that is like `cat' but it works over TCP streams
to allow you to cat from one host to another.
The host common way to use this program whould be something like this:
on host a: $ tcpcat -l 93255 | gzip -dc | tar xvf -
on host b: $ tcpcat -h hosta:93255 file.tar.gz
Another good use for this program is debugging network stuff. When debugging
a newtork client or server you can pipe the output of tcpcat to a hex dump
(I recomend xxd which comes with vim). Also it can act as a crude telnet server
when invoded with --listen, --input, and --output, this mode is quite useful
for network program debugging as well.
Produces a per-protocol breakdown of traffic by bytes and packets,
with average and maximum transfer rates, for a given libpcap file
(e.g., from tcpdump, ethereal, snort, etc.) Useful for getting a
high-level view of traffic patterns.
This is a port of librdkafka, a C library implementation
of the Apache Kafka protocol, containing both Producer and
Consumer support. It was designed with message delivery
reliability and high performance in mind, current figures
exceed 800000 msgs/second for the producer and 3 million
msgs/second for the consumer.
This is the NANOG traceroute program. This traceroute variant offers
features such as MPLS label decode, Path MTU discovery, AS lookup,
and spray mode. It is maintained by a collection of volunteers.