Difference between revisions of "Networking"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 11: | Line 11: | ||
* show all connections: | * show all connections: | ||
[[netstat]] -putan | [[netstat]] -putan | ||
+ | * show all server sockets that are listening: | ||
+ | [[lsof]] -i | ||
= Services = | = Services = | ||
* [[set up a web server]] | * [[set up a web server]] |
Revision as of 15:35, 25 December 2011
Here are the articles that deal with networking:
- connect to the net
- set up networking
- set up Network Address Translation
- teaming your network cards
- routing
- set up a firewall
- test mtu:
ping -f -l 1500 www.mit.edu (1364)
- show all connections:
netstat -putan
- show all server sockets that are listening:
lsof -i