Is there an option in Windows 7 (or 3rd party) to offer Tethering (that is, act as a WiFi hotspot while being connected to a WiFi network?)
|
feedback
|
|
Take a look at Connectify: http://connectify.me | |||
|
feedback
|
|
Create an ad-hoc network. Here is the guide for Windows 7 from the Microsoft site. http://windows.microsoft.com/en-US/windows-vista/Set-up-a-computer-to-computer-ad-hoc-network | |||
|
feedback
|
|
You could use the ad-supported Connectify app, as someone else mentioned, or use http://virtualrouter.codeplex.com/, or do it my hand with the netsh command and ICS with a little bit of effort: netsh wlan set hostednetwork mode=allow ssid=YOURFRIENDLYSSID key=SOMEPASSWORD netsh wlan start hostednetwork ... then share the real connection through the virtual WiFi NIC. | |||||
feedback
|