Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to resolve host names from wireless ap Cisco 861W

Status
Not open for further replies.

chris532

IS-IT--Management
Jul 20, 2010
2
US
All clients on the ethernet interface are able to browse the network for other windows hosts. No one on the wireless interface is able to browse for other windows hosts in explorer or ping any host by its netbios name. They're not even able to see other clients on the wireless network. After you ping a host by ip, you can then ping by host name.

I'm fairly certain this has something to do with broadcasts.

The following is the router's config.


Using 4641 out of 262136 bytes
!
! Last configuration change at 18:55:48 PCTime Sun Feb 28 1993 by admin
! NVRAM config last updated at 17:52:54 PCTime Wed Jul 21 2010 by admin
!
version 15.0
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname 861W
!
boot-start-marker
boot-end-marker
!
logging buffered 51200
logging console critical
enable secret 5 $1$fT/U$UBWQYmc.cNTE.aZjnKT5E.
!
no aaa new-model
memory-size iomem 10
clock timezone PCTime -6
clock summer-time PCTime date Apr 6 2003 2:00 Oct 26 2003 2:00
!
crypto pki trustpoint TP-self-signed-460023439
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-460023439
revocation-check none
rsakeypair TP-self-signed-460023439
!
!
crypto pki certificate chain TP-self-signed-460023439
certificate self-signed 01 nvram:IOS-Self-Sig#1.cer
no ip source-route
ip dhcp excluded-address 10.10.10.1 10.10.10.99
ip dhcp excluded-address 192.168.1.1 192.168.1.99
!
ip dhcp pool ccp-pool1
import all
network 192.168.1.0 255.255.255.0
dns-server 192.168.1.66 209.18.47.61
default-router 192.168.1.1
lease 0 2
!
!
ip cef
no ip bootp server
ip domain name specterinstruments.local
ip name-server 209.18.47.61
ip name-server 209.18.47.62
ip name-server 192.168.1.66
!
!
license udi pid CISCO861W-GN-A-K9 sn FTX14208243
!
!
username admin privilege 15 secret 5 $1$nSfP$tGrUQM4cJLbR6x2QhCyCX1
!
!
ip tcp synwait-time 10
ip ssh time-out 60
ip ssh authentication-retries 2
!
!
!
!
!
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
description $FW_OUTSIDE$$ES_WAN$$ETH-WAN$
ip address dhcp client-id FastEthernet4
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface wlan-ap0
description Service module interface to manage the embedded AP
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
arp timeout 0
!
interface Wlan-GigabitEthernet0
description Internal switch interface connecting to the embedded AP
switchport mode trunk
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$
ip address 192.168.1.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip nat pool inpool 192.168.1.0 192.168.1.255 netmask 255.255.255.0
ip nat inside source list 2 interface FastEthernet4 overload
ip nat inside source list 101 interface FastEthernet0 overload
ip nat inside source static tcp 192.168.1.66 3389 70.123.137.195 3389 extendabl e
!
logging trap debugging
access-list 1 remark CCP_ACL Category=2
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 2 remark CCP_ACL Category=2
access-list 2 permit 192.168.1.0 0.0.0.255
access-list 101 remark CCP_ACL Category=18
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
no cdp run

!
control-plane
!
banner exec ^C
% Password expiration warning.
-----------------------------------------------------------------------

Cisco Configuration Professional (Cisco CP) is installed on this device
and it provides the default username "cisco" for one-time use. If you have
already used the username "cisco" to login to the router and your IOS image
supports the "one-time" user option, then this username has already expired.
You will not be able to login to the router with this username after you exit
this session.

It is strongly suggested that you create a new username with a privilege level
of 15 using the following command.

username <myuser> privilege 15 secret 0 <mypassword>

Replace <myuser> and <mypassword> with the username and password you
want to use.

-----------------------------------------------------------------------
^C
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
login local
no modem enable
transport output telnet
line aux 0
login local
transport output telnet
line 2
no activation-character
no exec
transport preferred none
transport input all
line vty 0 4
privilege level 15
login local
transport input telnet ssh
!
scheduler max-task-time 5000
scheduler allocate 4000 1000
scheduler interval 500
end
 
I suggest to use WINS service,

under

ip dhcp pool ccp-pool1
netbios-name-server 192.168.1.66


and obviously install wins on the server.

Rassoul - Network/system engineer
CCNP
CCIP
CCNAV
IIUC2
LPI
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top