Posted by Admin on 14th November 2006
Darkstat is a network statistics gatherer.Effectively, it’s a packet sniffer which runs as a background process on a cable/DSL router, gathers all sorts of useless but interesting statistics,and serves them over HTTP.
Read the rest of this entry »
Posted in Monitoring, Network, Other Linux | No Comments »
Posted by Admin on 14th October 2006
Maximum Transmission Unit(MTU), the largest physical packet size, measured in bytes, that a network can transmit. Any messages larger than the MTU are divided into smaller packets before being sent.By optimizing the MTU setting you can gain substantial network performance increases, especially when using dial-up modem connections.
Read the rest of this entry »
Posted in Network | 2 Comments »
Posted by Admin on 24th September 2006
Ethernet bonding refers to aggregating multiple ethernet channels together to form a single channel. This is primarily used for redundancy in ethernet paths or for load balancing. This page refers in particular to performing ethernet bonding under linux, and so does not limit itself to discussion of 802.3ad Trunk Aggregation.
Read the rest of this entry »
Posted in Network | 7 Comments »
Posted by Admin on 18th September 2006
This is the list of debian network utilities and tools for administrators and users to check the network related traffic, monitor network.This includes installation of each package with man pages.This full list devided in to two parts which is part1 network tools and part2 network tools
Posted in Network | 1 Comment »
Posted by Admin on 17th September 2006
Checking your Linux host name
First, see if your host name is set correclty using the following commands:
#uname -n
#hostname -a
#hostname -s
#hostname -d
#hostname -f
#hostname
Read the rest of this entry »
Posted in Network | 21 Comments »
Posted by Admin on 10th September 2006
Activate NAT on Debian etch
What is NAT ?
network address translation (NAT, also known as network masquerading or IP-masquerading) involves re-writing the source and/or destination addresses of IP packets as they pass through a router or firewall. Most systems using NAT do so in order to enable multiple hosts on a private network to access the Internet using a single public IP address (see gateway). According to specifications, routers should not act in this way, but many network administrators find NAT a convenient technique and use it widely. Nonetheless, NAT can introduce complications in communication between hosts.
Read the rest of this entry »
Posted in Network | 2 Comments »