Table of contents Introduction tcpdump uses Invocation Simple filtering Reading tcpdump‘s output Invocation continued Choosing an interface Turning off name resolution Limiting number of packets to intercept Saving captured data Changing packet size in the capture file Reading from capture file Looking into packets Seeing Ethernet header for each packet Controlling time stamp Controlling verbosity […]
Tags:
arp,
connection,
debug,
destination,
ethereal,
ethernet,
expression,
ftp,
http,
icmp,
network,
packets,
port,
protocol,
source,
ssh,
synchronization,
tcp,
tcpdump,
telnet,
unix,
wireshark 156 Comments |
Read the rest of this entry »
Introduction Few days ago I encountered a problem. How do you connect to a computer behind NAT router? Any NAT router is also a firewall. Sometimes you do have access to firewall configuration and can set up port forwarding. Yet often it is complicated and even impossible. Common situation is when you want to connect […]
Tags:
connection,
firewall,
linux,
NAT,
office computers,
router,
server server,
session,
ssh,
tunnel,
vpn 61 Comments |
Read the rest of this entry »
Introduction Hardware interrupts has always been expensive. Somehow these small pieces of software consume so much CPU power and hardware and software engineers has always been trying to change this state of affairs. Some significant progress has been made. Still hardware interrupts consume lots of CPU power. You will rarely see effects of interrupt handling […]
Tags:
affinity,
apic,
cache,
code,
CPU,
interrupt,
irq,
kernel,
linux,
memory,
napi,
packets,
performance,
smp 71 Comments |
Read the rest of this entry »
This article describes most useful Linux networking commands, as simple as it sounds. The truth is that I am writing this article more for myself. I am rarely doing complex networking configurations. As a result, when I have to configure something, I often forget commands and their syntax. Often it takes hours to find out […]
Tags:
arp,
connection,
ethereal,
ethernet,
ethtool,
icmp,
ifconfig,
linux,
netstat,
network,
packets,
pid,
port,
protocol,
route,
routing 10 Comments |
Read the rest of this entry »