Posts Tagged ‘Network’

Virtual Wifi with Virtual Router

No Comments »

 

Windows 7 includes a little-known new feature called Virtual Wi-Fi, which effectively turns your PC or laptop into a software-based WiFi router.

Virtual Wi-Fi Router

Any other Wi-Fi-enabled devices within range a desktop, laptop, an iPod perhaps will “see” you as a new network and once logged on, immediately be able to share your internet connection.

This will only work if your wireless adapter driver supports it. Check with your adapter manufacturer and make sure you’ve installed the very latest drivers to give you the best chance.

Once you have driver support then the easiest approach is to get a network tool that can set up virtual Wi-Fi for you.I go for “Virtual Router”. Virtual Router is free easy to use and you can share your internet connection very quickly. You can find the software in the net.

The idea behind the Virtual Wifi is simple, the operating system can virtualise any compatible wireless adapter to make it appear as though you’ve as many additional adapters as you need.

Another process of setup without installing any Additional Software:-

The set up process is simple and for this you have to deal with Command prompt. Click Start, type CMD, right-click the Cmd.exe and select “Run as Administrator” (How to run as Administrator) .Now type the following command

netsh wlan set hostednetwork mode=allow ssid=MyNet key=MyPassword

press enter. Replace “MyNet” with the name you’d like to use for your custom network, and “MyPassword” with a password that’s a little harder to guess.

After that type the command

netsh wlan start hostednetwork

Press enter.

Now go to Control Panel > Network and Internet > Network and Sharing Centre > Change Adapter Settings,
right-click your internet connection and select Properties.
Click the Sharing tab, check “Allow other network users to connect.”. choose your virtual Wi-Fi adaptor


TPing – Latency Monitor

3 Comments »

Like most administrators, you’ve probably received a call from a user complaining that the network was “slow.” The good news is that with TPing you can monitor network latency, set maximum thresholds, and resolve problems before your users complain. Understanding your network, its performance, and its problems often requires a suite of tools that allows you to examine various aspects of your network. This tool provide solid data that let you baseline your network, troubleshoot problems, and measure anomalies and improvements.

TPing is a network monitoring tool written in Python. It uses its own low level socket programming to send ICMP ECHO_REQUEST to a host or device. With each collection, it sends 1 pings to get the latency. Results are then displayed in real-time so you can monitor network latency.

TPing  can be used to continuously monitor a number of servers, routers, workstations, or other devices and continually show real-time response rates.

TPing  is a simple console based utility that allows you to view ping results in a console window, TPing  can even track the network latency high/low limit recorded during the sample period.


(Click on the image to view full scale)

The TPing network latency application has the ability to concurrently store network latency results in a log file for later review and analysis.

The different colors are a function of packet loss. Yellow means life is good; red means you’ve got troubles.

Please download the TPing Package from here TPing and extract in same folder

For executing TPing (with Administrative Rights), syntax is :-
TPing.exe IP,MaximumLatency IP,MaximumLatency and so on
e.g. TPing.exe 192.168.0.1,100 yahoo.com,300 google.com,200

Incase of VC2008 Dlls missing error you might need to download & Install VCRedist package from here vcredist_x86