Difference between revisions of "Network"
From Linuxintro
imported>ThorstenStaerk (New page: Networking topics * fake MAC address ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx) |
imported>ThorstenStaerk |
||
Line 3: | Line 3: | ||
* fake MAC address | * fake MAC address | ||
ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx | ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx | ||
+ | |||
+ | * Show all server sockets that are listening | ||
+ | lsof -i | ||
+ | |||
+ | * Show all connections | ||
+ | netstat -putan |
Revision as of 12:04, 28 April 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