Answer the question
In order to leave comments, you need to log in
How to distribute WiFi from a computer?
Hi all!
There is a 4G USB modem connected directly to the computer. Internet is working on the machine.
There is a TP-LINK WiFi router connected to the computer via the WAN port.
In the properties of connecting the USB modem - shared access to the Internet. But the router does not distribute the Internet.
Tell me, pliz, what settings where to enter so that the router distributes the Internet from the USB modem.
Answer the question
In order to leave comments, you need to log in
CLS
:MENU
ECHO.
ECHO................................................
ECHO.
ECHO Press 1, 2, or 3 to select your task, or 4 to Exit.
ECHO................................................
ECHO.
ECHO 1 - Set Wifi Sharing Attributes
ECHO 2 - Start WiFi Sharing
ECHO 3 - Stop WiFi Sharing
ECHO 4 - Exit
ECHO.
SET /P M=Type 1, 2, 3, or 4, then press ENTER:
IF %M%==1 GOTO SET
IF %M%==2 GOTO START
IF %M%==3 GOTO STOP
IF %M%==4 GOTO EOF
:SET
netsh wlan set hostednetwork mode=allow ssid=<wifiname> key=<password> keyusage=persistent
GOTO MENU
:START
netsh wlan start hostednetwork
GOTO MENU
:STOP
netsh wlan stop hostednetwork
GOTO MENU
Why such a strange scheme? We take a router with support for a usb modem, stick 4g into it and distribute it. What you came up with, if it works after 20 hours of dancing with a tambourine, it will work somehow.
A suitable router is 7000 rubles maximum. We divide by 20 hours. We get 350 rubles per hour - not profitable. Buy cheaper and it will work better even when the computer is turned off.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question