Tagged Questions
0
votes
2answers
56 views
is it possible Pattern ping in windows?
is it possible pattern ping in windows , like we do in linux ping -p ff dest_ip ?
Thanks,
1
vote
1answer
892 views
How do I enable my network connection using command prompt?
How do I enable my network connection using command prompt?
I've tried:
netsh interface set interface "Local Area Connection" ENABLE
But received this error:
An interface with this name is not ...
0
votes
0answers
173 views
how to up/down remote NIC card or PORT using ifconfig or any other command?
please tell, how to remotely up and down the port using ifconfig unix command?
$ ifconfig etho down
$ ifconfig etho up
where etho is my nic card interface!
4
votes
4answers
2k views
Monitor network traffic of each application
First of all, I am on a slow Internet connection and it really makes me mad if something gets downloaded in background (like automatic update of any software) without my knowledge.
How can I monitor ...