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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

1700 and NetBIOS?

Status
Not open for further replies.

Tony414

MIS
Feb 3, 2003
197
0
0
US
Hi all!
I'm not sure if this is router related or more with my servers. Currently I can only ping across our Point-to-Point T1's using IP address. I need to be able to also do it by workstation name. Could this have anything to do with my router configs? Here is an example of one. Any help would be greatly appreciated!

Current configuration : 1093 bytes
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname ParkRec
!
boot system flash flash:c1700-y-mz.123-1a.bin
enable password 7 06140034584B1B54150543595F
!
ip subnet-zero
no ip rcmd domain-lookup
!
!
!
!
!
!
!
interface FastEthernet0
description connected to ParkRec LAN
ip address 10.111.0.1 255.255.0.0
speed auto
!
interface Serial0
description connected to TownHall2
ip address 172.16.51.14 255.255.255.252
encapsulation ppp
service-module t1 remote-alarm-enable
service-module t1 fdl ansi
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.51.13 permanent
ip route 10.81.0.0 255.255.0.0 172.16.51.13 permanent
ip http server
!
snmp-server community router-public123 RO
snmp-server community router-guilford123 RW
snmp-server location Phone Room
snmp-server contact Tony Santarcangelo,453-8466,santat@ci.guilford.ct.us
snmp-server enable traps tty
banner motd ^C
WELCOME TO THE PARKREC ROUTER!^C
!
line con 0
exec-timeout 0 0
password 7 0314495A545C
login
line aux 0
line vty 0 4
password 7 051B145E731F
login
!
!
end
 
Yes it was the xp firewall setting. I disabled it through GP. Thanks for the help....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top