Network / Sharing :: Computer Settings Does Not Match The Network Requirements
Aug 4, 2013
It was working earlier but couple of hours later when I booted up my Windows 8 laptop.. There was a red x on the network I was trying to connect to and a message saying my computer settings not matching.
I looked it up on youtube and I tried selecting "No authentication" and for encryption type I chose "None". But still didn't work.
Sometimes it would say limited first then when I try to reconnect the message above will appear.
Is there a way to setup network profiles or something so that when I bring my Surface Pro to work and connect to the wireless network there it will use the static ip address I have but when I disconnect and then connect to my home wifi it will go back to DHCP? On my MacBook Pro I can go into the network settings and change the location profile I have setup for networks but I don't see anything like this for Windows 8.
I have a local network at home with 1 router, 5-6 computers and a few gadgets connected through WiFi.
I have a problem with one of the computers with Windows 8.1, let's call it Computer A. When I boot it, it is connectable from the other computers using its local IP address. But after a few hours it usually disappears from the network, and I'm only able to connect to it using the router's external IP and port forwarding.
By "disappears from the network", I mean that it's still connected to the router and to the internet, but none of the other units on the network is able to connect to it in any way.
Computer A can always connect to the the other computers on the network and to the internet.
The problem is solved if I reboot Computer A, so at the moment I have a scheduled task to reboot it every night. Unfortunately, sometimes it disappears from the local network after only a few hours after boot.
Turning the firewall off on Computer A doesn't work.
Below is the result of ipconfig /all on Computer A:
Code: C:WINDOWSsystem32>ipconfig /allWindows IP Configuration Host Name . . . . . . . . . . . . : bjarte-media2 Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : getinternet.noWireless LAN adapter Local Area Connection* 2: Media State . . . . . . . . . . . : Media disconnected
Windows 8.1x64 clean install from dvd. I have a private network configured as a Workgroup consisting of a W2000 photocopy machine,XP desktop, W7 desktop and laptop and now a Windows 8.1 desktop. During the initial installation I have files on the Windows 7 desktop I need so from Windows Explorer I clicked on the Windows 7 computer to gain access to the password shared folders and their files. I entered the User and Password info and clicked the "stay connnected" as I expected to reboot several times during this computers installation.
Everything worked just great UNTIL I no longer wanted the connection to the Windows 7 computer. On XP and even Windows 7 it was trivial to Disconnect a computer that I had established a share with.
However, on Windows 8.1 I cannot figure out how to do it. How do I disconnect the share with the Windows 7 computer?
This may seem trivial but I cannot figure it out. Obviously I can disconnect from the W7 computer but that computer is shared with others as well. And then the other computers would have to re-establish their shares. And, that would just be a work around.
I cannot connect to my wireless anymore (all other devices in my home do) since windows has automatically installed the drivers for my canon printer.
In PC setting i do not have the button wireless anymore (i am pretty sure that i had it last week). Wi-Fi (Qualcomm Atheros AR964x) is in my network connections, but cannot connect. Diagnoses says problem with wireess adapter or access point.
So what did i do until now : I have restarted the whole interne installation ( rounter, and all other devices) many times Atheros driver is up to date and device status is "working properly"
i dont know anymore what to do more (except switching to linux and not being able to use some commerical software i rely on for my work) :-(
Network Location - Set to Private or Public in Windows 8
I have a home network, several PCs connected to a modem/router (all with Ethernet cables), with ADSL access.
One PC has got Windows 8.1, with network settings as "private network", with sharing ("find devices and content") turned on. I am thinking about turning it off, to increase security, since I don't need to share files an printers.
My questions: 1) There is no risk to damage Windows by turning sharing on or off, with that "find devices and content" option in Windows 8.1? 2) After changing the sharing settings, I do not need to change any settings in Windows Firewall, such as resetting it to default?
I do a lot of AV system programming, which generally involves having to set my IP address for either my Ethernet port or WiFi card to manual IPs temporarily. I am having an issue on a relatively clean install of Windows 8 Pro that after I change my IP, when I go back into TCP/IP v4 to change it back to DHCP, it is already set to automatic... but if I right click on the connection icon and go to Status, it still has the static address. I tried to set it to another manual address and to hopefully go back in to revert, but that doesn't work.
The ONLY thing that seems to work is removing the NIC from Device Manager and then re-scanning for hardware changes where it will be automatically detected with DHCP enabled by default.
WiFi card is Intel Centrino Ultimate-N 6300 AGN.
Ethernet NIC is a Broadcom NetXtreme 57??.
I've got the latest available drivers, and using generic ones doesn't work. It's also on both NICs so I don't it is a driver issue.
There is this peculiar problem I'm facing with MTU settings.
I'm using PPPoE with wifi enabled on Windows 8.1.
Couple of months back: ADSL MTU setting was promptly set to 1492 (8 bytes for PPPoE header discounted). All of a sudden, yahoo mail was not accessible.
When I tried
Code: ping -f -l 1464 mail.yahoo.comPacket needs to be fragmented but DF set. Packet needs to be fragmented but DF set.Packet needs to be fragmented but DF set.
Packet size of 1464 (MTU:1492 - 28 bytes for adjusting different header size) is big. So decided to change MTU.
I checked for various packet sizes; First ping was OK for packet size of 1452. So MTU can be set at 1480.
I changed the MTU to 1480 in modem setting and restarted.
When connected, I tried yahoo mail again - and again failed.
I checked the MTU which is set at 1480. I tried ping with packet size of 1452 and got surprise. I got "Packet needs fragment" again. The same size was working earlier.
I repeated the process. Now the MTU came to 1460. I set the MTU again in modem and restart and try yahoo mail again to get the same failure.
Again I ping with packet size 1432. Nope. Got "Needs fragment" error.
Changed MTU setting in Modem to 1400 - retry cycle - same issue. Changed MTU setting in model to 1300 - retry - same issue.
Then I came across setting MTU for interfaces in PC. So reverted the MTU to 1492 in modem.
Set the PC interface MTU as below. I set it for WiFi interface as I was using wireless Internet access.
Code: netsh interface ipv4 set subinterface "Wi-Fi" mtu=1460 store=persistent
This solved the problem.
Today I couldn't access yahoo mail. Checked the MTU setting for PC wifi interface. It has been reverted to 1500 (default). May be some windows update did that.
I set it back to 1460. Tried to access yahoo mail. Still not accessible.
Checked the ping with size of 1432 (for MTU 1460). Got "Needs fragment" error. Checked ping with packet size 1400 - OK - change interface MTU to 1420 - Still couldn't access yahoo. Checked ping with pkt size 1400 - now not OK. Checked ping pkt size 1360 - OK - Change interface MTU to 1300 - still couldn't access yahoo mail. Checked ping pkt size of 1360 - now not OK.
This seems to be vicious cycle. What is happening?
I just got a network usb adapter for my new Windows 8 built PC. In the devices area of the control panel it shows the network adapter as installed, and working. However, when I got to PC Settings there are no wireless settings shown, and unlike my other computers around the house I can't find my network or any other networks which is very stranger since I live in an apartment and I'm surrounded by like 20 different networks.
Something keeps changing my proxy settings. Every time I change it to "Automatically detect settings", something is changing it to "Use a proxy server for your LAN..."
I have installed Windows 8.1 on my laptop. My laptop is Hp 6510b. Windows 8.1 is working fine for me. But the only issue I am facing is that I am unable to see my Bluetooth in Settings. Hence I am unable to transfer files. My android is also not searching my laptop.
So I'm rolling along the internet and I start noticing that the wifi bars in the lower corner have gone down to 4. My internet is running slower and when I log on and play online games, the local server which gave me a 50 ping is now jumped up to about 300-800 easily...
So I run trouble shooter (and malware bytes) and this gem pops up:
"Windows cannot automatically detect this network's proxy settings."
I run google chrome as my internet browser, but as of late Norton has been blocking chrome and my wife started using Internet Explorer...but when we disable Norton, Chrome works fine.
I'm using Win 8 Pro and i'm on a Private network which happens to be my Home Network. I'm having problem saving HomeGroup settings; I went through Change Advanced Sharing Settings then I checked Turn on network discovery and Turn on file and printer sharing, I clicked save and but when I return to the setting page again, the settings are not saved.
I've tried this several times but nothing seems to be working out. The same thing still happens when I go through Charms >> Change PC Settings >> HomeGroup >>Libraries and Devices.
The Windows App Store will not open. It spends a while thinking about it, then eventually times out. I would like to update to 8.1, but I think this is evidence of a bigger issue.
I think the real problem in my proxy settings in IE. The LAN settings have the Use Proxy Server permanently checked. No matter what I try, it wont uncheck. I have tried selecting the automatically detect settings box and putting in a dummy config. I ran Malware sweeps, ran virus sweeps, I removed any IE Add-ons. Reset IE. But it still wont let me uncheck that box..
It looks like there is a manual override within the Registry.
I signed up for a DNS service a while back. When I stopped using their service I removed their DNS entry from the ipv4 settings and considered it done (this was all they stated for install/uninstall, just update the DNS in ipv4)
At random, the PC will revert back to their DNS server. I have no virus (Malewarebytes Pro), my hosts file is empty.
Here's what I've done:
1) Removed it from ipv4 settings manually and reset to Obtain DNS Automatically
2) Open cmd as admin and ran the following sequence:
ipconfig /flushdns ipconfig /registerdns ipconfig /release ipconfig /renew netsh winsock reset netsh int ip reset
3) Reboot
On reboot, everything is normal, anywhere from 24 hours to 30 DAYS later it automatically reverts back to their DNS servers. I am on a .edu domain. I do not have access to the router, but I never modified anything in the router. Why my PC keeps reverting to their DNS servers?
My ISP provides service only via 802.11. I use laptop A most of the time. The captive portal for the service provider only allows one login per account at a time. The policy is intended to prevent multiple people sharing one account. It's just me, I'm the only user, but very occasionally I'd like to have a 2nd laptop access the internet simultaneously. No abuse, just the simple convenience of not having to logout from A if I need to use B for 30 seconds.
What I want to set up seems simple and it probably is:
WiFi Internet <---> Laptop A <---> ethernet cable <---> Laptop B
Such that Laptop B can share A's active WiFi connection without having to request its own unique address from the ISP.
At present, Laptop A has its network interfaces set up so: - WiFi is connected, active, functional. Selected the "Yes turn on sharing and connect to devices" in sidebar. - Under the wired network properties IP Version 4, I manually set addresses to be IP 192.168.10.1 Subnet 255.255.255.0 Gateway 0.0.0.0
Laptop B has only a wired network, set to IP 192.168.10.2 Subnet 255.255.255.0 Gateway 192.168.10.1
A & B can connect directly to each other, share folders, etc.
What do I need to do in order to get laptop B to transparently use A's WiFi connection? My guess is that A needs to be set up to do some routing between the internet side and the 192.168.10 subnet, and B needs to be set up to look to A as its "ISP" ... but I don't know where to begin.
My homegroup wont let me allow devices for some reason. I go to settings in the control panel and try to change it and the window just closes then I go to windows 8 settings in homegroup and I see this (attachment) and its grayed out and locked. What do I do?
I have an aunt who runs a business who wants to be able to let the computer run over night at her business and let me access it remotely to do the usual disk cleanup, defrag, virus scans and backups. Currently I have to go on Sundays to do all this and it is just a pain to sit there and wait for the task to complete. I did have some of these automated but some how under the computer illiterate they always get messed up.
Is there a piece of software (preferably free) that will let me access her machine to do all this? It doesn't matter if I need her on the other end to grant me permission to access the machine but I would rather do this from home during the night then do all this on a Sunday.
I have a USB printer connected to an 8.1 system. This printer is shared. I don't like keeping the computer on 24/7 so I set it to sleep.
Is there a way to send a wake command to the system when I want to print? WOL is working on the system. I noticed Homegroup has the option to wake the computer to view shares (and that does work).
If I can't wake the computer before a print job, what is the best practice to conserve energy on a system that is primary used as a print server?
I fix computers when they get a virus etc. and want to be able to connect their computers to my home network while at the same time ring fencing their computer so that they can only access the internet (for updates and virus definitions).
I want to be able to prevent their machine from seeing and interacting with my computer and other "trusted" machines and devices on my network and I want all of my machines (Windows 8.1 and Windows 7) from having their media sharing services and shared folders etc. popping up in my machines.
I understand that I can setup VLAN's for this purpose but sadly my router Netgear DG834GT does not have VLANS.
I have two Windows 8 computers. On one of them (which says "private network"), I easily created a homegroup. On the other (which also says "private network"), I am unable to join the homegroup. Whenever I connect to the network, it searches and says "There is no homegroup on this network" and displays "Create Homegroup" in the Network and Sharing Center. However, when I attempt to create the homegroup, it says "Can't create a homegroup on this computer". If I leave the homegroup on the working computer, it still says "Create Homegroup" in the Network and Sharing Center and I am still unable to create the homegroup. Microsoft has worked on this for five hours and is unable to find a solution.
We are upgrading our office to windows 8, but 1 computer is hardly ever used and is running XP. It will stay with XP, and should not be allowed to go online for security reasons.
All computers are networked, and share printers thru a netgear vpn router. Of cause they all can go online. Question: How can I prevent the XP computer from going online?
I opened the netgear router settings ( http://192.168.0.1 ), but can not find any setting blocking a computer from going on line.
I have a netgeat WNDR4500, I also have readyshare cloud installed on my home pc (HP pavilion elite x64 Win 8 pro) I also have it on my work pc (windows 7 pro Lenovo). I cannot seem to access my shared folder when logging in to ready share, it shows my device, but never pulls the shared folder. Is there something in the port forwarding setting that I may need to change?
My neighborhood shares a wi-fi connection. When some neighbors see my computer is connected to the network, they assume I'm awake and accepting visitors. I want to prevent my computer from appearing when you click on Network and all PC's and connected devices appear.
I'm running Windows 8. I opened a command prompt and entered net config server /hidden:yes and "the command was completed successfully". I then restarted my computer and logged onto the network, however my PC is still visible along with the other computers and devices connected to the network.
What additional steps must I take to accomplish this task?
"It's nobody's business when I'm awake and online" in Tacoma.