Skip to main content

Hardening Linux Web Servers

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 17 people (7 private), first by anonymouse user on 2006-06-30


Public Comment

on 2006-07-06 by flypig

Hardening Linux Web Servers

Public Sticky notes

Understanding the output from netstat is pretty simple. The first field is the protocol, and you will notice that when the protocol is udp, there is no state (as obviously udp is stateless unlike tcp). The next interesting field is the Address field. 0.0.0.0:80 means that the server will respond to any IPs on port 80, while 127.0.0.1:80 means that the server is only listening to the loop back device.

Highlighted by joel