Question
May 13, 2008 at 08:45 AM
jedi.holocron

Problem with Cisco 831 behind 2wire (non-bridged)

by jedi.holocron . Updated 18 years, 2 months ago

Hi all, I have a 2wire DSL multifunction unit and a Cisco 831 behind the 2wire. I’m having a problem getting the network working properly.

As currently configured, from the Cisco I can ping any device local or internet, but from a host behind the Cisco I can only ping to the 2wire (192.168.1.254) but not past it. Traceroute from the host behind the Cisco also fails to return any hops past the 2wire.

I’m using static routes on both the 2wire and the Cisco, and static IP’s on all devices (to keep it simple for now).
On the 2wire, other than the automatically built routes, I added a single static route:
10.0.0.0 255.255.0.0 192.168.1.1

The Cisco config.

—————————
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname X
!
boot-start-marker
boot-end-marker
!
enable secret 5 X
!
no aaa new-model
!
!
ip cef
ip name-server X
!
!
!

!
!
!
!
!
interface Ethernet0
ip address 10.0.0.1 255.255.0.0
!
interface Ethernet1
ip address 192.168.1.1 255.255.255.0
duplex auto
!
interface Ethernet2
no ip address
shutdown
!
interface FastEthernet1
duplex auto
speed auto
!
interface FastEthernet2
duplex auto
speed auto
!
interface FastEthernet3
duplex auto
speed auto
!
interface FastEthernet4
duplex auto
speed auto
!
ip route 0.0.0.0 0.0.0.0 192.168.1.254
ip http server
no ip http secure-server
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000
end
——————————

This discussion is locked

All Comments