network interface

Keeping tabs on your network traffic

Digg Linux/Unix upcoming  Mon, 12/01/2008 - 19:26

One of the first things I do upon installing a Linux distribution is put the Network Monitor applet on my GNOME panel.

Watching the blue lights twinkle on and off makes me aware of network traffic. But if you want more details about what's happening on your network, such as which application is hogging bandwidth or what each network interface is...


 

Multiple Network Interface Gotcha in Linux

Digg Linux/Unix upcoming  Sun, 11/09/2008 - 16:17

Linux acts in an unexpected way when multiple network interfaces are plugged into the same network.For example, pinging one interface and unplugging another results in ping failures in the first interface.This article puts ARP under the microscope and attempts to make sense of this strange behaviour- a must read for those with multi-homed machines.


 

Assigning Multiple Addresses to a Network Interface

Linux Today  Sat, 10/11/2008 - 13:07

LinuxPlanet: "With the ip command you can assign multiple network addresses to a network interface, without creating aliases like ifconfig requires."


 

How to quickly bind a range of IPs on RedHat based systems |

Digg Linux/Unix upcoming  Thu, 09/11/2008 - 22:47

Normally when you add a new IP to a network interface in a RedHat based system you create a file ifcfg-eth0


 

Bluetooth GPRS with Mandriva Linux 2008 Spring

Digg Linux/Unix upcoming  Thu, 09/04/2008 - 15:06

First thing I’ve discovered with Mandriva 2008.1, is that it does in fact have quite a nice wizard to get bluetooth dial up networking going.

You go to the Mandriva control panel, choose Setup a new network interface, and select “Bluetooth dial up networking”.


 

Remove debian udev persistent-net-rules

Debian-News.net  Thu, 09/04/2008 - 11:45

Debian has a customization to udev that will keep network interface names persistent after hardware changes and reboots.

Normally this is what you want and you will not care about this, but there are cases where this can be very annoying and we just have to disable it.


 

TCPDump: Capture and Record Specific Protocols / Port

Digg Linux/Unix upcoming  Sun, 08/31/2008 - 08:40

TCPDump is a tool for network monitoring and data acquisition. It can save lots of time and can be used for debugging network or server related problems.

Tcpdump prints out a description of the contents of packets on a network interface that match the boolean expression


 

A Hands-on Look at Vyatta Community Edition 4 Networking Softwar...

Linux Today  Wed, 08/13/2008 - 14:34

Linux.com: "Vyatta can turn any 32-bit x86 machine with at least one network interface into a network appliance that handles routing, firewall, and VPN tasks.

The company released Vyatta Community Edition 4 in April, with improved scalability and feature enhancements.

Large enterprises now have a low-cost alternative to proprietary hardware like the Cisco 7200."


 

Set MTU value for any interface via AppleScript

MacOSXHints.com  Thu, 05/22/2008 - 09:30

Sometimes you have to change the Maximum Transmission Unit (MTU) on a network interface in Mac OS X to fix or debug a connection problem.

You can dive into the command line using ifconfig:ifconfig en0 mtu 1458Or you can change it in the advanced settings of the Ethernet interface, but for other interfaces, you have to use ifconfig.

Well, not anymore.


 

slurm - Realtime network interface monitor

Digg Linux/Unix upcoming  Fri, 03/07/2008 - 23:01

slurm started as a pppstatus port to FreeBSD. As I ripped off several functions here is an overview of the features: * realtime traffic statistics divided into incoming and outgoing * optional combined view * can monitor any kind of network interface (testers welcome!) * shows detailed statistics about the interface.

* it’s themeable