Related
I posted this in network forum but I don't think anyone reads that forum so I thought I'd try my luck here....
I'm trying to connect to a network share that is on a domain controller so uses domain level security/authentication instead of regular local computer authentication. When I try to connect to the computer I get an Action Failed message "Cannot connect shared path. The specified network resource or device is no longer available."
I checked through event logs on the server and it looks like the login/authentication went through just fine but the wm device seems to be rejecting it somehow....
Does anyone know what I might be able to do to fix this? Kind of a pain, I would like to be able to connect to my server's shares.
Thanks
and again no one replies
*cry*
How are you attempting to connect to the server shares?
Using what method?
PocketLAN?
I.E.?
Even though you authenticate against AD there should be a local administrative account on that box, try logging on using it. Also what are the permissions on that share, do you have access to it and is your account part of that domain?
Just my $.02 try using z2 PocketLan..
I've used it for quite a while on my Axim, and now on my 6800.. It allows you to connect to a network share, you supply it with your login credentials (Active Directory) and save the connection. It also comes with a bunch of other handy stuff like an IP range scanner, ping, yatta yatta ..
-=<> Aaron <>=-
I use Resco Explorer and it doesn't seem to have any problems at all connecting to network shares on our domain controller at work.
i just tried on my domain, i can connect to shares on other pcs and servers, but not on the DC, maybe theres a setting that doesnt allow connections from non domain members
and just FYI, domain controllers dont have any local accounts
ya no local accounts... local computer accounts work fine but it won't connect using domain accounts to authenticate...
I'm not sure if this is a setting on the DC for authentication or if there is something I need to do on the wm device?
Zenoran: You still haven't told us how you're trying to connect. I can't tell you how to do it unless you tell me what sort of program you're using, or whatever. Capiche?
I use z2 PocketLAN without issue, accepts DC auth no problem. Do you use PocketLAN?
ryanshepherd said:
Zenoran: You still haven't told us how you're trying to connect. I can't tell you how to do it unless you tell me what sort of program you're using, or whatever. Capiche?
I use z2 PocketLAN without issue, accepts DC auth no problem. Do you use PocketLAN?
Click to expand...
Click to collapse
Oh sorry! Using Resco File Explorer... are there others I should try? I bought that program because it seemed to do everything. Will give PocketLAN a shot.
hmmm tried pocketLAN and it only locks up when I try to click on that server... bad bad...
something really fishy here because even non-authenticated user should be able to browse that server and see public shares... no one else have issue? maybe it's a server 2008 thing?
I noticed on DCDs new verision that has windows mobile 6.1 , that it has an icon under Connections called "domain enroll"
bhagwan said:
I noticed on DCDs new verision that has windows mobile 6.1 , that it has an icon under Connections called "domain enroll"
Click to expand...
Click to collapse
lol ya... that's a wm6.1 thing.. ive never been able to get that to work either. no posts for it as well that i could see... i guess no one does much domain integration with their titans?
Zenoran said:
lol ya... that's a wm6.1 thing.. ive never been able to get that to work either. no posts for it as well that i could see... i guess no one does much domain integration with their titans?
Click to expand...
Click to collapse
the domain enroll is a bit of an odd thing, i cant even find much documentation on it from microsoft, but from what i can tell it just integrates with an exchange server, provided the server has mobile device manager installed
im not even sure what features it enables
Is there such a thing?
Im using unlimited internet plan for port 80 which means i can surf over the net for html pages with no additional charge.
Now my question is if theres a messenger that uses that port so i dont must wifi or data plan to use it?
Thanks.
eran.
im not sure but you could try ebuddy, or any other html based messenger
if you have access to a vpn, ssh-server or a proxy server you can tunnel your connection through them which is supported by almost every mobile messenger client.
hi,
use open vpn, a good solution to create and use a tunnel via your pc connection, than your pc will be the server that you can connect on with your 3g+ connection.
i tried that today with success, and used msn messenger and push mail, all with my wap Sfr connection, that use the port 80.
use google for research, and send a message if you need help....i'll try even if my english is not perfect....but think i can help.
benastuce said:
hi,
use open vpn, a good solution to create and use a tunnel via your pc connection, than your pc will be the server that you can connect on with your 3g+ connection.
i tried that today with success, and used msn messenger and push mail, all with my wap Sfr connection, that use the port 80.
use google for research, and send a message if you need help....i'll try even if my english is not perfect....but think i can help.
Click to expand...
Click to collapse
The same thing happens in portugal with the Carriers! only html traffic is allowed. Good thing there is this workaround!
going to do that now..
benastuce said:
hi,
use open vpn, a good solution to create and use a tunnel via your pc connection, than your pc will be the server that you can connect on with your 3g+ connection.
i tried that today with success, and used msn messenger and push mail, all with my wap Sfr connection, that use the port 80.
use google for research, and send a message if you need help....i'll try even if my english is not perfect....but think i can help.
Click to expand...
Click to collapse
i dtried to look for howto's in order to understand how it works..
i didnt really got it.
i'd be glad if you explain it here shortly,
it will be available for the rest of the guys either
you can use a simple ssh server for tunneling, too. that's more simple than the configuration of a whole vpn.
First you have to have con trol over such a server (I use a vserver of mine), than have the server listen on not only the ssh port but also a http one(if you have a webserver too running in the ssh server host, you maybe can't useport 80, but luckily my provider has also port 8080 open, because it is often used for http proxies).
now download pocketputty from the internet.
in the session tab enter yout servers ip and choose ssh, but change the port to 8080.
now go to the tunnel tab (as there are many tabs, maybe you cant see it at first, but it's there).
now you enter a free port on your mobile in the source field (I use 50 for example), the destination is the ip of your ssh server, and check dynamic. now click add.
then change back to the session tab, give you settings a name in the field stored sessions and klick save.
now the settings are stored and you can start the connection by double klicken on the name of your session that is now listed unter (Default Settings) in the sessions list.
The ssh connection will open and you will to have to log you into the ssh server, with a user (the name is not important, and it needn't to be the super user ;-) ), that has a shell.
when you're logged in open your mobile icq client. now go to the proxy settings of it and choose socks as proxy server type, the proxy address is localhost and the port the one you chose in the source field in the ppcoektputty tunnel tab. (so putty is your local socks proxy server).
now you should be able to connect thorugh the ssh tunnel to icq.
if you use your mobile sionmetimes as modem for a laptop, the trick works very similiar with the normal putty and a non mobile windows ;-)
bcom said:
you can use a simple ssh server for tunneling, too. that's more simple than the configuration of a whole vpn.
First you have to have con trol over such a server (I use a vserver of mine), than have the server listen on not only the ssh port but also a http one(if you have a webserver too running in the ssh server host, you maybe can't useport 80, but luckily my provider has also port 8080 open, because it is often used for http proxies).
now download pocketputty from the internet.
in the session tab enter yout servers ip and choose ssh, but change the port to 8080.
now go to the tunnel tab (as there are many tabs, maybe you cant see it at first, but it's there).
now you enter a free port on your mobile in the source field (I use 50 for example), the destination is the ip of your ssh server, and check dynamic. now click add.
then change back to the session tab, give you settings a name in the field stored sessions and klick save.
now the settings are stored and you can start the connection by double klicken on the name of your session that is now listed unter (Default Settings) in the sessions list.
The ssh connection will open and you will to have to log you into the ssh server, with a user (the name is not important, and it needn't to be the super user ;-) ), that has a shell.
when you're logged in open your mobile icq client. now go to the proxy settings of it and choose socks as proxy server type, the proxy address is localhost and the port the one you chose in the source field in the ppcoektputty tunnel tab. (so putty is your local socks proxy server).
now you should be able to connect thorugh the ssh tunnel to icq.
if you use your mobile sionmetimes as modem for a laptop, the trick works very similiar with the normal putty and a non mobile windows ;-)
Click to expand...
Click to collapse
I really got lost...
I couldnt find application for ssh server which i understand how to work with..
i wouldnt mind some help...
first you need a server in the internet for that, because you need an endpoint for the ssh connection.
as i said i have a linux server under my control. if you don't have an internet server or access to one with a ssh account, which I doubt reading your post, this solution isn't maybe the best for you, because have such a server costs about 8-10 euro or dollars a month, and as I need it for other things to, this costs are ok for me.
an alternative maybe would be an vpn account by a vpn provider which costs less, but then the way to get it to work is a bit differnet.
I just thought I could set up such a server on my own computer...if possible.
I did understand i can do that, but i didnt understand how
Nevermind, I will try other solutions..
thanks
hmm, this would be possible, but your computer would have to be reachable under a fest address from the internet (which oculd be done using dyndns). Are you using windows or linux in your machine?
Usually my computer is online all the time, so it wouldnt be a problem
And using a dynamic hostname with dyndns is what I thought about at first place.
my pc is running windows
eranyanay said:
i dtried to look for howto's in order to understand how it works..
i didnt really got it.
i'd be glad if you explain it here shortly,
it will be available for the rest of the guys either
Click to expand...
Click to collapse
hi,
i made exactly this http://www.jb69.com/index.php/post/2008/01/05/Creation-dun-serveur-VPN...but its in french....hope it helps..but i can always answer if any question or translation...see you.
begin to craete a vpn server on your pc first...try to make it run using the config file...than we'll see....beleive me i didn't get any help and i'm quite a noob in network connection...but make it work...
benastuce said:
hi,
i made exactly this http://www.jb69.com/index.php/post/2008/01/05/Creation-dun-serveur-VPN...but its in french....hope it helps..but i can always answer if any question or translation...see you.
begin to craete a vpn server on your pc first...try to make it run using the config file...than we'll see....beleive me i didn't get any help and i'm quite a noob in network connection...but make it work...
Click to expand...
Click to collapse
Thank you for your help.
I used that guide and Im not sure about the last stage, when creating the client.ovpn file,
in the line 'remote' - i leave it xx.xx.xx.xx ? They didnt mention different...
And after that, How do I config the vpn connection on my mobile? I need a step by step in this stage because I dont want extra-charging....
Thanks
eranyanay said:
Thank you for your help.
I used that guide and Im not sure about the last stage, when creating the client.ovpn file,
in the line 'remote' - i leave it xx.xx.xx.xx ? They didnt mention different...
And after that, How do I config the vpn connection on my mobile? I need a step by step in this stage because I dont want extra-charging....
Thanks
Click to expand...
Click to collapse
instead of XX.xx.xx.xx you must fill your internet IP thaht you can see here http://www.ip-adress.com/, and may be you have to change port to 443 instead of 80 in config files....that works with me,dont forget port forwarding in your router if you have one, mens you have to redirect incoming connection on port 80, and 443 to the pc that have openvpn.
but first of all you have to make your server work on the pc, some times you have to kill openvpn activites making CTRL+ALT+Del, to make open vpn GUi work and the vpn connect....see for next episode.
Ok,
im kind of stuck again....
I configured the vpn program and did everything by the guide,
Now i need to add a vpn connection to my regular 3g settings?
I did that, with my IP address, and it asks for user and password
i assumed its tcp-client like in the config file,
and password one of the keys in key.txt file..
but it doesnt work.
or i didnt do it right.
eranyanay said:
Ok,
im kind of stuck again....
I configured the vpn program and did everything by the guide,
Now i need to add a vpn connection to my regular 3g settings?
I did that, with my IP address, and it asks for user and password
i assumed its tcp-client like in the config file,
and password one of the keys in key.txt file..
but it doesnt work.
or i didnt do it right.
Click to expand...
Click to collapse
So, when you launch open vpn on your PC, with the GUI (the incon of open vpn on the bureau), do you have the little yellow incon down right your pc screen and a message of connection success....you must first of all secceed to make your vpn work...after for the pocket pc its really nothing.....
PS: the client config must be in the config folder of your ppc with the key....personnally i made a copy of the key in the base folder of the device cause sometimes the key is not detected in the config folder.
and important to set your connection on "my work network" not wap in the avanced connections configuration.....but tell you make a seccessful vpn connection first and for the ppc its will be a joke...
benastuce said:
So, when you launch open vpn on your PC, with the GUI (the incon of open vpn on the bureau), do you have the little yellow incon down right your pc screen and a message of connection success....you must first of all secceed to make your vpn work...after for the pocket pc its really nothing.....
PS: the client config must be in the config folder of your ppc with the key....personnally i made a copy of the key in the base folder of the device cause sometimes the key is not detected in the config folder.
and important to set your connection on "my work network" not wap in the avanced connections configuration.....but tell you make a seccessful vpn connection first and for the ppc its will be a joke...
Click to expand...
Click to collapse
and finally don't set any vpn network on your ppc just install open vpn for ppc, i gave you the soft link...thats you need to set later....dont touch anything in your connections sittings except to set your connections on "my work network when you use vpn"....CARAY....
I'll come back for next episode....see you
benastuce said:
and finally don't set any vpn network on your ppc just install open vpn for ppc, i gave you the soft link...thats you need to set later....dont touch anything in your connections sittings except to set your connections on "my work network when you use vpn"....CARAY....
I'll come back for next episode....see you
Click to expand...
Click to collapse
Ok, i feel like it comes to an end...
the vpn server on my pc is working, the application openvpn.exe is running in the background and i do have that network enabled and running.
I found and installed open vpn for ppc,
its a bit annoying it cant run on a window and that its running on the background screen, meaning my touchflow (im using htc diamond) is hiding it, so i need to disable the touchflow when i need to configure the app.
(maybe solutions?)
now i need to copy the configuration files and the key file i have in the config folder of the computer to the ppc folder?
And what next?
Thanks
eranyanay said:
Ok, i feel like it comes to an end...
the vpn server on my pc is working, the application openvpn.exe is running in the background and i do have that network enabled and running.
I found and installed open vpn for ppc,
its a bit annoying it cant run on a window and that its running on the background screen, meaning my touchflow (im using htc diamond) is hiding it, so i need to disable the touchflow when i need to configure the app.
(maybe solutions?)
now i need to copy the configuration files and the key file i have in the config folder of the computer to the ppc folder?
And what next?
Thanks
Click to expand...
Click to collapse
So....great...now you have to copy the key.txt in the ppc config folder....with the client config.opvn(2 files), i learned somewhere yhat you have to copy the key in the main ppc directory also...i did it....see this video on this site....that can help much http://www.psykokwak.com/blog/index.php/2007/12/08/41-rendre-le-forfait-sfr-illimythics-vraiment-illimythics....give feed backs ...i'm here tonight...
ok so i have a htc snap and i want to remote desktop i have a linksys router and have configured the routr for port forwarding i still cant connect i really need some help
Hy,
what software do you use?
VNC or what else?
its remote desktop mobile RDM it came on my htc snap
What port have you forwarded, and to what IP?
How are you trying to connect, Wi-Fi, 3G etc?
What IP address are you trying to connect to?
I use RDM all the time. I couple it with "Hamachi Mobile" which is a virtual private network VPN app. I log in with Hamachi, it gives me an IP, and I copy/paste whatever PC's IP i want to connect to in RDM... simple as that
Works very well on my Fuze with 3G.
im using port 3389 forward to my computer ip the router gives it i try logging in using my ip addy i get from websites that tell you your ip addy like ipchicken.com but today i went to canyouseeme.com to check port and cant get thru i still am not sure whats going on im very frustrated any help would be appreciated
@MOD
Can we get this moved to the Q&A forum?
I've been having a heck of a time getting it to work also... I would love to see the help on this question!
kliptik said:
@MOD
Can we get this moved to the Q&A forum?
I've been having a heck of a time getting it to work also... I would love to see the help on this question!
Click to expand...
Click to collapse
Ditto...
And now another useless line... as it seems you cannot simply post the word ditto in your message....
...
why does someone always have to try n start something or say some**** bout wut others say.. grow up if u dont have the answer or can provide help i need with dont say anything. but anyways .. can anyone help me with this or what... kdawg
turn off the pc firewall and make sure the user has rdp rights.
ive tried that
this is mainly for win7, but it may help
http://forum.xda-developers.com/showthread.php?t=533664
goodluck
FWIW, I use a program called vncviewer on my Omnia and it works fine. Goes directly to the server seat ip address and I take over that computer. HTH
Make sure in system properties you have checked allow connections from computers running any version of remote desktop and you may need to password protect you computer.
To get real answer just go to ppcgeeks.com this sites has too many annoying people
But what you need to do is go to your linksys page 192.168.1.1
o To Application And Gaming
On the port type in 3389 or start and 3389 for end protocal both and to find out your IP Go To Start - Search Box - Type cmd - Click It - Type "ipconfig" With Out The " " The IPv4 is your IP - Then Click Enable
On Your Phone go to the app
For Computer type in the IP address just got from IPv4
Username of your computer and password of your account
EDIT -- Your problem is you got the wrong IP don't use that IP use the one i showed you on the steps above it should be something like 192.168.*.***
This also helps
http://www.youtube.com/watch?v=iCs4GQma7IQ
But i recommend using realVNC 100x better and with Remote Desktop Mobile you can't use your PC while using it
VNC cost money but if you want a free version just send me a PM
Also if your using vista or Windows 7 its temp. looses your theme when you come back on thats why i use VNC less hassle
Hopes this help remember go to ppcgeeks for answers
try out logmein.com if you have WInMo 6.5 you need to switch the IE back to the old one, its still there you need an app called IEFix.
From IE only:
https://secure.logmein.com/US/pda/Default.asp
Anywayz I love LOGMEIN cuse I can connect to my web servers/home servers and pc's from the same list. and I can monitor when something is offline... RDP and VNC seem faster to navigate, RDP being the fastest, duh?
Is there a working solution for this? cos i've searched the forum and apparently there is none. Can't believe the latest HTC Hero, the best android phone HTC can offer currently, has no proxy setting on wifi. It's like a big joke to me. I wish I had researched before I bought it
anyway, I've tried the "any cut" to create a shortcut to proxy settings and set accordingly, doesn't work.
Please anyone if you have a working solution, please share it with us.
openvpn
http://android.modaco.com/content/software/291919/openvpn-on-android/
thanks for you help.
but I dont think openvpn is the answer here...because in many places (my office for one) you can only access the web through a http proxy server. and htc hero doesn't allows that. not to mention the openvpn thing, which only works by connecting to a certain port which obviously is not allowed in such environment. openvpn can connect to a 443 port too but hey, we need to have a working http proxy first then we can connect using https, and the proxy server need to support https proxy...but that's not relevant here. so i cut the crap.
thanks anyway
any other solution to this android can't support proxy settings on wifi thing?
I don't know if this could work but try to mount the filesystem with write access through adb (I don't know how to do that), find one file that is used as a startup script (I don't know which one is it either) and place the following lines there:
Code:
export http_proxy=http://myproxy:port
export ftp_proxy=http://myproxy:port
Reboot the device, open a terminal (in the device) and type echo $http_proxy and see if outputs what is supposed to. If it does, maybe you're all set and you just need to test the web and see if it really works.
Sorry for not being able to help you with some of the steps but this is my basic linux knowledge kicking in, my android linux knowledge is below basic and I have no time to explore it further at the moment.
I'm curious about the results though .
http://code.google.com/p/proxysetting/
EDIT: doesn't work on cupcake apparently.
Hello,
I haven't found anything quite related to what I'm looking for (similar, but involving the GPRS vs WiFi settings)
I'm curious if anyone knows of an app that when you connect to a WiFi network, it will automagically set the proxy server and port required for that WiFi network? One WiFi network I use requires a proxy, but the rest do not. It's annoying to have to change it all the time. It would be great to find an app that when it detects I've connected to the wifi that requires the proxy it figures out which one I'm connected to (either via BSID, ESSID, SSID, MAC etc) and sets the proxy if required. Heck a shell script on a rooted phone could do the setting just fine, but it's the first part I'm stuck with.
Thanks!
I've been looking for an app like this too. My school makes me use a proxy but my home does not and it sucks having to change it every time I go to school or home.
Hey guys can you tell me how to change to the proxy settings. I dont mind switching back and forth but the proxy settings should work. I've my proxy set at 192.168.11.5 and port 3128. How do i use internet with that ?
reddevil0709 said:
Hey guys can you tell me how to change to the proxy settings. I dont mind switching back and forth but the proxy settings should work. I've my proxy set at 192.168.11.5 and port 3128. How do i use internet with that ?
Click to expand...
Click to collapse
Go to Settings -> Wireless and Network -> Wifi, then press the Menu button and press advanced settings.
Hey, so this doesnt do exactly what you want, but its a quick and easy thing. Search the forums, or just google "xda transproxy" I use it now, and the latest beta is very stable. Connects to my schools proxy, and everything works. Or, download orbot from the market..but i personally dont like it, too many steps to do a simple thing. But, to each their own. Anywho, just search and download, and install with your file manager of choice, make sure you set up the port, and ip address before you start the proxy. oh..and on my droid incredible, with virtous 3.1, I had to reboot before I could access the market. Your results may very.
Heres the Link:
http://forum.xda-developers.com/showthread.php?t=766569
techobsessive said:
Hey, so this doesnt do exactly what you want, but its a quick and easy thing. Search the forums, or just google "xda transproxy" I use it now, and the latest beta is very stable. Connects to my schools proxy, and everything works. Or, download orbot from the market..but i personally dont like it, too many steps to do a simple thing. But, to each their own. Anywho, just search and download, and install with your file manager of choice, make sure you set up the port, and ip address before you start the proxy. oh..and on my droid incredible, with virtous 3.1, I had to reboot before I could access the market. Your results may very.
Heres the Link:
http://forum.xda-developers.com/showthread.php?t=766569
Click to expand...
Click to collapse
Dude, that did pretty much exactly what I wanted and so much more. Before I could only use the Internet Browser but now I can use any app. I love this app.
Going to give it a try myself, thanks!
OMG Hopefully this works on my x10 android 2.1update1
thanks bro
I get no iptables found in this rom... wtf i am rooted btw
Sent from my X10i using XDA App
May need to use orbot with transproxy. To use my college wireless thats what i need to do.
Sent from my Dell Streak
murr1990 said:
May need to use orbot with transproxy. To use my college wireless thats what i need to do.
Sent from my Dell Streak
Click to expand...
Click to collapse
ok so can someone bref me all this please?
I get orbot and enable it THEN I use transproxy???????????
PS: looks like my Sony ericsson kernal locked iptables or whatever (i dont have theme)
ASProxy
I think ASProxy is what you need. For every WiFi network you connect to, you can specify which proxy to use. Besides that, it does NTLM-authentication as well, which is often required in corporate environments.
First I used TransProxy for quite some time, which is great if you only use 1 WiFi network with a proxy (you can use other WiFi networks without the proxy) and don't need NTLM authentication. Then I discovered ASProxy (found a review on android-machines.blogspot.com) which is great, if you need different proxy settings for each WiFi network.