hi guys
i have a small network of 2o systems . 7 pc has wired connection and rest are configured wireless . i can access the wireless pc with their ip address but not able to acces with their name. please help me.
hi guys
i have a small network of 2o systems . 7 pc has wired connection and rest are configured wireless . i can access the wireless pc with their ip address but not able to acces with their name. please help me.
Hi — building on the prompts from and : if a host is reachable by IP but not by name, the cause is almost always name resolution, not routing. Small Windows networks use a mix of DNS (domain-joined), NetBIOS/WINS, and link-local discovery (LLMNR on Windows; mDNS/Bonjour on non-Windows). Wireless clients commonly end up on a different SSID/VLAN, get different DNS/WINS settings, have NetBIOS turned off, run a Public network profile (which disables discovery), or sit behind AP "client isolation" — any of these will prevent name advertising or name lookups.
Practical checks and fixes to try immediately:
nslookup <computername> from a working PC to see if an A record exists. If not, ensure the client is configured to register its A record with DNS (DHCP or client-side registration). nbtstat -A <ip> and verify NetBIOS over TCP/IP is enabled on the wireless adapter if relying on NetBIOS name resolution. Microsoft troubleshooting notes on Windows name resolution and the mDNS specification are useful background:
RFC 6762 — Multicast DNS (mDNS)
Jump to Post— DenisOxon 12Hi,
Can we have a bit more info please ?
Like what access do you want ?
What happens when you try ?
What OS are they all running ?
Any error messages ?
Denis
Hi,
Can we have a bit more info please ?
Like what access do you want ?
What happens when you try ?
What OS are they all running ?
Any error messages ?
Denis
static or dynamic IPs?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.