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

    • OpenAI is now rolling out Lockdown Mode to more ChatGPT users by Pradeep Viswanathan Back in February, OpenAI first announced Lockdown Mode for users who want the most comprehensive protection from potential attacks. At the time of the announcement, the company mentioned that this feature was available to a small set of highly security-conscious users, including executives or security teams at leading organizations. Today, OpenAI announced that Lockdown Mode is now rolling out to all personal ChatGPT accounts, including Free, Go, Plus, and Pro, and also self-serve ChatGPT Business accounts. Users can enable the feature from ChatGPT Settings > Security when it is available for their account. When Lockdown Mode is enabled, ChatGPT limits or disables several features that connect to the web or external services. These include live web browsing, Deep Research, Agent Mode, and more. Here is the complete list of services that will be disabled in Lockdown Mode: Live web browsing: Web browsing is limited to accessing only cached content. Search results may be limited, unavailable, or stale. Image support: ChatGPT may not display images in regular responses or retrieve images from the web. Users can still upload image files, and image generation remains available where it is otherwise available. Deep research: Deep research is disabled. Agent mode: Agent mode is disabled. Canvas networking: Users cannot approve Canvas-generated code to access the network. File downloads: ChatGPT cannot download files for data analysis. ChatGPT can still operate on your manually uploaded files. It is important to note that Lockdown Mode does not completely block prompt injections from appearing in content that ChatGPT processes. For example, a malicious instruction could still be present in an uploaded file or cached web content. However, the mode is designed to reduce the ways such an attack could send sensitive information outside the conversation. Along with Lockdown Mode, OpenAI today also announced that the Active sessions feature is now available across ChatGPT accounts and workspace types. This feature allows users to review where their account is signed in across devices and end sessions if required. A session will have the following information displayed: Device or browser information. First-party app context, such as ChatGPT, Codex, or API Platform. Approximate location. Sign-in date and time. Whether the device is a trusted device. Whether it is your current session. OpenAI highlighted that the Active sessions feature will not be available for accounts linked to an organization’s single sign-on setup, including SAML or OIDC.
    • with LSTC and ESU, moving to w11 or linux because w10 suddenly will not work when in reality it works and its a better choice, of course there are also developers that only test in 11 or force you to have TPM and Secure boot for the sake of "better security" in games. or most likely people is buying new PC that only ship with 11
    • with LTSC and ESU there are still viable as a stable platform not that they care and let people deal with w11 crashing and burning every month support mean shet if the platform is trash
    • Most boring game ever. Repetitive, empty, predictable, and full of cliches. Total waste of time and money, IMO.
  • 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
      487
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      63
  • Tell a friend

    Love Neowin? Tell a friend!