Unable to share internet by using HOSTEDNETWORK after installing AVAST recently

0

I was able to share my laptop's internet with my smartphone by using this command "netsh wlan start hostednetwork". But when I installed Avast in my Windows 8 OS, I am able to start the hostednetwork as before and my smartphone also finds the virtual AP but still I can't use internet on the smartphone. It's like the internet sharing has been disabled by the Antivirus. How do I tell Avast that its okay to use the hostednetwork?

Shanks

Posted 2013-11-12T08:09:26.743

Reputation: 191

Answers

1

Type:

netsh wlan show hostednetwork

this will show your hostednetwork status, see is it running. If yes then go to your network adapter settings and find your virtual WiFi. In its sharing properties make sure you got all the box checked to let all the net traffic through. You can also look here: LINK

NightKn8

Posted 2013-11-12T08:09:26.743

Reputation: 161

Thanks for the link that you provided, it helped a lot ! – Shanks – 2013-11-12T08:55:34.663

1

Yeah I had the same problem. Its due to avast firewall. One easy solution is to disable avast for the time you are using internet on mobile. This can be done by right click on the Quick launch icon of avast.

Other solution is to allow internet sharing in firewall settings of avast. First Find the Active protection window in the avast. It can be found in settings tab of avast. It shows all the shields avast is currently using.

In the firewall , click on customize option and select Policies tab

So you have to check mark the Internet sharing mode and click OK. Immediately you get internet to your smartphone.

Vishwesh Mangalore

Posted 2013-11-12T08:09:26.743

Reputation: 11

0

Open your registry editor, (run, regedit) then go to

HKEY_LOCAL_MACHINES\System\CurrentControlSet\Services\LanmanServer\Parameters.

Look for the the IRPStackSize entry. If it's there, modify the value to 16 or higher depending on your use. If the entry is not there, (maybe Avast might have deleted it) then create a new one as a DWORD, and make sure your spelling is correct as such: IRPStackSize. Then modify it again to set the value, (size) at 16 or higher.

Then Reboot.

Problem will be solved. As it did in my case.

Shanks

Posted 2013-11-12T08:09:26.743

Reputation: 191