Wadah Belajar Linux, Debian, Mikrotik, Networking, Routing, dan Ilmu Pendukungnya

< Browse > Home /

| Mobile | RSS

Instalasi dan Konfigurasi ntop

Ntop digunakan untuk mengambil informasi network dengan konfigurasi sederhana. Kita bisa menggunakan browser untuk melihat hasilnya baik berupa grafik atau statistik.
Install ntop
# apt-get install ntop

[ More ] January 6th, 2009 | 2 Comments | Posted in Linux, Networking, network tool |

knocker – a simple and easy to use TCP security port scanner

Knocker is a new, simple, and easy to use TCP security port scanner written in C, using threads. It is able to analyze hosts and the network services which are running on them.

[ More ] November 10th, 2008 | 5 Comments | Posted in Linux, Networking, network tool |

ipgrab – Tcpdump-like utility that prints detailed header information

Ipgrab is a network debugging utility not unlike tcpdump except that it prints out detailed header field information for data link, network and transport layers.

[ More ] November 6th, 2008 | No Comments | Posted in Linux, Networking, network tool |

ifstat – InterFace STATistics Monitoring

ifstat is a tool to report network interfaces bandwith just like vmstat/iostat do for other system counters. It can monitor local interfaces by polling the kernel counters, or remote hosts interfaces using SNMP.

[ More ] November 3rd, 2008 | No Comments | Posted in Linux, Networking, network tool |

httping – ping-like program for http-requests

httping show you how long it takes to connect to a hostname or remote url; send a request and retrieve the reply (only the headers).

[ More ] November 1st, 2008 | No Comments | Posted in Linux, Networking, network tool |

ethstatus – Console-based ethernet statistics monitor

Ethstatus is a console-based monitoring utility for displaying statistical data of the ethernet interface on a quantity basis. It is similar to iptraf but is meant to run as a permanent console task to monitor the network load.

[ More ] October 31st, 2008 | No Comments | Posted in Linux, Networking, network tool |

ethstats – script that quickly measures network device throughput

ethstats works by parsing the /proc/net/dev file that the Linux kernel maintains, and thus utilizes a negligible amount of CPU time. ethstats shows the throughput of each device in both megabits per second and packets per second.

[ More ] October 30th, 2008 | 1 Comment | Posted in Linux, Networking, network tool |

Cutter – disconnect routed IP connections

Cutter will send packets to both ends of a tcp/ip connection to close the connection. It is designed to be used on a Linux router to disconnect unwanted connections.

[ More ] October 25th, 2008 | No Comments | Posted in Linux, Networking, network tool |

About IPCALC

- To see the ipcalc version available:
#apt-cache policy ipcalc
ipcalc:
Installed: (none)
Candidate: 0.41-1
Version table:
0.41-1 0
500 ftp://kambing.ui.edu stable/main Packages

[ More ] October 23rd, 2008 | No Comments | Posted in Linux, Networking, script |

Tutorial IPCALC

- Utk lihat versi ipcalc:
#apt-cache policy ipcalc
ipcalc:
Installed: (none)
Candidate: 0.41-1
Version table:
0.41-1 0
500 ftp://kambing.ui.edu stable/main Packages

[ More ] October 22nd, 2008 | No Comments | Posted in Linux, Networking, script |

About Netstat (English)

Netstat (NETwork STATistics) is a command-line tool that provides information about your network configuration and activity.
- To display the routing table:
#netstat -rn
-> -r : Kernel routing tables.
-> -n : Shows numerical addresses instead of trying to determine hosts.
- To display the quick interfaces statistics:
#netstat -i
-> -i : Interface

[ More ] October 16th, 2008 | No Comments | Posted in Linux, Networking |

Basic Network Setting Debian (English)

1. Network Settings
A. To configure your network interfaces with ifconfig.
- Static IP Address
#ifconfig [interface_name] [ip_address] netmask [mask]
ex :
#ifconfig eth0 192.168.1.15 netmask 255.255.255.0 broadcast 192.168.1.255
To configure the default gateway:
#route add default gateway [ip address] dev [interface_name]
ex :
#route add default gateway 192.168.1.1 dev eth0

[ More ] October 16th, 2008 | No Comments | Posted in Linux, Networking |
  • Page 1 of 2
  • 1
  • 2
  • >



View My Stats