that's ok you just set it to "obtain an IP address automatically", same for DNS. See first screenshot.
Edify...
There are many ways that you can access M2000 & Internet simultaneously.
First, you connect M2000 and use proxy to access some websites.
Second, you can use M2000 to local network. Then, you so another netword card (for eg: use ethernet and Wifi, HSDPA over USB,...) to connect internet by routing them. You route all the network related M2000 over default gateway ethernet which network's used in M2000. Then, you route all the network you using connect Internet (over Wifi or HSDPA) over default gateway of this network.
For eg: M2000 use IP 10.0.36.46/24 default gateway 10.0.36.1
Wifi use IP 192.168.10.163/24 default gateway 192.168.10.1
Use cmd command to route static them.
route add 10.0.36.0 mask 255.255.0.0 10.0.36.1 metric 1
route add 0.0.0.0 mask 0.0.0.0 192.168.10.1 metric 1
Done!
Bookmarks