Guest User

Untitled

a guest
Jul 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. ifconfig = configure network interface parameters .
  2. gateway route = router : ip route |grep default
  3. trace route = prints the route that the packet takes to network host . destination host or IP is mandatory .
  4. dig (domain information groper ) : innterogating DNS name server .
  5. telnet :connects destinationhost port vis a telnet protocol if connection establishes then connectivity between the 2 host working fine
  6. nslookup :programe to query internet domain name server .
  7. netstat :review each of network connection and open sockets
  8. scp :allows to secure copy file to and from another host in the network .
  9. W :prints the summary of current activity , including what each is doing , and thier proceses also tells the logged in user and the system load average .
  10. nmap : checks the opened port on the server .
  11. enable or diable the network interface uses ifup/ifdown commands :
  12. to enable say eth0 ,#ifup eth0 ; to disable #ifdown eth0
Add Comment
Please, Sign In to add comment