I can't connect to my virtual router (apparently I'm typing the incorrect password?)

2

Okay, so I've tried to set up a virtual router using these:

  • virtualrouter.codeplex.com/
  • virtualrouterplus.com
  • virtual-router.net/

And others like it. None of them worked however, and my phone would be "unable to connect to the network" with no other error given. I then read about creating a virtual router from within the CMD (http://lifehacker.com/turn-a-windows-8-1-pc-into-a-wi-fi-hotspot-with-the-com-1593327340) and did the steps mentioned. However when I try to connect, it says that I am inputting the wrong password. It's not user error, as I have tried multiple times. Any help would be greatly appreciated.

Sameer

Posted 2014-09-30T00:26:39.513

Reputation: 31

Answers

1

netsh wlan set hostednetwork mode=allow ssid=VirtualRouter key=123456789 (For the key you type in what you want it to be.)

That goes in CMD, make sure that the internet is disconnected before you do this.

After typing that command you are going to want to type this one and just hit enter: netsh wlan start hostednetwork

edit: This is for http://virtualrouter.codeplex.com/ (If it matters)

Shea A.

Posted 2014-09-30T00:26:39.513

Reputation: 672

So I just disconnect my internet, do the command, then start the virtual router? – Sameer – 2014-09-30T01:55:20.080

Yep, that should do the trick! If not, report results and I'll have something else for ya c: – Shea A. – 2014-09-30T01:56:05.760

I did this and this exactly like you said, but no luck.

– Sameer – 2014-09-30T02:02:24.063

I apologize but I forgot to add that second command. :c

"After typing that command you are going to want to type this one and just hit enter: netsh wlan start hostednetwork" – Shea A. – 2014-09-30T02:03:29.453

I've done that before, but not in conjunction with the VirtualRouter program. Will it make a difference? – Sameer – 2014-09-30T02:06:47.467

I did it so I have this and this but nothing changed in regards to the password. Thanks a lot for your help anyway.

– Sameer – 2014-09-30T02:11:46.707

Worth a shot, not sure to be completely honest. Have you made sure that your original connection is sharing the connection through the VirtualRouter as well? Sometimes it can show up as not working even though you actually have an access point! So open up google to test for yourself, don't just base it off of what you see down on the tray. – Shea A. – 2014-09-30T02:11:49.407

I shared my connection with my main one. – Sameer – 2014-09-30T02:13:21.160

Hmm, never had this problem before. I guess double check to make sure that the box for "Allow other network users to connect through this computer's internet connection" is indeed checked. Aside from that I'm not sure why the password isn't working correctly. Strange – Shea A. – 2014-09-30T02:17:07.070

Have you checked to make sure that your wlan adapter is compatible with the hostednetwork? You can check by entering netsh wlan show drivers. Look through the results and hopefully you find "Hosted network supported: Yes" – Shea A. – 2014-09-30T02:19:11.960

0

You have to change your wifi adapter wireless mode to G mode.

Like this: https://imgur.com/a/e7r5U

Bahaderjon Ahunov

Posted 2014-09-30T00:26:39.513

Reputation: 1

-1

ssid must be same as computer name, password must be same as computer password. after changes above mine started to work.

miihkali

Posted 2014-09-30T00:26:39.513

Reputation: 7

"ssid must be same as computer name" - This statement is false. – Ramhound – 2016-05-06T14:04:46.880