Difference between revisions of "RSYD Medico IP"

From Teknologisk videncenter
Jump to: navigation, search
m (Slides)
m (Slides)
Line 15: Line 15:
 
*[http://mars.tekkom.dk/mediawiki/images/9/90/02.50_-_Fiber.pdf Fiber]
 
*[http://mars.tekkom.dk/mediawiki/images/9/90/02.50_-_Fiber.pdf Fiber]
 
*[http://mars.tekkom.dk/mediawiki/images/2/26/07.11_-_Power_over_Ethernet.pdf Power over Ethernet]
 
*[http://mars.tekkom.dk/mediawiki/images/2/26/07.11_-_Power_over_Ethernet.pdf Power over Ethernet]
 +
*[http://mars.tekkom.dk/mediawiki/images/c/ca/03.04_-_TCP_%26_UDP_protokollerne.pdf TCP/UDP]
  
 
=Opgaver=
 
=Opgaver=

Revision as of 16:11, 24 February 2015

Slides

Opgaver

Programmer

Commands used

Some of the windows 7/Vista commands used
Command Description
ping 8.8.8.8 Ping the IP address 8.8.8.8 four times
ping www.google.com Find the IP address of www.google.com and ping it four times
ping -t 8.8.8.8 Ping IP address 8.8.8.8 until stopped with <CTRL>-C
tracert 8.8.8.8 Find and show the route (path) to 8.8.8.8
ipconfig Show basic IP Configuration
ipconfig /all Show extended IP configuration
ipconfig /release Release DHCP IP configuration
ipconfig /renew Obtain IP configuration from DHCP server
ipconfig /displaydns Show DNS cache
ipconfig /flushdns Purge entries in the DNS cache
nslookup www.google.com Name server lookup. Find www.google.com IP address
nslookup -type=mx google.com Name server lookup. Find google.com Mail server(s) (MX)
route print Print the route table on the screen

Links

Youtube