Jump to content

My Own WiFi Hotspot


michaelteo2000

Recommended Posts

michaelteo2000

How do I creates my own WiFi Hotspot like the WiFi tethering in Android to share my connections ( using 3G / 4G / Wimax dongle ) over my WiFi adapter with my Windows 7 / 8.1 at the easiest way ?

Thank You

Link to comment
Share on other sites


  • Replies 11
  • Views 1.7k
  • Created
  • Last Reply

You can do that easily with Connectify please help yourself and search for it is there on the forum.

Link to comment
Share on other sites


  • Administrator

You can do that easily with Connectify please help yourself and search for it is there on the forum.

No idea myself, but it's frontpaged. ;)

Link to comment
Share on other sites


tacneplong

Open CMD as Admin & type this command (Tested on W8)

Create:
netsh wlan set hostednetwork mode=allow ssid=wifi-win8 key=12345678

Start hosting:
netsh wlan start hostednetwork

Turn it off:
netsh wlan stop hostednetwork


Test:
netsh wlan show hostednetwork

Delete created network:
netsh wlan set hostednetwork mode=disallow ssid=wifi-win8 key=12345678

Password is 12345678

Link to comment
Share on other sites


michaelteo2000

Open CMD as Admin & type this command (Tested on W8)

Create:

netsh wlan set hostednetwork mode=allow ssid=wifi-win8 key=12345678

Start hosting:

netsh wlan start hostednetwork

Turn it off:

netsh wlan stop hostednetwork

Test:

netsh wlan show hostednetwork

Delete created network:

netsh wlan set hostednetwork mode=disallow ssid=wifi-win8 key=12345678

Password is 12345678

Dear Advanced Member,

I had try all your steps above, but when I hit the "Test", it prompt me "Status = Not available"

I can't find the signal via my WiFi phone as well ...

Link to comment
Share on other sites


tacneplong

Open CMD as Admin & type this command (Tested on W8)

Create:

netsh wlan set hostednetwork mode=allow ssid=wifi-win8 key=12345678

Start hosting:

netsh wlan start hostednetwork

Turn it off:

netsh wlan stop hostednetwork

Test:

netsh wlan show hostednetwork

Delete created network:

netsh wlan set hostednetwork mode=disallow ssid=wifi-win8 key=12345678

Password is 12345678

Dear Advanced Member,

I had try all your steps above, but when I hit the "Test", it prompt me "Status = Not available"

I can't find the signal via my WiFi phone as well ...

I forgot those steps

You will see a virtual network here (Local Area Cnt *12)

huong-dan-phat-wifi-tren-windows-8-khong

Right click on the network you wanna share

huong-dan-phat-wifi-tren-windows-8-khong

Do this

huong-dan-phat-wifi-tren-windows-8-khong

Go to

Open Network and Sharing Center --> Change advanced sharing settings --> All network --> Chose Turn on sharing..., Use 128-bit..., Turn off password...

Link to comment
Share on other sites


michaelteo2000

Open CMD as Admin & type this command (Tested on W8)

Create:

netsh wlan set hostednetwork mode=allow ssid=wifi-win8 key=12345678

Start hosting:

netsh wlan start hostednetwork

Turn it off:

netsh wlan stop hostednetwork

Test:

netsh wlan show hostednetwork

Delete created network:

netsh wlan set hostednetwork mode=disallow ssid=wifi-win8 key=12345678

Password is 12345678

Dear Advanced Member,

I had try all your steps above, but when I hit the "Test", it prompt me "Status = Not available"

I can't find the signal via my WiFi phone as well ...

I forgot those steps

You will see a virtual network here (Local Area Cnt *12)

huong-dan-phat-wifi-tren-windows-8-khong

Right click on the network you wanna share

huong-dan-phat-wifi-tren-windows-8-khong

Do this

huong-dan-phat-wifi-tren-windows-8-khong

Go to

Open Network and Sharing Center --> Change advanced sharing settings --> All network --> Chose Turn on sharing..., Use 128-bit..., Turn off password...

when I hit netsh wlan start hostednetwork, it prompt me : The hosted network couldn't be started.

The group or resource is not in the correct state to perform the requested operation.

and the virtual network here (Local Area Cnt *12) is not available in my Network Connection.

Where do I go wrong ?

Link to comment
Share on other sites


tacneplong

Open CMD as Admin & type this command (Tested on W8)

Create:

netsh wlan set hostednetwork mode=allow ssid=wifi-win8 key=12345678

Start hosting:

netsh wlan start hostednetwork

Turn it off:

netsh wlan stop hostednetwork

Test:

netsh wlan show hostednetwork

Delete created network:

netsh wlan set hostednetwork mode=disallow ssid=wifi-win8 key=12345678

Password is 12345678

Dear Advanced Member,

I had try all your steps above, but when I hit the "Test", it prompt me "Status = Not available"

I can't find the signal via my WiFi phone as well ...

I forgot those steps

You will see a virtual network here (Local Area Cnt *12)

huong-dan-phat-wifi-tren-windows-8-khong

Right click on the network you wanna share

huong-dan-phat-wifi-tren-windows-8-khong

Do this

huong-dan-phat-wifi-tren-windows-8-khong

Go to

Open Network and Sharing Center --> Change advanced sharing settings --> All network --> Chose Turn on sharing..., Use 128-bit..., Turn off password...

when I hit netsh wlan start hostednetwork, it prompt me : The hosted network couldn't be started.

The group or resource is not in the correct state to perform the requested operation.

and the virtual network here (Local Area Cnt *12) is not available in my Network Connection.

Where do I go wrong ?

did you create network?

Link to comment
Share on other sites


michaelteo2000

Open CMD as Admin & type this command (Tested on W8)

Create:

netsh wlan set hostednetwork mode=allow ssid=wifi-win8 key=12345678

Start hosting:

netsh wlan start hostednetwork

Turn it off:

netsh wlan stop hostednetwork

Test:

netsh wlan show hostednetwork

Delete created network:

netsh wlan set hostednetwork mode=disallow ssid=wifi-win8 key=12345678

Password is 12345678

Dear Advanced Member,

I had try all your steps above, but when I hit the "Test", it prompt me "Status = Not available"

I can't find the signal via my WiFi phone as well ...

I forgot those steps

You will see a virtual network here (Local Area Cnt *12)

huong-dan-phat-wifi-tren-windows-8-khong

Right click on the network you wanna share

huong-dan-phat-wifi-tren-windows-8-khong

Do this

huong-dan-phat-wifi-tren-windows-8-khong

Go to

Open Network and Sharing Center --> Change advanced sharing settings --> All network --> Chose Turn on sharing..., Use 128-bit..., Turn off password...

when I hit netsh wlan start hostednetwork, it prompt me : The hosted network couldn't be started.

The group or resource is not in the correct state to perform the requested operation.

and the virtual network here (Local Area Cnt *12) is not available in my Network Connection.

Where do I go wrong ?

did you create network?

I had follow all your steps but the virtual network (Local Area Cnt *12) was not created ...

Link to comment
Share on other sites


tacneplong

I had follow all your steps but the virtual network (Local Area Cnt *12) was not created ...

It work only on Windows 8

Download this

http://ge.tt/3eQ3dCl/v/0

1.Right click on Create.cmd & Select Run As Admin

2.Right click on Start Hostspot.cmd & Select Run As Admin

3.

You will see a virtual network here (Local Area Cnt *12)

huong-dan-phat-wifi-tren-windows-8-khong

Right click on the network you wanna share

huong-dan-phat-wifi-tren-windows-8-khong

Do this

huong-dan-phat-wifi-tren-windows-8-khong

Go to

Open Network and Sharing Center --> Change advanced sharing settings --> All network --> Chose Turn on sharing..., Use 128-bit..., Turn off password...

Link to comment
Share on other sites


michaelteo2000

I had follow all your steps but the virtual network (Local Area Cnt *12) was not created ...

It work only on Windows 8

Download this

http://ge.tt/3eQ3dCl/v/0

1.Right click on Create.cmd & Select Run As Admin

2.Right click on Start Hostspot.cmd & Select Run As Admin

3.

You will see a virtual network here (Local Area Cnt *12)

huong-dan-phat-wifi-tren-windows-8-khong

Right click on the network you wanna share

huong-dan-phat-wifi-tren-windows-8-khong

Do this

huong-dan-phat-wifi-tren-windows-8-khong

Go to

Open Network and Sharing Center --> Change advanced sharing settings --> All network --> Chose Turn on sharing..., Use 128-bit..., Turn off password...

finally I managed to creates the virtual connection, but my phone unable to obtain the IP address from it ... :-(

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...