Difference between revisions of "Network"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 9: | Line 9: | ||
* Show all connections | * Show all connections | ||
netstat -putan | netstat -putan | ||
+ | |||
+ | * mtr |
Revision as of 15:28, 4 July 2009
Networking topics
- fake MAC address
ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
- Show all server sockets that are listening
lsof -i
- Show all connections
netstat -putan
- mtr