The Guide to IP Layer Network Administration with Linux
Wed, 05/25/2011 - 09:36 — sandipThe Guide to IP Layer Network Administration with Linux was conceived as a project to document and provide examples for the use of Linux-specific IP networking tools.
The book includes coverage of the following topics: network address translation (NAT), address resolution protocol (ARP), routing, and masquerading. There is a nascent section on bridging, although the focus of the documentation is the use of layer 3 Linux technologies.
Debugging a weird linux server incoming network connection problem
Sun, 12/05/2010 - 03:46 — philiphI was recently stumped by an odd incoming network connection hang problem on a linux server. This is a writeup of how I troubleshot the issue and eventually fixed it.
network programming in bash
Wed, 03/17/2010 - 14:32 — sandipDiscusses the possibilities of using Bash for socket programming using /dev/tcp with file descriptors redirection.
Install & Configure IPplan IP Manager in openSUSE
Wed, 06/03/2009 - 17:48 — susegeekIPplan is a free opensource IP Address management application. IPPlan is a web based IP address management software and tracking tool simplifying the administration of your IP address space. IPplan goes beyond IP address management including DNS administration, configuration file management, circuit management and storing of hardware information.
ntop in openSUSE to probe & monitor Network Traffic
Fri, 04/10/2009 - 02:10 — susegeekntop is a free opensource network traffic probe that shows the network usage. ntop is based on libpcap and can run on Linux/Unix and Windows operating system. ntop provides a very easy to use a web access to navigate through ntop traffic information and get a dump of the network status.
IPTraf - Console based IP Traffic Monitor in openSUSE
Tue, 03/03/2009 - 00:42 — susegeekIPTraf is a console-based network statistics utility for Linux. It gathers a variety of figures such as TCP connection packet and byte counts, interface statistics and activity indicators, TCP/UDP traffic breakdowns, and LAN station packet and byte counts. IPTraf is an IP traffic monitor that shows information on the IP traffic passing over your network.
NIC Information Collector script
Mon, 11/24/2008 - 00:14 — sandipAlong with mii-tool, mii-diag and ethtool for NIC diagnostics... the NIC (NIC Information Collector) script collects network information necessary to investigate network related problems.