Use the following command:
netstat -an | find ":8080"
to check whether the port 8080 is open.
ipconfig Command -
Basic Use: Finding Your IP Address and Default Gateway
Ip config has a number of switches the most common are
:
ipconfig /all – displays more information about the network setup on your systems including the MAC address.
ipconfig /release – release the current IP address
ipconfig /renew – renew IP address
ipconfig /? -shows help
ipconfig/flushdns – flush the dns cache
arp Command