Using a Verizon 4260L Jet Pack MiFi as a router

Here are the links I used to turn a workstation into a temporary router that allow multiple workstations to access the internet using the MiFi JetPack

http://www.ntkernel.com/?Products:Network_and_Security:Internet_Gateway
http://www.evdoinfo.com/content/view/4117/63/

http://production.4620.verizon.mifiupdates.com/Windows/MiFi4620LWin.zip

2-18-2013 11-49-02 AM

 

I also had to apply a static IP Address to the workstaions, and then switch them back toDCHP once the internet  was backup.
Set IP Address to Static

————————-
netsh interface ipv4 set address “local area connection” static 192.168.100.214 255.255.255.0 192.168.100.1
netsh interface ip add dns name=”Local Area Connection” 8.8.8.8 index=2

Set IP Address to DHCP
————————
netsh interface ip set address name=”Local Area Connection” source=dhcp
netsh interface ip set dnsservers name=”Local Area Connection” source=dhcp