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

    • Any decent ITSM will A) have a web form that allows a user to raise a ticket, if you're writing an email you can write a ticket. B) Monitor a mailbox and auto-generate tickets based on inbound mails for those users that really can't get their heads around the concept that if you have an issue you go to support.mycompany.com and fill in the box. From your description you're having users email the desk, and then having a human read each one and manually raise a ticket on behalf of the user.
    • Microsoft PC Manager 3.21.6.0 (Offline Installer) by Razvan Serea With Microsoft PC Manager, users can easily perform basic computer maintenance and enhance the speed of their devices with just one click. This app offers a range of features, including disk cleanup, startup app management, virus scanning, Windows Update checks, process monitoring, and storage management. Microsoft PC Manager key features: Storage Manager- easily uninstall infrequently used apps, manage large files, perform a cleanup, and set up Storage Sense to automatically clear temporary files. Health Checkup feature -scans for potential problems, viruses, and startup programs to turn off. It helps you identify unnecessary items to remove, optimizing your system's performance. Pop-up Management - block pop-up windows from appearing in apps. Windows Update - scans your system for any pending updates. Startup Apps - enable or disable startup apps on your PC, allowing you to optimize your system's startup performance. Browser Protection - rest assured that harmful programs cannot alter your default browser. Also enables you to change your default browser. Process Management - allows you to conveniently terminate any active process, ensuring optimal system performance and resource utilization. Anti-virus protection - Fully integrated with Windows Security. Safeguard your PC anytime. Quick Steps: Download Microsoft PC Manager Offline Installer (APPX/MSIX) with Adguard Adguard serves as a third-party online service, offering a user-friendly method for directly downloading appx, appxbundle, and msixbundle files from the Microsoft Store. Official download links will be generated for both the app's various versions and its dependency packages. How to download Microsoft PC Manager Offline Installer (APPX/MSIX) 1. Initially, you must find the app URL within the Microsoft Store. Access the Microsoft Store via your browser and search for "Microsoft PC Manager". Once located, copy the app URL, which includes the product ID, either from the address bar or from the provided link below. https://apps.microsoft.com/detail/9PM860492SZD 2. Now paste the app URL into the designated area, then click the check mark button to produce a direct download link. 3. To download, right-click the relevant link and select “Save link as…” from your browser's menu. Occasionally, Microsoft Edge may flag the download as insecure. In such cases, consider utilizing alternative browsers such as Google Chrome or Firefox to successfully complete the download. Microsoft PC Manager is a completely free tool optimized exclusively for use on Windows 10 (19042.0 and above) and Windows 11. Download: Microsoft PC Manager 3.21.6.0 | from Microsoft Store View: Microsoft PC Manager Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I've never even heard of this browser before seeing this article. How does it differ from other browsers?
    • Fixing things? Have you ever tried linux? Everything works out of the box nowadays in most common hardware. This includes Wifi and Bluetooth. If anything, if they return back to windows is because they haven't found an equivalent program which often used on windows.
    • 18 months ago I bought the 4TB variant for $380 CDN. Now it is $1500 CDN [$949 US].
  • 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
      484
    2. 2
      PsYcHoKiLLa
      272
    3. 3
      Skyfrog
      78
    4. 4
      Steven P.
      65
    5. 5
      FloatingFatMan
      61
  • Tell a friend

    Love Neowin? Tell a friend!