Recommended Posts

Hi, I recently bought the Buffalo WHR-HP-54G router, and flashed it instantly to the "famous" Tomato 1.10 firmware. I am on DSL, and use PPPOE to connect. I entered this information in the router settings, and my laptop connected fine to the internet. This is with the ethernet cable connected between my router and my laptop.

Now, the problem is that I cannot get the internet to work when I use my wireless card in my laptop. The card seems ok, I can actually see my routers wireless network, which I have named, and encrypted via WPA. And I can also connect to it. However, I have no access to internet once I am connected...

Is there some configuration that I must further do to make this work? I also want to be able to go to my routers web interface, and access internet, via wireless, not lan cable. This should all be possible. Please help me out someone?

Thanks.

/Mackster

An do you get an IP address once you connect? Can you ping your routers IP address once you connected wireless?

Did you setup mac filtering along with WPA? your wired interface will have a different mac address than your wireless one.

As to accessing the routers web interface via wireless

Access Restriction

Set time, computer, and protocol based bans on Internet access.

http://en.wikibooks.org/wiki/Tomato_Firmware

Administration

Admin Access

Controls the various means that can be used to access the router for administrative purposes.

All services use the same password, which is changed at the bottom of this page.

Web Admin

Controls access to the router via a web browser. The web username may be "admin" or "root".

* Local Access: Determines whether and how the router may be accessed from a web browser on a local computer (a computer attached to the router, or attached to a switch or hub attached to the router). Access can be via HTTP (regular web), HTTPS (SSL-encrypted web), both, or disabled.

* Remote Access: Determines whether and how the router may be accessed from a web browser from the WAN (Internet) side of the router. It is not recommended that this be enabled, and if it must be enabled, consider using the HTTPS method, which at least encrypts your session data.

* Allow Wireless Access: If checked, wireless clients on your local network can access your router's administration screens using the same method as wired clients. This has no effect on Remote Access.

An do you get an IP address once you connect? Can you ping your routers IP address once you connected wireless?

Did you setup mac filtering along with WPA? your wired interface will have a different mac address than your wireless one.

As to accessing the routers web interface via wireless

Access Restriction

Set time, computer, and protocol based bans on Internet access.

http://en.wikibooks.org/wiki/Tomato_Firmware

Administration

Admin Access

Controls the various means that can be used to access the router for administrative purposes.

All services use the same password, which is changed at the bottom of this page.

Web Admin

Controls access to the router via a web browser. The web username may be "admin" or "root".

* Local Access: Determines whether and how the router may be accessed from a web browser on a local computer (a computer attached to the router, or attached to a switch or hub attached to the router). Access can be via HTTP (regular web), HTTPS (SSL-encrypted web), both, or disabled.

* Remote Access: Determines whether and how the router may be accessed from a web browser from the WAN (Internet) side of the router. It is not recommended that this be enabled, and if it must be enabled, consider using the HTTPS method, which at least encrypts your session data.

* Allow Wireless Access: If checked, wireless clients on your local network can access your router's administration screens using the same method as wired clients. This has no effect on Remote Access.

Hi, and thanks for your reply! It is the first time I have to configure a router manually via its web interface.

Answer to your questions.

The IP adress I get when I connect wirelessly is 169.254.61.63. I cannot ping my routers IP address, which is 192.168.1.1.

I also noticed that if I restart the computer, I cannot access my routers web interface via my wired connection either. I get a similiar IP address starting at 169.254... Seems that is not a real IP address. Basically, I have to reset my router, then my computer sees the router again, and do the PPPOE settings once again to access the internet... It is very tedious.

I have the "allow wireless access" checked, to access the web interface. I also allow local access via http to the router.

I have not set up any mac filtering, where should I do that, and it is necessary? I have Wireless Client Filter disabled. All local wireless connections to the router should then be allowed?

I haven't touched anything in the Tomato default settings, except setting up my PPPOE. I unchecked the DHCP Server setting, though.

I am using Windows Vista, maybe that information helps. Thanks for your input, hope to get more. :)

A 169.254 address is a APIPA address - an no your not going to be able to get anywhere other than to other APIPA address with it. Its a random address windows gives it self when set for dhcp, an no dhcp servers answer.

So you either have an issue with the dhcp on the router.. or your blocking it with a firewall? Have seen this quite a bit with users running firewalls that do not understand what its telling them.. an block all kinds of required things.

If you not running any type of firewall software on your machine.. your having an issue with the dhcp server on the router.. Try setting your clients to static addresses.

http://www.microsoft.com/resources/documen...g.mspx?mfr=true

To configure TCP/IP for static addressing

Say 192.168.1.50 or someting

mask 255.255.255.0

gateway 192.168.1.1 <--- your routers IP

dns 192.168.1.1 <--- normally your routers IP, but you could use your ISPs or opendns, etc.

btw - you do not have to quote a persons entire post, when your the next one answering ;)

Hi again, thanks for your quick reply! I hope to solve this the coming hours. I don't have any other firewall than the Vista firewall, which is enabled by default. I tried to disable it, but it didn't change my situation.

However, I tried the static addresses approach.

I tried wired connection, and I can connect to my router, ping it and access it's web interface, as well as access internet! :) This seems to work even if I reboot the computer.

When I try the same with wireless connection, I can now connect to my router, ping it as well as access it's web interface! However, still cannot access internet. :( Any clue why it so? I was carefull not to use the same IP's for the ethernet and wireless card.

I also entered my MAC addresses for my wireless card, as well as my iPod touch into the MAC filtering list in Tomato, to make everything more secure. The iPod touch I have, using the same approach with entering static addresses, also cannot access internet, but finds and connects to the router. I get the APIPA address with it, if I do not set static data.

Wireless connections still seems a mystery why they don't work.

But hm... you are right, something may not be working correctly regarding the router's dhcp capability... not giving me good IP's. Can this because I in the Tomato settings disabled the option DHCP Server?

This is what the wiki says:

DHCP Server

"Dynamic Host Configuration Protocol (DHCP) is a protocol used by networked computers (clients) to obtain IP addresses. Use this to control the IP addresses that your router hands out to computers connected to the Wired or Wireless Local Network. If checked, the router will hand out addresses within the range specified. You may also customize the amount of time before computers on the LAN will renew their IP addresses (the Lease Time) and specify a Windows Internet Name Service (WINS) server if you use WINS."

So this option should be enabled, right? Otherwise it cannot function as DHCP at all, I suspect.

I will try to enable this option, and see if it changes anything.

Can this because I in the Tomato settings disabled the option DHCP Server?
:blink: Ya think ;) :rofl:

How did you think your machines were going to get IP addresses?? If you disabled that? If you did not understand what it was? Why would you disable it?

If you can access the routers interface over wireless, then either you have some type of mac filtering going on.. There is little point to mac filtering -- other than a control for you own use.. If you do not need/want to control your machines internet access with mac filtering -- then I would disable that function on your router. It provides no security, an just makes admin of your own network harder.

I would suggest verify that you can resolve websites IP when your wireless.

Ie ping www.google.com -- do you get an IP address an a reply?

C:\>ping www.google.com

Pinging www.l.google.com [64.233.167.147] with 32 bytes of data:

eply from 64.233.167.147: bytes=32 time=7ms TTL=247

If so -- this means your getting out to the internet.. If you do not get an IP returned.. ie something like unknown host or something -- then you have a name resolution issues.. Maybe you typed the dns address wrong? Or forgot to set it?

edit: btw there is no reason that you would have to make your wired an wireless IPs the same.. An if anything could cause you issues with arp caching the IP to the other mac, etc.. Different interfaces should really have different IPs.

If you made your wired one .50, make your wireless .51 etc..

But you I would really just suggest you turn the dhcp server on ;) Without the dhcp server running?? How did you ever get on the internet??? using the router??

It worked! I can now access internet via wireless too! Even on my iPod. :) A little embarrassing that I disabled the DHCP Server option in Tomato, but at that point I didn't knew it was necessary. Thanks again! :)

Edit: Haha, saw your latest reply, yes I am a little of a newbie when it comes to network and routers. ;)

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

    • No registered users viewing this page.
  • Posts

    • Same Internet Archive seemed to grab the new version https://web.archive.org/web/20...d/Setup_MakeMKV_v1.18.4.exe
    • Windows 11 KB5094126, KB5093998 bugging out Office apps but it may not be Microsoft's fault by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. Although the tech giant did not acknowledge any major problems, some users online reported various issues ranging from OneDrive and Dropbox access problems, BitLocker recovery lockouts, to blue screens and BSODs. You can read about them in this dedicated piece. While there is still no confirmation about those problems from Microsoft the company has admitted to another bug which we did not report on. The tech giant has confirmed it has received reports of an issue in which certain third-party applications may be unable to launch Microsoft Office apps or open Office documents after installing the Patch Tuesday. This affects both Windows 11 as well as Windows 10. The company says the problem impacts a subset of applications that rely on OLE (Object Linking and Embedding) automation to communicate with Microsoft Office programs. According to Microsoft, affected scenarios involve third-party software attempting to open Office applications or documents from within their own interface. In such cases, the Office program may fail to launch altogether, or the requested document may not open. Oddly there may not be any error message, which probably makes the issue difficult to diagnose. The bug affects several Office products, including Word, Excel, PowerPoint, Access, and other apps in the Microsoft Office suite when they are launched through the affected software. These include tax and accounting software such as CCH Engagement and Workpaper Manager, dental practice management solutions like Dentrix and Softdent, as well as the popular research and reference management tool Zotero. Microsoft adds that other applications using similar Office integration methods could also experience the same problematic behavior. To understand the issue it is important to look at OLE, the Microsoft technology involved. OLE allows different applications to work together and share data, while its Automation feature lets one program control another. Thus this enables third-party software to launch Microsoft Office apps, open documents, and perform tasks automatically without requiring users to switch between programs. Because many accounting, healthcare, research, and business applications rely on OLE automation to interact with Word, Excel, PowerPoint, and other Office apps, any disruption can break those workflows. As a result, affected software may be unable to open Office documents or launch Office applications even though the programs themselves continue to work normally. At the moment the company has not provided a permanent fix though it has confirmed that engineers are actively working on a resolution, which will be delivered through a future Windows update. As such additional details will be shared once more information becomes available. In the meantime, Microsoft recommends a simple workaround for affected users whic is to open the Office application or document directly rather than launching it through the third-party program. For enterprise customers and organizations managing larger deployments, Microsoft says an additional mitigation is available. Admins experiencing the problem on their managed devices are advised to contact Microsoft Support for business to obtain and apply the workaround.
    • It saddens me when cars are such dull colours now. Mine is bright metallic blue and I absolutely adore it for standing out in contrast to that depressing backdrop of traffic.
    • Sparkle 2.20.0 by Razvan Serea Sparkle is a free, open-source Windows optimization tool designed to make your PC faster, cleaner, and more private. With Sparkle, you can easily debloat Windows by removing unnecessary apps and services, disable Microsoft tracking to enhance privacy, and apply performance tweaks to boost speed. Its cleaner removes junk and temporary files, while every change is safe and fully reversible. Sparkle also features a modern, user-friendly interface with automatic updates, making system maintenance simple. Explore over 39 tweaks, from disabling telemetry and hibernation to optimizing network and game settings, all aimed at customizing and enhancing your Windows experience. Sparkle supports Windows 10 and 11. Sparkle 2.20.0 changelog: Debloat Tweak has animated border New homepage loading UI New Tweak Modal (Markdown Supported) Refactored GPU Detection Added Tests with vitest Added foobar2000 to apps Added Localsend to apps Updated Modal Styles Added styles for disabled inputs Added Animated Border to debloat-windows tweak Bumped dependencies Refactor System info logic for speed Tweak info modals now support Markdown Added Clear System info cache to settings Redesigned Home Page Loading UI Changed Some Icons around the app Download: Sparkle 2.20.0 | Portable | ~100.0 MB (Open Source) Links: Sparkle Website | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • lol it was a typo, fixed! haha imagine an actual 4TB Gen4 NVMe for $40 in 2026
  • Recent Achievements

    • Reacting Well
      Dys Topia earned a badge
      Reacting Well
    • Conversation Starter
      NovaEdgeX earned a badge
      Conversation Starter
    • One Year In
      Console General earned a badge
      One Year In
    • Week One Done
      Twozo Technologies earned a badge
      Week One Done
    • One Month Later
      Twozo Technologies earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      517
    2. 2
      +Edouard
      184
    3. 3
      PsYcHoKiLLa
      106
    4. 4
      Steven P.
      88
    5. 5
      ATLien_0
      68
  • Tell a friend

    Love Neowin? Tell a friend!