Return to Snippet

Revision: 879
at September 22, 2006 13:30 by yuconner


Updated Code
#useful commands:
	hostname - show or set the system’s host name
	ifconfig - configure a network interface
	host - DNS lookup utility (host "adress.com")
	route - show / manipulate the IP routing table
	netstat - Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships
	dnsdomainname - show the system’s DNS domain name
	arp - manipulate the system ARP cache
	ping, ping6 - send ICMP ECHO_REQUEST to network hosts



#useful conf files:

#DNS and resolv
/etc/hosts 
/etc/resolv.conf

#eth configuration
/etc/network/interfaces

Revision: 878
at September 21, 2006 22:47 by yuconner


Updated Code
#useful commands:
	hostname - show or set the system’s host name
	ifconfig - configure a network interface
	host - DNS lookup utility (host "adress.com")
	route - show / manipulate the IP routing table
	netstat - Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships
	dnsdomainname - show the system’s DNS domain name
	arp - manipulate the system ARP cache
	ping, ping6 - send ICMP ECHO_REQUEST to network hosts


#useful files:
/etc/hosts 
/etc/resolv.conf
/etc/network/interfaces

Revision: 877
at August 17, 2006 20:05 by yuconner


Initial Code
#useful commands:
	hostname - show or set the system’s host name
	ifconfig - configure a network interface
	host - DNS lookup utility (host "adress.com")
	route - show / manipulate the IP routing table
	netstat - Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships
	dnsdomainname - show the system’s DNS domain name
	arp - manipulate the system ARP cache
	ping, ping6 - send ICMP ECHO_REQUEST to network hosts


#useful files:
/etc/hosts 
/etc/resolv.conf

Initial URL


Initial Description
useful commands and files for network admin at unix systems

Initial Title
useful commands and files for network admin at unix systems

Initial Tags
linux

Initial Language
Bash