Ask Experts Questions for FREE Help !
Ask
    hvizuett's Avatar
    hvizuett Posts: 1, Reputation: 1
    New Member
     
    #1

    Nov 28, 2008, 09:53 PM
    Connect dsl/router to cable modem
    Hi, I used to have internet connection through QWEST. Now I have Internet connection through Mediacom, which is cable internet. I use a modem called RCA DCM425 as of now. I am aware that this modem is not Wi-Fi, and 2WIRE is. After investigating a lot on the Internet I found out that it is possible to use the 2wire along with the cable modem to provide Wi-Fi. I managed to setup the router once and managed to get on 192.168.0.1, but then it is not allowing me anymore. I wondered where I went wrong, I have the cable modem connected to the router, and have the router connected to the computer. I don't know if I have a static or dymanic ip address, how do I figure that out, and when I have tried pinging 192.168.0.1 it says request timed out. I have copied what I got from the command prompt below and have x out the physical address of my computer.

    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.

    C:\>ping 192.168.0.1

    Pinging 192.168.0.1 with 32 bytes of data:

    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.

    Ping statistics for 192.168.0.1:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

    C:\>ipconfig/all

    Windows IP Configuration

    Host Name.. . : vizuett
    Primary Dns Suffix.. . :
    Node Type.. . : Broadcast
    IP Routing Enabled.. . : No
    WINS Proxy Enabled.. . : No

    Ethernet adapter Local Area Connection 3:

    Connection-specific DNS Suffix . :
    Description.. . : Intel(R) PRO/100 VE Network Connecti
    on
    Physical Address.. . : xx-xx-xx-xx-xx-xx
    Dhcp Enabled.. . : Yes
    Autoconfiguration Enabled.. . : Yes
    IP Address.. . : 12.201.63.15
    Subnet Mask.. . : 255.255.252.0
    Default Gateway.. . : 12.201.60.1
    DHCP Server.. . : 12.207.232.22
    DNS Servers.. . : 12.207.232.47
    12.207.234.32
    Lease Obtained.. . : Friday, November 28, 2008 3:14:50 PM

    Lease Expires.. . : Tuesday, December 02, 2008 2:48:08 P

    Any help would be greatly appreciated.
    I've attached both pictured of modems.
    Attached Images
      
    Ferghus's Avatar
    Ferghus Posts: 97, Reputation: -4
    Junior Member
     
    #2

    Nov 29, 2008, 01:25 AM
    Quote Originally Posted by hvizuett View Post
    Hi, I used to have internet connection through QWEST. Now I have Internet connection through Mediacom, which is cable internet. I use a modem called RCA DCM425 as of now. I am aware that this modem is not Wi-Fi, and 2WIRE is. After investigating a lot on the Internet I found out that it is possible to use the 2wire along with the cable modem to provide Wi-Fi. I managed to setup the router once and managed to get on 192.168.0.1, but then it is not allowing me anymore. I wondered where I went wrong, I have the cable modem connected to the router, and have the router connected to the computer. I don't know if I have a static or dymanic ip address, how do I figure that out, and when I have tried pinging 192.168.0.1 it says request timed out. I have copied what I got from the command prompt below and have x out the physical address of my computer.

    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.

    C:\>ping 192.168.0.1

    Pinging 192.168.0.1 with 32 bytes of data:

    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.

    Ping statistics for 192.168.0.1:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

    C:\>ipconfig/all

    Windows IP Configuration

    Host Name . . . . . . . . . . . . : vizuett
    Primary Dns Suffix . . . . . . . :
    Node Type . . . . . . . . . . . . : Broadcast
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No

    Ethernet adapter Local Area Connection 3:

    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connecti
    on
    Physical Address. . . . . . . . . : xx-xx-xx-xx-xx-xx
    Dhcp Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    IP Address. . . . . . . . . . . . : 12.201.63.15
    Subnet Mask . . . . . . . . . . . : 255.255.252.0
    Default Gateway . . . . . . . . . : 12.201.60.1
    DHCP Server . . . . . . . . . . . : 12.207.232.22
    DNS Servers . . . . . . . . . . . : 12.207.232.47
    12.207.234.32
    Lease Obtained. . . . . . . . . . : Friday, November 28, 2008 3:14:50 PM

    Lease Expires . . . . . . . . . . : Tuesday, December 02, 2008 2:48:08 P

    Any help would be greatly appreciated.
    I've attached both pictured of modems.
    A setting on the new cable modem needs to be changed. I can't tell you what that is atm but you'll have to call your new ISP's tech support to change the setting. The problem is these modems are set up to work directly connected to one computer, and to get them to work on a LAN, you have to change a setting on the modem. I had to do this recently when I changed my WiFi LAN to a DSL LAN.
    chuckhole's Avatar
    chuckhole Posts: 850, Reputation: 45
    Senior Member
     
    #3

    Nov 30, 2008, 09:47 PM

    One thing is for sure. You are not connected to a router. The IP address you provided from your PC is one assigned by your ISP.

    Make sure that the connection from your ISP provided cable/DSL modem is connected to the WAN port on your router. Then connect your PC to one of the LAN ports on your router. If this is currently how you have it setup, then your router is set up to redirect one of the ports in the switch built in to your router as an external address. Disconnect your PC LAN cable from this port and plug it into one of the other LAN ports on the switch.

    Then go to a CMD prompt and type IPCONFIG /RENEW and then IPCONFIG /ALL. You should have an IP address in the same network as the router (ie. 192.168.0.100 and it should show the DHCP server and gateway addresses as 192.168.0.1).
    Ferghus's Avatar
    Ferghus Posts: 97, Reputation: -4
    Junior Member
     
    #4

    Nov 30, 2008, 11:45 PM
    Quote Originally Posted by hvizuett View Post
    Hi, I used to have internet connection through QWEST. Now I have Internet connection through Mediacom, which is cable internet. I use a modem called RCA DCM425 as of now. I am aware that this modem is not Wi-Fi, and 2WIRE is. After investigating a lot on the Internet I found out that it is possible to use the 2wire along with the cable modem to provide Wi-Fi. I managed to setup the router once and managed to get on 192.168.0.1, but then it is not allowing me anymore. I wondered where I went wrong, I have the cable modem connected to the router, and have the router connected to the computer. I don't know if I have a static or dymanic ip address, how do I figure that out, and when I have tried pinging 192.168.0.1 it says request timed out. I have copied what I got from the command prompt below and have x out the physical address of my computer.

    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.

    C:\>ping 192.168.0.1

    Pinging 192.168.0.1 with 32 bytes of data:

    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.

    Ping statistics for 192.168.0.1:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

    C:\>ipconfig/all

    Windows IP Configuration

    Host Name . . . . . . . . . . . . : vizuett
    Primary Dns Suffix . . . . . . . :
    Node Type . . . . . . . . . . . . : Broadcast
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No

    Ethernet adapter Local Area Connection 3:

    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connecti
    on
    Physical Address. . . . . . . . . : xx-xx-xx-xx-xx-xx
    Dhcp Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    IP Address. . . . . . . . . . . . : 12.201.63.15
    Subnet Mask . . . . . . . . . . . : 255.255.252.0
    Default Gateway . . . . . . . . . : 12.201.60.1
    DHCP Server . . . . . . . . . . . : 12.207.232.22
    DNS Servers . . . . . . . . . . . : 12.207.232.47
    12.207.234.32
    Lease Obtained. . . . . . . . . . : Friday, November 28, 2008 3:14:50 PM

    Lease Expires . . . . . . . . . . : Tuesday, December 02, 2008 2:48:08 P

    Any help would be greatly appreciated.
    I've attached both pictured of modems.
    OK. I dug around and found my worksheet from when I did the switch.

    I had to connect the modem directly to my computer, in order to log onto it, then set it to work on a PPPoE connection.

    Then disconnected it from my computer, connected it to the router, and the router to my computer, logged onto the router, then set the router to PPPoE for the Internet Connection Type.

    Hope this helps.

    If me or Chuck's suggestions don't do the trick... call your ISP.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Modem router [ 5 Answers ]

Do I need 2 set up modem router on laptop as well as main computer to establish network connection? I want 2 use my laptop wireless connection but main computer is ethernet linked to router

Wireless Router Into Modem [ 2 Answers ]

I searched around, but didn't find anything exactly like this: I have a Thompson DSL modem, but it has a router built into it (4 port - yes, the router and modem are all-in-one). I need wireless in my office, so I have a Network Everywhere (Linksys) 4 port wireless router, but I can't get it to...

Broadband Modem & Modem with Router (DSL-2640B) [ 1 Answers ]

When I'm connecting broadband using D-Link ADSL broadband Modem, the connected computer will connect to Internet after verifying username and password. If I'll replace that modem with D-Link DSL-2640B (A broadband ADSL Modem WiFi router) then will this router can connect to Internet automaticall...

I can't connect to the internet with my switch and cable modem [ 1 Answers ]

I just bought a 3com 8port switch for my 5 pc's and my LAN works fine. I used to have a 4 port wireless cable router before I bought the switch. I give the router to my brother (in case you guys ask where is the router now). I connect the cable modem to the switch to see if any of the PC can go...

CABLE and Modem Router [ 11 Answers ]

Hi my buddys has a cable modem which she connects to the internet with, its got one USB and one ethernet port on the modem. Ive only seen t he modem through webcam so I couldn't play around, we were NOT able to connect 2 machines one through usb and the other through ethernet. The cable...


View more questions Search