Help with router and spotty wireless

2

Time Warner Cable/ Road Runner router shows up some times on the network list on Mac OS X 10.6.3 Snow Leopard. It makes a spotty appearence on the list.

The router is a SMC Networks Model # SMC8014WG-SI. The default gateway numbers all do not work.

  • 192.168.0.1
  • 192.168.1.1
  • 192.168.2.1
  • 10.10.10.1

What IP adress am I looking for here to log in to the router to fix the issue? Is the router blocking my request?

EDIT:

  • 192.168.0.0 also fails...

Moshe

Posted 2010-05-09T03:50:58.660

Reputation: 5 474

Question was closed 2010-05-24T13:44:54.403

Answers

0

So it looks like this?

Internet---|-CM----Mac
           |
           |-CM----Phone

Are the CM's set up to DHCP? Are the Mac and Phone set for DHCP? Where is the router?

dbasnett

Posted 2010-05-09T03:50:58.660

Reputation: 459

The CM connected to the Mac is the router. --- There is a PC hard wired into the same CM as the Mac. The Mac is connecting wirelessly, which is part of the issue - spotty wireless. – Moshe – 2010-05-10T18:58:26.647

does the other CM have wireless capability? Is it on? How far away is the Mac from the CM? How many obstructions between the CM and the Mac? – dbasnett – 2010-05-11T13:09:51.137

Only the CM for the internet has wireless. The phone company came down to the client's house. Apparently they need the computer on to run the phone. Weird. – Moshe – 2010-05-16T01:27:43.527

0

I suggest using

netstat -r 

should give you the list of routes, including the default gateway in use.

If that doesn't help, check your own ip address and perform a ping scan of the subnet you're on using nmap.

bryan

Posted 2010-05-09T03:50:58.660

Reputation: 7 848

This shows the default gateway as 192.168.0.1 – Moshe – 2010-05-09T04:45:21.540

how do i do a ping scan? – Moshe – 2010-05-09T04:46:04.610

nmap -v -sP 192.168.0.0/24 – bryan – 2010-05-09T04:49:38.003

How are you trying to connect to the router? – bryan – 2010-05-09T04:50:24.600

@bryan - It's a wireless router/modem in one unit plugged into a (cable cable as in television type) cable. There is a separate modem plugged into a cable for the Voip phone. Each of the two devices are getting cable from a splitter on the original line. They are independent of each other. The internet now works on the LAN, but the wireless is now locked and wasn't before and was before that. Also, the VOIP phone is dead. Ugh, TimeWarner/RoadRunner!! – Moshe – 2010-05-09T06:09:53.160

Is there a "reset" button on the wireless, to set it back an unconfigured state?

Try this also - turn off wireless on your computer and connect it to the router using an ethernet cable. Check if you can access it configuration that way. – bryan – 2010-05-09T06:24:08.137

it's a no go. I've read elsewhere that RR/TW locks ppl out of the equipment in this configuration. – Moshe – 2010-05-10T00:39:03.650

0

You have two cable modems? The usual deployment of CATV internet is

Internet----CM----SOHO RTR----Your devices

If you do have two cable modems were they both provided by the ISP?

dbasnett

Posted 2010-05-09T03:50:58.660

Reputation: 459

Interestingly enough, yes. The router seems to be a modem as it is in parallel to the modem for the Voip, not in sequence. PS- not me, a client. Yes, both form the ISP. – Moshe – 2010-05-10T00:38:14.320