First, let's check if your local internal ip is opening and responding:
Finding your computer's local ip address inside a Local Area Network, you are connected to.
- Open
cmd.exe- Command Prompt - Type
ipconfiginto the Command Prompt - Search for
local ip addressof your computer:IPv4 Address. . . . . . . . . . . : 192.168.0.106192.168.0.106- is thelocal ip addressof your computer in theLocal Area Network
- Open
cmd.exe- Command Prompt - Type
ping 192.168.0.106into the Command Prompt
[The positive output should look like this]
C:\Users\boqsc>ping 192.168.0.106Pinging 192.168.0.106 with 32 bytes of data: Reply from 192.168.0.106: bytes=32 time<1ms TTL=128 Reply from 192.168.0.106: bytes=32 time<1ms TTL=128 Reply from 192.168.0.106: bytes=32 time<1ms TTL=128 Reply from 192.168.0.106: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.0.106: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
- Open
cmd.exe- Command Prompt - Type
explorer "http://192.168.0.106"into the Command Prompt
(Paste thislocal ip adressaddress into any Web Browser.)