If you’re a network administrator, chances are at some point you may need to set up a number of different networks on your IP range. In order to do this, you will need to know how to create different subnets. There are two main things to remember when trying to calculate subnets. The first is [...]
- Author: Martin Brinkmann
- Comments: 13
CloseTheDoor, Identify Local TCP, UDP Listening Ports
One of the things that I to regularly on all of my computer systems is to check each system’s open TCP and UDP ports. It is a security precaution to make sure that only needed ports are listening, and that all other ports are closed to reduce the chance of a successful attack. I have [...]
- Author: Jack Wallen
- Comments: 5
Using netstat
As promised (in my article “How do I find my network information in Linux?“) I am going to introduce you to the netstat command. This command is a very useful tool for discovering networking information such as routing tables, network connections, interface statistics, masquerade connections, and multicast memberships. But it’s not quite as simple to [...]
- Author: Martin Brinkmann
- Comments: 2
Fport Maps Ports To Applications
Fport is a portable command line utility that will report all open TCP and UDP ports to the user. The port analyzer maps each open port to an application to distinguish itself from the netstat -an command in Windows which otherwise would provide the same amount of information. What this means is that Fport will [...]
Measure exact throughput of any TCP IP network
Wondering how much traffic can be pulled through the network you’re working in during certain period of time or how quickly your network components work? Yeah, be a networking proffesional or a regular home user with a small LAN (like me :) ), it’s always good to know what’s your network capable of. But how [...]
