How to change U Mobile DNS (if you're using the dialer that comes with the modem)
1. Go to the U Mobile installation directory (i.e. C:\Program Files (x86)\Umobile Connect Manager)
2. Look for the file NetworkCfg.xml
3. Edit that file to look like this (i'm using Google DNS)
<?xml version="1.0" encoding="UTF-8"?> <AllNetworkConfigs> <NetworkConfig isNDIS="0" canbeDelete="0" isPreferred="1"> <ConfigFileName>Umobile Internet(SYSTEM)</ConfigFileName> <UserName/> <Password/> <LoginNumber>*99#</LoginNumber> <AutoGetAPN>0</AutoGetAPN> <APN>my3g</APN> <AutoGetDNS>0</AutoGetDNS> <MainDNS>8.8.8.8</MainDNS> <StandbyDNS>8.8.4.4</StandbyDNS> <AutoGetPDP>1</AutoGetPDP> <PDPAddress/> <PDPType>IP</PDPType> <AuthType>PAP</AuthType> <AskUserAndPwd>0</AskUserAndPwd> <SaveUserAndPwd>0</SaveUserAndPwd> <GlobeFlag>1</GlobeFlag> </NetworkConfig> <NetworkConfig canbeDelete="0" isPreferred="0"> <ConfigFileName>Umobile Internet</ConfigFileName> <UserName></UserName> <Password></Password> <LoginNumber>*99#</LoginNumber> <AutoGetAPN>0</AutoGetAPN> <APN>my3g</APN> <AutoGetDNS>1</AutoGetDNS> <MainDNS> </MainDNS> <StandbyDNS> </StandbyDNS> <AutoGetPDP>1</AutoGetPDP> <PDPAddress> </PDPAddress> <PDPType>IP</PDPType> <AuthType>PAP</AuthType> <AskUserAndPwd>0</AskUserAndPwd> <SaveUserAndPwd>0</SaveUserAndPwd> </NetworkConfig> </AllNetworkConfigs>
Basically you edit the following:
AutoGetDNS = 0
MainDNS = 8.8.8.8 or your favorite DNS service
StandbyDNS = 8.8.4.4 or your favorite DNS service