Difference between revisions of "Networking"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 9: | Line 9: | ||
* test mtu: | * test mtu: | ||
ping -f -l 1500 www.mit.edu (1364) | ping -f -l 1500 www.mit.edu (1364) | ||
+ | * show all connections: | ||
+ | [[netstat]] -putan | ||
= Services = | = Services = | ||
* [[set up a web server]] | * [[set up a web server]] |
Revision as of 15:34, 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