JRS,
Thank you for this reminder. Can not drive ARP properly. ARP does show that my client PC [ofc] knows about the router at 10.0.0.12. I did reboot the router this AM. Can not get ARP to show anything about the printer (10.0.0.15).

Still playing with NBTSTAT............. :)
Duncan


On 10/10/2011 21:49, John Steinbruner wrote:
Troubleshooting hardware addresses by using arp

The Address Resolution Protocol (ARP) allows a host to find the media access 
control address of a host on the same physical network, given the IP address of 
the host. To make ARP efficient, each computer caches IP--to--media access 
control address mappings to eliminate repetitive ARP broadcast requests.

You can use the arp command to view and modify the ARP table entries on the 
local computer. The arp command is useful for viewing the ARP cache and 
resolving address resolution problems.

Troubleshooting NetBIOS names by using nbtstat

NetBIOS over TCP/IP (NetBT) resolves NetBIOS names to IP addresses. TCP/IP 
provides many options for NetBIOS name resolution, including local cache 
lookup, WINS server query, broadcast, DNS server query, and Lmhosts and Hosts 
file lookup.

Nbtstat is a useful tool for troubleshooting NetBIOS name resolution problems. 
You can use the nbtstat command to remove or correct preloaded entries:

nbtstat --n displays the names that were registered locally on the system by 
programs such as the server and redirector.
nbtstat --c shows the NetBIOS name cache, which contains name-to-address 
mappings for other computers.
nbtstat --R purges the name cache and reloads it from the Lmhosts file.
nbtstat --RR releases NetBIOS names registered with a WINS server and then 
renews their registration.
nbtstat --a name performs a NetBIOS adapter status command against the computer 
specified by name. The adapter status command returns the local NetBIOS name 
table for that computer plus the media access control address of the adapter.
nbtstat --S lists the current NetBIOS sessions and their status, including 
statistics, as shown in the following example:
NetBIOS connection table

Local name State     In/out Remote Host    Input   Output
------------------------------------------------------------------
CORP1<00>  Connected Out    CORPSUP1<20>    6MB     5MB
CORP1<00>  Connected Out    CORPPRINT<20>   108KB   116KB
CORP1<00>  Connected Out    CORPSRC1<20>    299KB   19KB
CORP1<00>  Connected Out    CORPEMAIL1<20>  324KB   19KB
CORP1<03>  Listening
Displaying connection statistics by using netstat

You can use the netstat command to display protocol statistics and current 
TCP/IP connections. The netstat --a command displays all connections, and 
netstat --r displays the route table plus active connections. The netstat --e 
command displays Ethernet statistics, and netstat --s displays per-protocol 
statistics. If you use netstat --n, addresses and port numbers are not 
converted to names. The following shows sample output for netstat:

C:\>netstat -e
Interface Statistics

                        Received      Sent
Bytes                  3995837940    47224622
Unicast packets        120099        131015
Non-unicast packets    7579544       3823
Discards               0             0
Errors                 0             0
Unknown protocols      363054211

C:\>netstat -a

Reply via email to