Networking

Recent in Networking

Monitor your Internet Traffic Stats using Vnstat

A few days ago, I got the last month's Internet Bill. And due to overusage I had to pay 4 times the usual. That's when I realized that I definitely need to keep a check on my Internet usage. Vnstat is a simple console based tool built for such purposes. It keeps a log of the network traffic for the selected interface(s). It can show the usage stats in various formats (daily, monthly even live mode is available). It has proved to be a real life(actually money  ) saver for me.

SSH login without Password

Alright! So this one day, I'm talking to a friend. She's telling me about this real cool movie she heard about...2012 or something (which btw... WATCH! ). Now I'm also typing my password on an ssh server, and I happen to mistype. Now I have a feeling I've done so, so I press Backspace till I think nothing could ever have lasted here and type again. My lucky day it was, for I happen to mistype again. That was when it hit me! There's gotta be a way around this password thingy. This is why I love being a Linuxer. There's always a way out of everything!!!

Draw your Network's Topology using Zenmap

I have been using Nmap for a long time now. It is a really good command line network scanning tool. I use it for almost all my scanning needs. There is also a graphical frontend available, Zenmap. It has a simple interface with some pre defined commands and provision for entering commands manually. But the feature I like most is its ability to draw topologies. Run traceroute for different IPs and it will draw a Network Topology for you.

Reverse SSH Tunneling, Bypassing Firewalls and NAT

Sometimes we want to connect to a machine using SSH but can't because it is behind some firewall or NAT router. This is a common situation when you want to connect to office computers which are usually behind a firewall or NAT router, from an outside computer. Reverse SSH tunnelling is a way to  do so. In this article we will set up a Reverse SSH tunnel.

How to share Internet with other computers in Linux

This is a common issue among all the computer users. I read a lot of how tos and tutorials available on Internet and finally came up with the following tutorial. This was performed on a system running Ubuntu 9.04 but similar steps (with some modification) can be taken to do the same on different distros.

How to enable file sharing and receiving over Bluetooth

We can easily send files and browse other bluetooth enabled machines using gnome bluetooth, the default bluetooth application of Gnome. I was pretty happy with this utility until one day I found out that I didn't know how to receive any file over bluetooth :o . I couldn't find any receiving option in the bluetooth applet. This was when I came to know about "gnome-user-share"(a great app) using which you can not only receive but even share files over bluetooth.

How to set up NAT in Linux using iptables

This is a small step by step tutorial to set up NAT on a linux machine using iptables. NAT, network address translation is a technique to share internet connection with private networks. Your system will act as gateway and will provide Internet access to multiple hosts in Local Area Network using one single public IP address.

How to install drivers for bcm43xx chipset based wireless cards in Ubuntu

I had a lot of trouble installing driver for my Broadcom BCM4312 wireless card in Hardy. Probably it was not supported then. With every new release support for a lot of wireless cards have been added but there are many wireless cards which are still not supported. This article aims at getting Broadcom BCM43xx chipset based wireless cards to work on Ubuntu.

Network Manager says device unmanaged in Ubuntu

There have been a lot of complaints about the Network Manager showing “device is unmanaged” problem. There are a lot of bugs posted which concern this problem. I don't exactly know how or why this occurs?? But I can probably give a small explanation and solution to the problem.

Syndicate content