WebGui,"swarm peers"nothing working!

I am new to IPFS.According to the documentation, i downloaded the ipfs and put the folder in the environment variable.
I then ran “ipfs init”.

        C:\Users\mitesh pandey>ipfs init
        initializing IPFS node at C:\Users\mitesh pandey\.ipfs
        generating 2048-bit RSA keypair...done
        peer identity: QmQwkkF3rgEaDk24BacYYRTdmWwavgnMehbaDwbbJqgnZ7
        to get started, enter:

                ipfs cat /ipfs/QmS4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv/readme
  1. Then I ran ipfs daemon command and i got the following:
    $ ipfs daemon
    Initializing daemon…
    go-ipfs version: 0.4.21-
    Repo version: 7
    System version: amd64/windows
    Golang version: go1.12.5
    Swarm listening on /ip4/10.100.58.42/tcp/4001
    Swarm listening on /ip4/127.0.0.1/tcp/4001
    Swarm listening on /ip4/169.254.111.48/tcp/4001
    Swarm listening on /ip4/169.254.31.223/tcp/4001
    Swarm listening on /ip4/169.254.36.107/tcp/4001
    Swarm listening on /ip4/192.168.137.1/tcp/4001
    Swarm listening on /ip4/192.168.253.1/tcp/4001
    Swarm listening on /ip4/192.168.56.1/tcp/4001
    Swarm listening on /ip6/::1/tcp/4001
    Swarm listening on /p2p-circuit
    Swarm announcing /ip4/10.100.58.42/tcp/4001
    Swarm announcing /ip4/127.0.0.1/tcp/4001
    Swarm announcing /ip4/169.254.111.48/tcp/4001
    Swarm announcing /ip4/169.254.31.223/tcp/4001
    Swarm announcing /ip4/169.254.36.107/tcp/4001
    Swarm announcing /ip4/192.168.137.1/tcp/4001
    Swarm announcing /ip4/192.168.253.1/tcp/4001
    Swarm announcing /ip4/192.168.56.1/tcp/4001
    Swarm announcing /ip6/::1/tcp/4001
    API server listening on /ip4/127.0.0.1/tcp/5001
    WebUI: http://127.0.0.1:5001/webui
    Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080
    Daemon is ready

  2. Now when i try to visit http://127.0.0.1:5001/webui
    It runs forever telling waiting for 127.0.0.1

  3. Also when i try to run ipfs swarm peers , I get empty.

I searched this issue online and i found the problem in the github issue but didn’t find the solution.

Note: I have disabled my antivirus.
Also i am also on the network of a university. I am currently residing in the university dorm.

Can you see if ipfs is running using Taskmanager