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

    • Most boring game ever. Repetitive, empty, predictable, and full of cliches. Total waste of time and money, IMO.
    • Mafia: The Old Country expansion Man of Honor announced, brings back Salieri from original by Pulasthi Ariyasinghe During Summer Game Fest, 2K and Hanger 13 brought out a new Mafia: The Old Country trailer, revealing the game's first expansion. Named Man of Honor, this is slated to add two new chapters to the Enzo storyline that the game follows. There is an iconic character returning to the series with this expansion, with players set to run into Ennio Salieri, the future Don of the Salieri crime family. Fans of the original Mafia, or its Definitive Edition remake, may remember that name as one of the biggest characters in the storyline. This expansion is set prior to his rise to being the kingpin in the City of Lost Heaven. "Set in Sicily during the winter of 1905, Enzo Favara has proven himself a reliable soldier of the Torrisi crime family in the months since his initiation," says the studio about the new chapters. "Now, the Don entrusts him and Cesare with a delicate assignment of assisting Ennio Salieri, a man of honor recently released from prison and intent on reclaiming what is his." Working at Salieri's side, players will be heading into fresh environments as they return to the role of Enzo as a high-ranking soldato. The studio also promises brand-new weapons, fresh vehicles, and charms to collect in this expansion. Moreover, the expansion will add new content to the updated Free Ride mode. Alongside new collectibles and locations, this will add more challenges to beat alongside Salieri, which are described as runs that will "test the skills of even the most elite mafiosi." The Mafia: The Old Country Man of Honor story expansion will release on August 14, 2026, across PC, Xbox Series X|S, and PlayStation 5. It will cost $10 for owners of the base game to jump into.
    • Try installing Logitech Options
    • Telltale returns with The Wolf Among Us, re-revealing the sequel and a new remaster by Pulasthi Ariyasinghe Telltale Games, the studio known for its episodic games from the 2000s, had a surprise appearance at the Summer Game Fest showcase today. The studio has gone through a collapse, an acquisition, and a revival but has largely gone silent in recent years. Today's sudden announcement was for the popular The Wolf Among Us series, with news about the sequel and a remaster dropping. Set after the events of the 2013-released title, the sequel will bring back Biby Wolf for a new adventure in Fabletown. This town of fairy tale characters is becoming unstable, with Snow White not being able to keep order as before. "When a brutal series of crimes threatens to fracture the fragile balance holding Fabletown together, Bigby Wolf, sheriff of Fabletown, finds himself drawn into a dangerous conspiracy that reaches deep into the city’s criminal underworld," says the studio. "As suspicion spreads across the city and powerful forces work against him, Bigby must uncover the truth and decide what kind of sheriff - and what kind of wolf - he is willing to become." At the same time, Telltale also announced The Wolf Among Us Remastered, bringing back the classic with a fresh coat of paint. This will include all five episodes from the original game plus over an hour of extra content that will offer behind-the-scenes videos, cast interviews, image galleries, and deleted scenes. The remaster will also have updated visuals and improved UI elements and accessibility features, alongside upgrades to the animations, audio, and frame rates. Telltale has been working on this project for almost a decade now, but if the new release schedule holds, fans will be able to jump into The Wolf Among Us 2 sometime in 2027. As for The Wolf Among Us Remastered, this is slated to release during this holiday season.
    • I use a Linux laptop every day. I have tried to switch to Linux on my gaming PC which has a 5070 ti. It was not a great experience
  • Recent Achievements

    • Rookie
      moog19 went up a rank
      Rookie
    • 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
  • Popular Contributors

    1. 1
      +primortal
      488
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      76
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      63
  • Tell a friend

    Love Neowin? Tell a friend!