Configure DD-WRT router behind a Cisco cable modem

2

I have a Linksys WRT54GS router flashed with DD-WRT that I'm trying to get a connection on behind a Cisco DPC3010 cable modem. I can get a connection just fine when I plug my computer in directly into the modem, but when I plug the router into the modem, it refuses to deal the router an IP. My ISP is Cox, if that matters.

Here's the basic setup for my router right now:

WAN Connection Type

  • Automatic Configuration - DHCP
  • STP - Disable

Optional Settings [all default]

  • Host and Domain name blank, and MTU on Auto

Network Setup [all default]

  • Local IP - 192.168.1.1
  • Subnet Mask - 255.255.255.0
  • Gateway - 0.0.0.0
  • Local DNS - 0.0.0.0
  • DHCP Type: DHCP Server
  • DHCP: enabled
  • Static DNS 1: 192.168.1.1
  • Static Dns 2: 8.8.8.8
  • Static Dns 2: 68.105.28.12

Things I've Tried:

  • MAC address cloning to have my router's MAC match my computer's MAC (My computer is capable of connecting to the cable modem just fine)

  • Using all kinds of different DNS servers. I doubt this would solve this kind of issue, though

  • Powering down both the router and modem, fully powering up the modem, and then powering up the router

  • The Cisco modem isn't a router and doesn't have any configuration utilities of any sort; just a page that displays basic information about the modem (MAC address, serial, etc)

  • Changing the WAN connection from DHCP to manually match the info that the modem deals to my computer. Here's the ipconfig for my computer connected to the modem:

    Screenshot

I'm really not sure where to go from here. Any advice?

IHateMyModem

Posted 2014-07-24T03:44:22.990

Reputation: 21

Answers

1

Most cable internet providers requires you to use the same MAC address used before.

Here are few steps that you can try:

  • Check if your WAN interface can negotiate DHCP configuration;
  • Try to use your computer's network configuration on WAN interface (IP address, subnet mask, default gateway and DNS);
  • Try to ping to internet IP address (e.g. default internet gateway and 8.8.8.8);
  • Check if DNS is resolving with: nslookup google.com

If not, try all steps cloning your computer ethernet MAC address to router's WAN interface.

denisvm

Posted 2014-07-24T03:44:22.990

Reputation: 604

The only options under WAN configuration are either automatic configuration with dhcp, or use of a static IP. Neither worked. I have already tried using my computer's configuration, and I stated that in my original question. There's 100% packet loss when I ping an internet IP. No connection is established. DNS isn't resolving. I have had my computer's ethernet MAC cloned throughout this ENTIRE process.

Also, I'd like to note that I know for a fact that the router works, hardware-wise, since I was using it in a previous setup. And as I said, my cable modem works with my computer. – IHateMyModem – 2014-07-24T04:36:42.920

Try to disable WAN connection, enable Assign WAN Port to Switch option and try to connect to internet using your router as a simple bridge. It should work, if not, you may have a problem with your WAN port. – denisvm – 2014-07-24T04:46:17.747

0

I literally had the same problem and took the same steps as you with no luck. However I came across this same issue in another forum and their solution worked for me.

http://www.dslreports.com/forum/r27092115-NE-DPC3010-issues

In short, it seems the modem configures (only once) to the first device it's connected to when powered on. So, the modem does not reconfigure if you swap between devices (PC to router1 to router2 to..) if the modem power is kept on.

Suggested solution:

  • Power off both modem and router
  • With your modem plugged into your router, power on your modem only and let it boot up fully
  • Power on your router
  • Then it should work at this point

I was able to switch between different routers and PC following this method.

Ryan Smith

Posted 2014-07-24T03:44:22.990

Reputation: 1