Recommended Posts

Every once in a while my computer will lose the default gateway (blank, not 0,0,0,0) but releasing and renewing seems to fix it reliably every time it happens. I just can't seem to figure out the root cause of it. I'm using dhcp to acquire my settings. I'm not a complete novice but I'm also not a CISCO pro. Any help would be appreciated.

so your saying it loses just the gateway?  Or it changes from the IP it should have say 192.168.A.X with gateway 192.168.A.Y to say an IP that starts with 169.254.x.x ?

 

If your saying it still shows its 192.168.A.X address but the gateway is blank - than that would be weird!!  Can you post the output of your ipconfig /all when its working and then when you have this gateway issue.  My guess is your dhcp lease is just expiring and you end up with a APIPA or 169.254 address until you force a renewal/get of dhcp address again.

 

You can see here the lease info, when I got it, how long its for - who the dhcp server was, etc.

dhcpleaseinfo.thumb.png.c021ae5f27e05070b19172466c0aef94.png

 

So you posting this info when your good, and then when you have your problem - before you fix would be very helpful in determining your problem

Hi all! I can't post a screenshot of it working but I'll put one up of what it's at now. I haven't tried setting a static address as I've never had a problem with it till now. I've flushed dns, released and renewed my address a few times which fixed it temporarily but now I get and error when renewing an address. Also I've got Win10 Pro version 1703 build: 15063.413 7f2401d4aa9612ed30ae7740321dab5a.png

 

I've got a garbage built-in wireless receiver connected to a POS router which is connected to a modem. I've had dns troubles in the past but I reset my router a few times and they haven't returned.

It has ZERO to do with your gateway being gone - look you do not have an IP, you have APIPA (Automatic Private IP Addressing)  169.254.x.x --> Its a link local, no its not going to have a gateway.

 

You have a problem with your dhcp server.. Windows will give itself this address when set to be dhcp, and the dhcp server does not answer.

 

 

 

 

It has ZERO to do with your gateway being gone - look you do not have an IP, you have APIPA (Automatic Private IP Addressing)  169.254.x.x --> Its a link local, no its not going to have a gateway.
 
You have a problem with your dhcp server.. Windows will give itself this address when set to be dhcp, and the dhcp server does not answer.
 
 
 
 

Alright..so how do I identify the problem with my dhcp server? Or will creating a static ip fix it?

Well for starters what is your dhcp server?  I assume your router - what router is this? Make and model, what firmware is it running?

 

Do any other devices have issues with dhcp when your having issues, you state release renew currently not working, etc.  So no devices on your network are able to get an IP?  Points to dhcp server being down.. If just this 1 client and all other devices working then points more to problem with device itself and not the dhcp server.

 

A simple sniff on the device will help  you determine if the dhcp server is answering or not..

 

Dchp is pretty basic to troubleshoot.  I am going to take a guess that its not something you could do (no offense) or you wouldn't be here in the first place.

dhcp.thumb.png.402d30705248a1ca89113dbccbd2701e.png

 

I would suggest you just reboot your router to see if that fixes it.  Or restart its dhcp server.  But if you can manage to download wireshark and get a sniff and then post it we can run through troubleshooting dhcp for you..  See above is typical discover process with offer, request and then ack of a client getting a lease from a dhcp server.

 

If creating a static doesn't get your client online - then points to something else going on with your network that is preventing dhcp from working, like just no connectivity at all.  But setting static would be just a step troubleshooting not really a fix of the root cause to your problem.

 

This seems to be limited to wifi - maybe your wifi is not working at all, even if shows connected.  Have you rebooted the wifi router?

Well for starters what is your dhcp server?  I assume your router - what router is this? Make and model, what firmware is it running?
 
Do any other devices have issues with dhcp when your having issues, you state release renew currently not working, etc.  So no devices on your network are able to get an IP?  Points to dhcp server being down.. If just this 1 client and all other devices working then points more to problem with device itself and not the dhcp server.
 
A simple sniff on the device will help  you determine if the dhcp server is answering or not..
 
Dchp is pretty basic to troubleshoot.  I am going to take a guess that its not something you could do (no offense) or you wouldn't be here in the first place.
dhcp.thumb.png.402d30705248a1ca89113dbccbd2701e.png
 
I would suggest you just reboot your router to see if that fixes it.  Or restart its dhcp server.  But if you can manage to download wireshark and get a sniff and then post it we can run through troubleshooting dhcp for you..  See above is typical discover process with offer, request and then ack of a client getting a lease from a dhcp server.
 
If creating a static doesn't get your client online - then points to something else going on with your network that is preventing dhcp from working, like just no connectivity at all.  But setting static would be just a step troubleshooting not really a fix of the root cause to your problem.
 
This seems to be limited to wifi - maybe your wifi is not working at all, even if shows connected.  Have you rebooted the wifi router?


This computer is the only one having trouble connecting. Every other device has internet (phones, laptops, tablets). I'll get a sniff from the trouble PC and get back to you.

Does it work if you plug it in with a wire?  It shows you connected to wifi?

 

But yeah a sniff will be most helpful in showing if your seeing any other traffic, ie broadcast from other devices on the network which would show that connectivity is working.. And then should see your discover go out when you do the renew, etc.

Personally I would disable tunnel adapter, unless its the only way you can get ipv6 and you want IPv6.. It can be a security issue since your tunneling ipv6 traffic through ipv4 and your router firewall would not block that, etc.  Looks like you have ipv6 disabled on your actual interface.. So you want the teredo working?

Personally I would disable tunnel adapter, unless its the only way you can get ipv6 and you want IPv6.. It can be a security issue since your tunneling ipv6 traffic through ipv4 and your router firewall would not block that, etc.  Looks like you have ipv6 disabled on your actual interface.. So you want the teredo working?


I would like IPv6 to disappear entirely. I'm not sure how to disable the tunnel adapter. It seems to only appear when I have a working connection though.

well yeah its only going to be able to get a tunnel address when it can tunnel through a working ipv4..

 

To disable ipv6 completely you can do from cmd prompt (elevated to admin)

reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 255

 

Reboot.. To put it back like it was out of the box then

reg delete hklm\system\currentcontrolset\services\tcpip6\parameters\ /v DisabledComponents /f

 

Reboot

 

To just delete the teredo you should be able to do from netsh command via admin cmd prompt

netsh interface teredo set state disable

 

edit: if all you want is dhcp then you could filter on udp port 67.

 

edit2:  As you can see I normally just have all ipv6 disabled - but clickity clickity I can have it back with full ipv6 access.

ipv6.thumb.png.8ba01fba6a9195721d692eff7a51978d.png

none of that is dhcp..  You seem to be talking to steam though..

 

Capture filter would be a simple udp port 67 filter..  Here is screenshot

 

capturefilter.thumb.png.4f00c38c474424a65457f0e6a0af6db7.png

 

If you don't filter it and your working with valve for example that is using udp, than there is going to be way too much noise to make it easy to work with.  Also your prob going to want to save that file and attach it if you want anyone to look at it for you vs just screen shot so can get the details of the packets.. But since your clearly working now - not sure what you expect to see?

 

When you said your other devices were working - did you actually RELEASE their ips.. A dhcp lease can last for quite some time, depending on what you set it for..  So even if the dhcp server if off you client would still work with their currently lease - only when the lease actually expires would you have problems getting a new one..

 

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

    • No registered users viewing this page.
  • Posts

    • AI is the beginning, wait until real robots replace more jobs, specifically jobs that require physical work.
    • AI is indeed eliminating jobs, and Oracle just proved it by Hamid Ganji There’s no question that AI has become the hottest trend in workplaces, and every company is trying to adopt AI-driven solutions across its operations. While some industry leaders repeatedly say AI won’t lead to massive layoffs, recent data suggest that AI is actually one of the main reasons some companies are reducing their workforce. According to Oracle’s annual regulatory filing, the company has laid off about 21,000 employees, or 13% of its workforce, amid increasing AI adoption. “The adoption and deployment of AI technologies across our operations have resulted, and may continue to result, in reductions to our workforce,” Oracle said in the filing. The software giant now has approximately 141,000 full-time employees, a notable decrease from 162,000 during the same period last year. Restructuring expenses, including severance payments, cost Oracle $1.84 billion in fiscal 2026. Additionally, around 49,000 Oracle employees were based in the U.S., while approximately 92,000 were employed internationally. Like many other companies, Oracle has fully embraced AI and concentrated much of its efforts on the technology. The company is also a key participant in the United States’ $500 billion Stargate Project, which aims to build multiple AI data centers across the country. When it comes to AI adoption and its impact on the workforce, opinions remain divided. NVIDIA CEO Jensen Huang, whose company has been one of the biggest beneficiaries of the AI boom, recently said in an interview that attributing job cuts to AI is a “lazy” narrative. “The narrative that connects AI to job loss, for many of the CEOs that are doing it – it is just too lazy. AI has just arrived, how is it possible they're already losing jobs?” Huang said. However, statistics and recent reports tell a different story. According to Layoffs.fyi, 196 tech companies have laid off about 119,800 employees so far this year. Reducing staff and replacing roles with AI agents could become one of the most significant trends in the job market in the years ahead.
    • Zoom Workplace 7.1.0.41345 by Razvan Serea Zoom Workplace for Windows is a reliable video conferencing tool that makes it easy to connect and collaborate. With features like messaging, file sharing, and app integrations, it’s designed to streamline teamwork. You’ll get high-quality audio and video, strong security with end-to-end encryption, and an intuitive interface—all of which help remote teams and businesses stay productive and connected. Zoom Workplace key features: High-Definition Video & Audio: Provides clear, reliable communication for virtual meetings. End-to-End Encryption: Ensures secure communication with strong data protection. Multi-Factor Authentication: Adds an extra layer of security for user accounts. Integration with Productivity Apps: Supports seamless integration with Microsoft Office, Google Workspace, and more. File Sharing: Easily share files during meetings for efficient collaboration. Real-Time Messaging: Enables team chat for ongoing communication. Collaborative Whiteboarding: Allows teams to brainstorm and collaborate visually. Webinar Support: Host large webinars with interactive features. Administrative Controls: Manage user permissions, meeting settings, and security features. Cloud Storage: Automatically stores meetings and files in the cloud for easy access. Cross-Platform Support: Available on Windows, macOS, and mobile devices. Meeting features: Virtual Backgrounds: Customize your background for meetings to maintain privacy or enhance professionalism. Touch Up My Appearance: Automatically smoothens skin tone for a more polished video appearance. Breakout Rooms: Divide meetings into smaller sessions for group discussions or workshops. Live Transcription: Automatically generate real-time captions during meetings for accessibility. Zoom Apps: Integrate third-party applications directly into Zoom for enhanced functionality. Meeting Reactions: Participants can use emojis for quick, non-verbal feedback during meetings. Polling: Conduct live polls during meetings to gather instant feedback from participants. Attention Tracking: Monitors participant attention during meetings to ensure engagement. Closed Captioning: Enable manual or automatic captions for a more inclusive experience. Webinar Replay: Record and share webinars with analytics for audience engagement. Download: Zoom 64-bit | 145.0 MB (Free, paid upgrade available) Links: Zoom Website | Zoom ARM64 | Zoom Installers | Release Notes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • UK funds £60M AI labs to challenge US tech dominance with open-source models by Paul Hill The UK government has awarded £60 million to Oxford University and University College London to help keep the country in the AI race by focusing on open-source, low-hardware alternatives. This is in stark contrast to the expensive, closed-source, and high-hardware-requirement models being created in the United States and elsewhere. The money will be shared among two new academic research labs over six years to help them redesign the fundamental mathematics and architectures of AI to help the UK reduce its reliance on a handful of US tech firms. Commenting on the development, AI Minister Kanishka Narayan said: Initially, the government planned to fund just one lab with a £40 million investment, but with this update, two labs will now get access to a larger pool of funds. The labs are expected to invest in the top AI researchers at every career stage, with £2 million per lab being set aside for hiring at least ten doctoral students. The government hopes that this will grow the UK’s talent in the field of AI. The labs are also expected to work closely with the leaders in British AI research, such as the Alan Turing Institute and UKRI’s AI research hubs. This will allow the various teams to collaborate and create new solutions faster than they could alone. This development is pretty interesting for a number of reasons, chiefly that it could create a long-term challenge for US tech firms if these labs successfully scale these open-source architectures that bypass the proprietary ecosystems. It could also give British businesses and public sector organizations access to AI features without paying high licensing fees to foreign providers or needing to invest in specialized server infrastructure.
  • Recent Achievements

    • One Month Later
      nates earned a badge
      One Month Later
    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
    • Dedicated
      tuben earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      464
    2. 2
      +Edouard
      182
    3. 3
      PsYcHoKiLLa
      97
    4. 4
      Michael Scrip
      89
    5. 5
      neufuse
      70
  • Tell a friend

    Love Neowin? Tell a friend!