#“No internet, secured”
1 messages · Page 1 of 1 (latest)
Do other devices get internet through same SSID?
yes
If you press properties what info do you get?
my computer is off
hold on
oh NOW IT SAYS CONNEXTED
nevermind
i have to use ethernet just to have the wi-fi connexted for some reason
just this
anyone know what to do
does the IP you get by wifi makes sense ?
compared to the one you get via ethernet ?
do your wifi connexion gets all parameters ? (IP, DNS, gateway)
is that a work laptop or your own ?
when only your wifi is on and ethernet is unplugged, what happens when you ping your gateway ? what does happen when you ping google (8.8.8.8) ? what happens then when you ping google.com ?
@warm junco interesting pfp btw
thanks for the help, but it fixed itself i guess
i don’t know
just now i unplugged my ethernet and my wi-fi was “connected, secured”
oh, so it was only a DHCP transient problem
thought it could be a fixed IP on the NIC, or even having RADIUS setup (hence my question about work laptop)
yea it’s my personal home computer
BTW, if you have the problem once again, you can force your network card to get a new IP from your DHCP server (which could be your ISP router if you have a basic home network)
alright, thanks
to achieve this, first do ipconfig /all to get how your device is called
then, do ipconfig /release "name of the wifi card" you got before
uhuh
last, ipconfig /renew "name of the wifi card"
that’s it?
yup
seems simple.
this will tell your wifi card to "please ask the DHCP server for a new IP"
okay okay
(obviously do this in command line in admin mode)