cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
318
Views
0
Helpful
1
Replies

Bridging 1800 series and http traffic

sweston
Level 1
Level 1

I have configured a pair of 1841 routers with WIC T1's for bridging between 2 small offices to extend their network. I can browse the network from either location, telnet out the remote gateway at office 1 from the branch. However when attempting any HTTP traffic the browsers just spin their wheels and eventually error out. I can ping and traceroute just fine. I have tried firefox and ie both with the same results. Outlook express works fine it only seems that HTTP traffic cannot find it's way back across the bridge. It is very odd.

Any ideas? Config below.

interface FastEthernet0/0

description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$

no ip address

no ip route-cache

duplex auto

speed auto

bridge-group 1

!

interface FastEthernet0/1

no ip address

no ip route-cache

shutdown

duplex auto

speed auto

!

interface Serial0/0/0

no ip address

encapsulation lapb multi

no ip route-cache

bridge-group 1

!

ip classless

no ip http server

!

!

!

control-plane

!

bridge 1 protocol ieee

1 Reply 1

Hello,

I wonder if the encapsulation of the serial interface is causing this issue, if possible, can you try and change it to ppp, or leave it at the default (HDLC), and see if that makes a difference ?

Regards,

GP