Forum Discussion
Problems with Personal gateway
Hi Any_Ant,
The timeout error is common if the computer (physical machine or VM) on which you’re installing the personal gateway has a single core processor. Close any applications and turn off any non-essential processes, also change the following line
<system.net>
<defaultProxy>
<proxy proxyaddress="http://proxyip:8080" bypassonlocal="true"/>
</defaultProxy>
</system.net>
into:
<system.net>
<defaultProxy useDefaultCredentials="true" />
<proxy proxyaddress="http://proxyip:8080" bypassonlocal="true"/>
</defaultProxy>
</system.net>
Then check if you are able to configure gateway successfully.
Thanks,
Lydia Zhang
- Any_Ant9 years agoFrequent Visitor
Hi, Lydia Zhang
Thank you so much for your advice. I try to change it already, and run again. But still time out. :(
thank you for your kindness, :)