useful commands and files for network admin at unix systems


/ Published in: Bash
Save to your folder(s)

useful commands and files for network admin at unix systems


Copy this code and paste it in your HTML
  1. #useful commands:
  2. hostname - show or set the system’s host name
  3. ifconfig - configure a network interface
  4. host - DNS lookup utility (host "adress.com")
  5. route - show / manipulate the IP routing table
  6. netstat - Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships
  7. dnsdomainname - show the system’s DNS domain name
  8. arp - manipulate the system ARP cache
  9. ping, ping6 - send ICMP ECHO_REQUEST to network hosts
  10.  
  11.  
  12.  
  13. #useful conf files:
  14.  
  15. #DNS and resolv
  16. /etc/hosts
  17. /etc/resolv.conf
  18.  
  19. #eth configuration
  20. /etc/network/interfaces

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.