Linksys WRT54GL + Tomato 1.27 firmware.. issues?


Recommended Posts

Hy. Since morning this router stopped to give internet for all connected devices (wired/wireless). All seems fine in terms of settings.. I can also connect to it wireless from laptop/phone but no internet.. an " ! " attached to wireless icon..

Wired.. it's an x and gives me : "DNS server may be experienced problems".

- Tomato firmware installed.. by connecting without router (cable) seems to be ok.

So.. my question is..where should I start to investigate?

 

Thanks!

yeah I would reboot it - can you get to the gui? What does it show for interne/wan status?

 

 

Well.. here it is.. I can access it's interface.. all seems fine there. The wierd thing is that the icon show's connected even no traffic available (one drive cannot syncronize).

 

Just rebooted the router and it works again.

 

By using reboot from it's gui ? Nothing happened here :(

post-18459-0-65241300-1411586755.jpg

what Icon shows connected - your OS icon.. that just says you connected to the router, if it says limited means it couldn't talk to the internet or dns is not working, etc. Was not able to see your image.

So status shows you good for internet on the router? If the reboot is not working on the gui - just pull the power plug on it, and then plug it back in.

So says your connected to isp, how do you know its not a isp issue? Have you connected something else other than the router and that works? What is before this router? Are you natting or bridging on that device? You have it setup for PPPoE, and shows connected.. Have you called your ISP?

It's not an isp issue cause I've connected wired my laptop without the router..and works. So.. all that's before the router (one modem) is healthy. I quess the firmware should be reset or..update it with a newer version and setup all again ? Thanks for given support..

So the router in front of this router is doing nat? Is it also doing PPPoE? In a normal setup with PPPoE you would have the device connected to the ISP doing the PPPoE login, etc. In that case your router your connecting should only be dhcp on the wan.

When you connected some other device to the isp device - did this device do PPPoE, or was it just dhcp?

There's a modem and a the router..and is not doing  nat..simply the cable from isp. in terms of settings nothing changed since it was ok.. but what should I look for ?.. probably something went wrong without human feedback :D .

the modem looks like this :

17001579_1.jpg

Well that picture is USELESS, and most every dsl "modem" I have seen in the last 10 years does NAT.. You have it set for PPPoE, this makes me think dsl type connection.

So I find it pretty likely its doing nat. You blocked out every piece of info in your screen shot of your router status that would of given this info.

What is the model number of the device your router is plugged into? And when you plugged in your other device to this device - did you have to do pppoe?

What are the first to octets of your IP address on your router status page

Example

post-14624-0-82995700-1411700891.png

Also, I would make sure your modem hasn't changed its settings.

 

I have had modems decide to reset to factory defaults and take themselves out of bridge mode, which, of course, breaks the wifi router but would work fine if you plug your PC directly in.

So clearly windows thinks you have internet, and your antivirus talked on the internet. And still did you have to setup PPPoE on the device you connected to your device to get on the internet - or just dhcp?

Can you ping that gateway under your IP address and mask for your wan - that would be your ISP gateway, first hop on the public internet.

example

budman@ubuntu:~$ traceroute 8.8.8.8

traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets

1 pfsense.local.lan (192.168.1.253) 2.433 ms 1.991 ms 1.952 ms

2 gateway.comcast.isp (24.13.x.x) 10.565 ms 11.359 ms 15.712 ms

3 te-0-5-0-8-sur04.mtprospect.il.chicago.comcast.net (68.85.180.133) 16.613 ms 16.615 ms 16.581 ms

Hop 2 is my ISP gateway. Can you ping it?

BTW hiding anything that starts with 192.168.x.x or 10.x.x.x or 172.16-31.x.x or 169.254.x.x is pointless - these are private and apipa addresses that are not routable on the public net.. That everyone uses - there is no personal info given a way from this if you let others see this.

example - here are some boxes on my network

budman@ubuntu:~$ arp -a

esxi.local.lan (192.168.1.40) at 00:1f:29:54:17:14 [ether] on eth0

pfsense.local.lan (192.168.1.253) at 00:0c:29:1e:18:ae [ether] on eth0

i5-w7.local.lan (192.168.1.100) at 18:03:73:b1:0d:d3 [ether] on eth0

What you going to do with those macs? Other than maybe looking up who the maker of the nic is from the first 3 numbers. Now if you want to hide say the last part of the mac on your wireless AP radio - ok, that is sometimes available to lookup location from if its in a war driving database.. Ie someone logged your wireless network. But your macs on devices on stuff inside your network is not anything you need to worry about hiding.

n the device you connected to your device to get on the internet

 

don't know exacly what you mean with "device connected to my device" but on the router II had setup PPPoE.

 

Can you ping that gateway under your IP address and mask for your wan - that would be your ISP gateway, first hop on the public internet.

 

cmd.. ping .. ? newbie on such things..

so from a cmd prompt type ping and that IP, same with tracert. Start, run, cmd will give you a black box see below

so example

C:\>ping 8.8.8.8

Pinging 8.8.8.8 with 32 bytes of data:

Reply from 8.8.8.8: bytes=32 time=34ms TTL=45

Reply from 8.8.8.8: bytes=32 time=34ms TTL=45

Reply from 8.8.8.8: bytes=32 time=34ms TTL=45

Reply from 8.8.8.8: bytes=32 time=34ms TTL=45

Ping statistics for 8.8.8.8:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 34ms, Maximum = 34ms, Average = 34ms

C:\>tracert -d 8.8.8.8

Tracing route to 8.8.8.8 over a maximum of 30 hops

1 <1 ms <1 ms <1 ms 192.168.1.253

2 9 ms 10 ms 10 ms 24.13.xx.xx

3 9 ms 9 ms 9 ms 68.85.180.133

Try the IP address that is listed as your gateway in the picture showed off the wrt.

As to device

" I've connected wired my laptop without the router..and works"

So did you have to setup PPPoE on this - or did you just have it setup for dhcp? What IP did you get?

So your gateway is is

"Tried to ping gateway (10.0.0.1)"

That is a private IP and not routable on the internet.. So no I would not expect you to be able to ping that ;) What about the tracert ?

Your private address 192.168.1.146 is what you get from your wrt router - not what you get from the ISP.

Still didn't answer the question - when you connected your laptop wired to the isp device - did yous setup pppoe on the laptop?? What IP did you get then - do a ipconfig /all from cmd prompt when this laptop is working - ping the gateway it shows. Tracert to 8.8.8.8 what do you get?

So have you bought/borrowed a new router yet??

- now I've connected the pc to the modem. and here are the details..

- haven't bought/borrowed a new router yet.. I'm still trying to find out what's going one here.. I'm pretty sure this oldie is still alive :|

- I'll try to ping..

post-18459-0-20930900-1411821344.jpg

I can not see this image you posted.. Not sure if just me or if just something going on with neowin, but having a hard time with images in this thread.

The url to your image comes back 404

https://www.neowin.net/forum/uploads/monthly_09_2014/post-18459-0-20930900-1411821344.jpg
Well WTF now it is showing up.. Got to be issues with neowin

So you are setting up PPPoE on the client you connect.. what does a tracert look like to 8.8.8.8 from the client that works?

Then try and ping hop 2 or 3 in that trace from your router. Power cycle your isp device, wait til it fully comes back. Then connect your wrt and turn it on - let it fully come up and connect a client to it and try and ping and trace to that same IP.. What do you get?

well that sure looks like you have internet to me - you ping googledns with you router - so what is not working??

Its odd that you have rfc1918 addresses in the path.. But you clearly are on the internet and can get out with that router.

this means there's something wrong with the settings on the router (tomato firmware).. username&password are excluded from the list but which should be :/ .. don't want to replace this router if it's still alive..

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • It's time to say goodbye to Edge and switch back to Firefox. There's no way to disable the ugly rounded corners that appear everywhere. Not even on the page frame. No one uses screens with rounded corners, you idiots.
    • Being on Github makes it more trustable since I can see the code at any point.
    • Gen Atlas is the next game from Shadow of the Colossus creator, this time with giant robots by Pulasthi Ariyasinghe The mind behind widely well-received games like Ico, Shadow of the Colossus, and The Last Guardian, Fumito Ueda, showed up at Summer Game Fest today, and that was to reveal his latest project. Being developed by genDESIGN, Gen Atlas is incoming with what looks to be plenty of mech and robot action. Watch the reveal trailer, which makes not much sense, above. The game will have players waking up on an abandoned planet where deserted facilities and grand designs from the original creators remain. Soon, they will stumble upon a colossal robot, from which players gain access to the power to change the world. "Across an endless expanse of time, the remnants of those forgotten constructs begin to move once more," adds the studio. The gameplay snippets seen in the trailer show the player character climbing giant robots (as expected from the creator), while also controlling these titans somehow as well. This is a fully single-player open-world adventure. “The team and I are grateful to all the fans who’ve been eager to learn more about our game,” says Fumito Ueda, CEO and creative director of genDESIGN. “Their passion and enthusiasm has always motivated and inspired us. We hope to share an experience that inspires moments of quiet wonder and discovery.” Before gaining the name Gen Atlas, Ueda first announced this project back in 2024 with the codename Project Robot. Interestingly, this will be a project being funded and published by Epic Games, which should mean that a Steam release is out of the question. Gen Atlas will be releasing on Epic Games Store, Xbox Series X|S, and PlayStation 5. A release date has not been announced just yet.
    • How backwards can you have it? Yes, Linux was gaining because of Linux handhelds and the push for gaming compatibility, but that's not desktop users, it barely converts anyone who owns a SteamDeck, though it helps for those who wanted to do it, but anyways, the AI+RAM debacle helped Linux because people can't easily upgrade their PCs easily and many hate AI so they'd be incentivized to try Linux.
    • 🤦🏻‍♂️ No, expected because 10 EOL
  • Recent Achievements

    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      473
    2. 2
      PsYcHoKiLLa
      269
    3. 3
      Skyfrog
      78
    4. 4
      Steven P.
      68
    5. 5
      +Edouard
      61
  • Tell a friend

    Love Neowin? Tell a friend!