I have thomson DSL modem which i Configured as bridge mode and do pasted configuration on cisco 881;
interface FastEthernet4
bandwidth inherit
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
hold-queue 224 in
!
interface Dialer0
ip address negotiated
ip verify unicast reverse-path
no ip redirects
no ip unreachables
ip directed-broadcast
no ip proxy-arp
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1400
load-interval 30
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname
ppp chap password
..Please help me what is the problem in this Case;Framed IP from ISP is 212.76.32.XX and Framed-Route is 212.76.65.XX/30
Cheers