Difference between revisions of "Network Troubleshooting - Windows"
m |
m |
||
Line 25: | Line 25: | ||
== General network troubleshooting steps == | == General network troubleshooting steps == | ||
− | *Run ipconfig then look for the message under “Media State” (if there is one) and check IP addresses<ref name="ftn1"> | + | *Run ipconfig then look for the message under “Media State” (if there is one) and check IP addresses<ref name="ftn1">Make sure they’re looking at the “Ethernet Adapter Local Area Connection” (i.e. the WIRED Ethernet card, NOT the wireless)</ref>. |
− | #Message: “'''Media is disconnected'''” – NIC<ref name="ftn2"> | + | #Message: “'''Media is disconnected'''” – NIC<ref name="ftn2">NIC = Network card</ref> thinks it’s unplugged. Possible solutions: |
##Loose cable (“ensure that both ends of the cable are firmly connected”) | ##Loose cable (“ensure that both ends of the cable are firmly connected”) | ||
##Wrong jack (red jack or “Data” jack = GOOD; blue jack is turned OFF, usually) | ##Wrong jack (red jack or “Data” jack = GOOD; blue jack is turned OFF, usually) | ||
##'''Bad cable''' (try a different cable), '''bad jack''' (try another jack or connect another computer to the original jack), '''bad network card''' (invite customer to LIB202) | ##'''Bad cable''' (try a different cable), '''bad jack''' (try another jack or connect another computer to the original jack), '''bad network card''' (invite customer to LIB202) | ||
#See [[Network Troubleshooting]] for what some IPs may indicate. In ANY case, here are some generic steps to try: | #See [[Network Troubleshooting]] for what some IPs may indicate. In ANY case, here are some generic steps to try: | ||
− | ##'''<nowiki>[ ipconfig /release </nowiki>'''followed by '''ipconfig /flushdns '''and '''ipconfig /renew ] <ref name="ftn3">&lt;sup&gt;'''In Vista, run those commands with admin privileges (Start -&gt; type “cmd” in search box -&gt; right-click “cmd” in search results). '''&lt;/sup&gt;</ref>''' | + | ##'''<nowiki>[ ipconfig /release </nowiki>'''followed by '''ipconfig /flushdns '''and '''ipconfig /renew ] <ref name="ftn3">&amp;lt;sup&amp;gt;'''In Vista, run those commands with admin privileges (Start -&amp;gt; type “cmd” in search box -&amp;gt; right-click “cmd” in search results). '''&amp;lt;/sup&amp;gt;</ref>''' |
##Disable the connection in Control Panel, wait 5 seconds, re-enable it. | ##Disable the connection in Control Panel, wait 5 seconds, re-enable it. | ||
##Unplug jack, wait 5 seconds, plug back in. Doesn’t help? - '''Reboot'''. | ##Unplug jack, wait 5 seconds, plug back in. Doesn’t help? - '''Reboot'''. | ||
Line 48: | Line 48: | ||
*Disable 3rd party Firewall (Norton, McAfee, Trend Micro) | *Disable 3rd party Firewall (Norton, McAfee, Trend Micro) | ||
− | *Reset IP and Winsock: Start => Run => CMD <ref name="ftn3">&amp;lt;sup&amp;gt;'''In Vista, run those commands with admin privileges (Start -&amp;gt; type “cmd” in search box -&amp;gt; right-click “cmd” in search results). '''&amp;lt;/sup&amp;gt;</ref> | + | *Reset IP and Winsock: Start => Run => CMD <ref name="ftn3">&amp;amp;lt;sup&amp;amp;gt;'''In Vista, run those commands with admin privileges (Start -&amp;amp;gt; type “cmd” in search box -&amp;amp;gt; right-click “cmd” in search results). '''&amp;amp;lt;/sup&amp;amp;gt;</ref> |
<pre>netsh winsock reset | <pre>netsh winsock reset | ||
netsh int ip reset c:\reset.log | netsh int ip reset c:\reset.log |
Revision as of 15:15, 22 October 2009
|
Contents
midd_secure
If user can't connect to midd_secure:
- Does the connection repeatedly ask for the user's credentials? Check whether user can get onto webmail. If not, might be using wrong PW/UN or account could be locked out.
Common error messages
- "Trust relationship with server could not be established." The computer likely needs to be re-added to the domain or needs its name checked. Usually this message will only happen with lab computers, which are under DeepFreeze so we can't make any meaningful changes - Networks will have to deal with it. Get any information you can think of (Is it just one computer, or all in a specific area? MIDD numbers? Does it go away on restarting?) and assign to SR.
General network troubleshooting steps
- Run ipconfig then look for the message under “Media State” (if there is one) and check IP addresses[1].
- Message: “Media is disconnected” – NIC[2] thinks it’s unplugged. Possible solutions:
- Loose cable (“ensure that both ends of the cable are firmly connected”)
- Wrong jack (red jack or “Data” jack = GOOD; blue jack is turned OFF, usually)
- Bad cable (try a different cable), bad jack (try another jack or connect another computer to the original jack), bad network card (invite customer to LIB202)
- See Network Troubleshooting for what some IPs may indicate. In ANY case, here are some generic steps to try:
- [ ipconfig /release followed by ipconfig /flushdns and ipconfig /renew ] [3]
- Disable the connection in Control Panel, wait 5 seconds, re-enable it.
- Unplug jack, wait 5 seconds, plug back in. Doesn’t help? - Reboot.
- Try disabling 3rd party firewall software (e.g. Norton, McAfee, etc. may interfere with our network). Also, check to see if the browser has a proxy server configured.
If you still can't resolve the issue after these steps, get some information from the customer:
- Name and location (building, room #). Make sure we have their extension or cell #.
- Jack ID (it’s on a silver or white tag around or ON the jack, e.g. “A-0-12”).
- The customer then should runipconfig /all andtell youthe message under “Media State” (if there is one), theIP address, Physical (aka MAC) address andtheDHCP server address (if there is a DHCP address listed).
- If there is a DHCP address, customer should ping the DHCP server address, run arp -a and tell you the output of arp.
- Record all of the above and create a ticket for SR.
Computer has a valid IP, but cannot open webpages
- Disable 3rd party Firewall (Norton, McAfee, Trend Micro)
- Reset IP and Winsock: Start => Run => CMD [3]
netsh winsock reset netsh int ip reset c:\reset.log
- See Resetting Winsock Catalog for more details.
- Reboot
Troubleshooting Network Issues with Vista
Please see above. If you want to delve deeper here are some Advanced_Network_Troubleshooting topics.
References
- ↑ Make sure they’re looking at the “Ethernet Adapter Local Area Connection” (i.e. the WIRED Ethernet card, NOT the wireless)
- ↑ NIC = Network card
- ↑ 3.0 3.1 &lt;sup&gt;In Vista, run those commands with admin privileges (Start -&gt; type “cmd” in search box -&gt; right-click “cmd” in search results). &lt;/sup&gt; Cite error: Invalid
<ref>
tag; name "ftn3" defined multiple times with different content