Question : Cisco 851 router installation blocks XP File and Print Services functionality for attached client PC's.

I was printing just fine from XP to a shared printer that was attached by USB to another XP PC on the network. Then I replaced my Zonet router with a Cisco 851 router. configured the new router and I  am no longer able to print accross the network through the 2nd PC to the printer.

I also can no longer access shared folders in my peer to peer network.

Is thre a configuration change I can make in the Cisco 851 router that will allow Microsoft's file and print services to continue to run on my XP client PC's?

Here's my startup-config:

R1#show start
Using 2762 out of 131072 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$w80L$yVQ6o6/IvFix/gDPN/X/I0
enable password 7 113B181F1800185C54
!
aaa new-model
!
!
aaa authentication login default local
aaa authorization exec default local
!
aaa session-id common
!
resource policy
!
ip subnet-zero
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.99
ip dhcp excluded-address 192.168.2.1 192.168.2.99
!
ip dhcp pool Internal-net
   import all
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.1
   domain-name maine.rr.com
   lease 4
!
ip dhcp pool VLAN20
   import all
   network 192.168.2.0 255.255.255.0
   default-router 192.168.2.1
   domain-name maine.rr.com
   lease 4
!
!
ip cef
ip inspect name MYFW tcp
ip inspect name MYFW udp
no ip domain lookup
ip domain name maine.rr.com
!
!
crypto pki trustpoint TP-self-signed-2775074198
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-2775074198
 revocation-check none
 rsakeypair TP-self-signed-2775074198
!
!
crypto pki certificate chain TP-self-signed-2775074198
 certificate self-signed 01 nvram:IOS-Self-Sig#3802.cer
username sharpt privilege 15 password 7 06340E3B435C1A4955
!
!
!
bridge irb
!
!
interface FastEthernet0
 spanning-tree portfast
!
interface FastEthernet1
 spanning-tree portfast
!
interface FastEthernet2
 spanning-tree portfast
!
interface FastEthernet3
 spanning-tree portfast
!
interface FastEthernet4
 ip address dhcp
 ip access-group Internet-inbound-ACL in
 ip inspect MYFW out
 ip nat outside
 ip virtual-reassembly
 ip tcp adjust-mss 1460
 duplex auto
 speed auto
 no cdp enable
!
interface Vlan1
 description Internal Network
 no ip address
 ip nat inside
 ip virtual-reassembly
 bridge-group 1
 bridge-group 1 spanning-disabled
!
interface BVI1
 description Bridge to Internal Network
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
!
ip classless
ip route 0.0.0.0 0.0.0.0 dhcp
!
ip http server
ip http secure-server
ip nat inside source list 1 interface FastEthernet4 overload
!
ip access-list extended Guest-ACL
 deny   ip any 192.168.1.0 0.0.0.255
 permit ip any any
ip access-list extended Internet-inbound-ACL
 permit udp any eq bootps any eq bootpc
 permit icmp any any echo
 permit icmp any any echo-reply
 permit icmp any any traceroute
 permit gre any any
 permit esp any any
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 192.168.2.0 0.0.0.255
!
control-plane
!
bridge 1 route ip
!
line con 0
 password 7 107C08030A05015B5C
 no modem enable
line aux 0
line vty 0 4
 password 7 0234054104141C711C
!
scheduler max-task-time 5000
end

R1#

Thanks for your help!


File and print services worked great before

Answer : Cisco 851 router installation blocks XP File and Print Services functionality for attached client PC's.

Hi,

If there the shared printer and PC has same subnet you able to print!
The router not able to block it...

Best regards,
Istvan
Random Solutions  
 
programming4us programming4us