|
|||||||
| ActiveSync Why has it taken so long for this category? |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||
|
Aximsite Prospect
|
Proxy at work, not at home - how set up?
While at the office, I need to set up ActiveSync to use a proxy to get to the internet but when I'm at home, I don't need the proxy.
How can I set this up on my PDA (x51v)? I'd like to be able to just plug in to the computer and work and it works, and do the same at home. (ie, no changes) Any thoughts or help? Thanks! Jim | |||
|
|
|
| sponsor links |
|
|
#2 (permalink) | ||||||||
|
Aximsite Elite ![]()
|
I don't think this is possible. At least I haven't found a way. I have the same thing and the fastest way I have found is to click on the connection icon on the top bar once you have connected then on settings>Connections icon> and then edit my proxy and uncheck the proxy box leaving the connects to the internet box checked. it should automatically work the other way when you connect to work, at least mine does. it finds the proxy and sets it by itself. I don't know why it woont work the other way but it just won't do it.
| ||||||||
|
Big Dave
Upgraded to X51v ROM L11 Successful AS 4.5 and also Vista Extended battery Innopocket Magnesium Case - Sweeeeet PPX3k Rocks! I wish they would get back to work on it. X5 (now belongs to my wife) PPC2002 Upgraded to WM2003 AS 3.8 3800mAH Mugen Power Battery |
|||||||||
|
|
|
|
|
#3 (permalink) | |||||||
|
Aximsite All Star
|
Can't you setup two different connections; one with the proxy enabled the other without (Settings|Connections|Advanced|Select Networks). You'd still have to select the right network connection depending on where you are so it won't be automatic. Anyway, I have this same situation and my home computer has no problem accessing the internet even with the proxy enabled.
| |||||||
|
|
|
|
|
#4 (permalink) | |||||
|
Aximsite Minor League
|
Darn, I was hoping someone had a method and I just couldn't figure it out myself
Like bigdave240, I haven't been able to figure out how to do it, either. | |||||
|
|
|
|
|
#5 (permalink) | ||||||
|
Aximsite Minor League
|
I have a proxy at work and I also have a wireless router on my desk too. (hehe) The first time I tried to connect to the Internet PIE asked me automatically for proxy settings.....was nice. However, so far only PIE has had the ability to connect to a proxy server.
But what DoDoubleGeo said also works. | ||||||
|
Important safety tip: Don't cross the streams.
|
|||||||
|
|
|
|
|
#6 (permalink) | |||||||||
|
Aximsite Rookie
|
I hope you figure this out, because I have three proxies at work (different locations) that i use, and none at home. maby a registry key would solve the problem. registry key 1 for work, registry key 2 for home. Good luck.
![]() | |||||||||
|
|
|
|
|
#7 (permalink) | |||||||||
|
Aximsite Rookie
|
I found a program that clones your proxy settings, so that you may use them at different times without typing the proxy every time. here it is http://www.iaccarino.de/silvio/ppcst...MobileProfiler. the instructions make it sound complicated, but it is as simple as installing, running, and pressing create. It seems to work for me in the short time i have used it.
![]() | |||||||||
|
|
|
|
|
#8 (permalink) | ||||||
|
Aximsite Rookie
|
Quote:
Thanks! | ||||||
|
|
|
|
|
#9 (permalink) | |||
|
Aximsite Prospect
|
Hi all,
maybe I misunderstand the pb, but I've a proxy at work and no proxy at home and everything works fine at both places without any changes to apply. Having a lot of mobile (laptop) users, rather than setting up proxy config on the laptops I actually put a proxy config script on one of our servers. This works fine, even with AS as the latter takes over the proxy settings of the laptop. Bye. Lutz | |||
|
|
|
|
|
#10 (permalink) | ||||||
|
Aximsite Rookie
|
Quote:
I'm not too familiar with network stuff, but haven't been able to sync via exchange unless I have a proxy server in my network settings at work. However if I have a proxy server listed it, it will not connect at home. Perhaps there is an easier way of doing things, but I have not been able to make things work unless I use this app. If you have some tips for me please share them, because I have to select a network each time I switch in order for it to work. It would be nice if it would just work automatically. Thanks in advance, -A | ||||||
|
|
|
|
|
#11 (permalink) | |||
|
Aximsite Prospect
|
Hi Sulsa,
the idea is to set up a proxy configuration file/script which is located on the business network. Having set the browser to autodetect proxy settings, he is looking for that script. At work, he'll find the script so set up the proxy, at home he won't find the script, so no proxy. For the script there are two methods : a proxy.pac file or a wpad.dat file (the files are both the same, only the name changes and the way you apply them). On our network, I've opted for the wpad.dat setup, a bit more complicated but once working, very stable. For the setup, I suggest some googleing on wpad.dat. The file itself would look something like this (plain text file) : Suppose your LAN is : 192.168.0.0/255.255.255.0 Suppose your Proxy IP is 192.168.0.200, Port 8080 Suppose your Exchange IP is : 50.50.50.50 Code:
function FindProxyForURL(url, host)
{
// variable strings to return
var proxy_yes = "PROXY 192.168.0.200:8080";
var proxy_no = "DIRECT";
// No proxy on LAN
if (shExpMatch(url, "http://192.168.0.*")) { return proxy_no; }
// No proxy on localhost
if (shExpMatch(url, "http://localhost*")) { return proxy_no; }
if (shExpMatch(url, "https://localhost*")) { return proxy_no; }
//Use proxy for exchange
if (shExpMatch(host, "*50.50.50.50*")) { return proxy_yes; }
// default reply : if nothing above matches we use proxy
return proxy_yes;
}
If you need further help for the setup, feel free to ask. Bye. Lutz | |||
|
|
|
![]() |
| Tags |
| home, proxy, set, work |
| sponsor links |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ActiveSync -> Work -> Proxy -> Internet :-( | gnyf | X50 / X51 Forums | 1 | 07-10-06 08:01 AM |
| Different Proxy Setting at Home / Work | Noisy Crow | Wi-Fi Talk | 6 | 04-19-06 05:12 AM |
| w00t! i figured out how to make a proxy server work! | aximbigfan | Water Fountain | 5 | 10-05-05 11:43 AM |
| Pocket IE Proxy Just Doesn't Work! | Infe | Wi-Fi Talk | 4 | 05-16-04 09:36 PM |
| can i run a proxy at home and point msn from work trhough there? | red-i | Water Fountain | 3 | 07-17-03 11:07 AM |