long distance wifi antenna and a router?

dac_fan

Honorable
Oct 15, 2013
2
0
10,510
I have a long distance wifi antenna that i have pointed at a public library, the antenna is pluged intoa usb slot on my desktop computer. I ran the installation disk that came with the antenna. I am now reciving a strong signal and free to the public internet. My question is how can i hook up a router to this computer so I can take advantage of the wifi? I have a playstation and laptop and also a cell phone that i would like to be able to hook up. thanks in advance!
 
Solution
Uhm, I don't know if you can do that or not, but using a wifi card and sharing the connection is probably cheaper and easier; it's certainly more portable.

dac_fan

Honorable
Oct 15, 2013
2
0
10,510


thanks for the reply, I was hoping I could just plug a router in my ethernet port on the computer and it would work but i guess thats a no go then.
 

CFaulk23

Honorable
Dec 26, 2013
1
0
10,510
yes, you can plug in the router to your computer to share the internet. You would plug in the WAN port on your router to your computer instead a normal LAN port, and you will have to either bridge the two connections in your "network connections" option, or enable ICS in the properties of the network interface. Also you can just buy another wireless adapter and run this command in the command prompt

start
run
cmd

"
netsh wlan set hostednetwork mode=allow ssid=PrettyFlyForAWifi key=12345678
netsh wlan start hostednetwork
firewall set opmode disable
"

this will turn your windows machine into a "hotspot" "PrettyFlyForAWifi" will be the SSID and the network key will be 12345678

you can change those if you wish,

to disable this feature type,

"
firewall set opmode enable
netsh wlan stop hostednetwork
"