This is not a Windows blog. However, I wanted to mention a Microsoft product called Windows Services for UNIX. This is a Windows Add-on that provides some UNIX interoperability.
It provides things like; Password Syncronization between Windows and UNIX, a Telnet Server, Remote Shell execution Services, a NFS Server, a NFS Client, and more.
I’ve only used [...]
Tag Archives: networking
Windows Services for UNIX
April 16, 2009 – 5:40 pm
COTD: netstat - Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships
February 28, 2009 – 11:27 am
The COTD for today is the netstat command.
The netstat command prints network connections, routing tables, interface statistics, and a bunch of other goodies that are helpful in managing any UNIX box.
One of the common uses of netstat is to show the systems routing table. This is done by the “netstat -r” command.
$ netstat -nr
Kernel IP [...]