Difference between revisions of "Network Troubleshooting - Windows"
m |
m |
||
Line 13: | Line 13: | ||
<br> | <br> | ||
− | == midd_secure == | + | == midd_secure == |
If user can't connect to midd_secure: | If user can't connect to midd_secure: | ||
Line 19: | Line 19: | ||
*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. <br> | *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. <br> | ||
− | == Common error messages == | + | == 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. | *'''"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 == | + | == 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"><sup>Make sure they’re looking at the “Ethernet Adapter Local Area Connection” (i.e. the WIRED Ethernet card, NOT the wireless).</sup></ref>. | + | *Run ipconfig then look for the message under “Media State” (if there is one) and check IP addresses<ref name="ftn1">&lt;sup&gt;Make sure they’re looking at the “Ethernet Adapter Local Area Connection” (i.e. the WIRED Ethernet card, NOT the wireless).&lt;/sup&gt;</ref>. |
− | #Message: “'''Media is disconnected'''” – NIC<ref name="ftn2"><sup>NIC = Network card</sup></ref> thinks it’s unplugged. Possible solutions: | + | #Message: “'''Media is disconnected'''” – NIC<ref name="ftn2">&lt;sup&gt;NIC = Network card&lt;/sup&gt;</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"><sup>'''In Vista, run those commands with admin privileges (Start -> type “cmd” in search box -> right-click “cmd” in search results). '''</sup></ref>''' | + | ##'''<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>''' |
##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">&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> | + | *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> |
<pre>netsh winsock reset | <pre>netsh winsock reset | ||
netsh int ip reset c:\reset.log | netsh int ip reset c:\reset.log | ||
Line 54: | Line 54: | ||
*See [[Resetting Winsock Catalog]] for more details. | *See [[Resetting Winsock Catalog]] for more details. | ||
*Reboot | *Reboot | ||
+ | |||
+ | == Troubleshooting Network Issues with Vista == | ||
+ | |||
+ | Please see above. If you want to delve deeper here are some [[Advanced_Network_Troubleshooting|Advanced_Network_Troubleshooting]] topics. | ||
---- | ---- |
Revision as of 15:14, 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.
- ↑ <sup>Make sure they’re looking at the “Ethernet Adapter Local Area Connection” (i.e. the WIRED Ethernet card, NOT the wireless).</sup>
- ↑ <sup>NIC = Network card</sup>
- ↑ 3.0 3.1 <sup>In Vista, run those commands with admin privileges (Start -> type “cmd” in search box -> right-click “cmd” in search results). </sup> Cite error: Invalid
<ref>
tag; name "ftn3" defined multiple times with different content