VNC over webtop - Atrix 4G General

So I know that the Citrix server is available in webtop, but is there a way for me to VNC over VPN into my work box over webtop, because that would be the bees knees.

It depends on what your VPN method is. There's currently no TUN/TAP support in the webtop, so vpnc or openvpn is out.

Yeah it stinks. I tried VPN on the phone with it's emulated window maxed. Nope, just not that great an experience. A true WebTop VPN app would rock. We'll just have to wait and see if someone writes one.
-joe-

A webtop VPN would be a real life saver, it would enable a real working environment while traveling, and I wouldn't need to carry a cheap laptop as a portal.

Related

How to connect to android phone over 3g or 4g

Hello.
Does anyone know how to get access to their cellphone using the IP address from the wireless carrier?
I've already got SSH set up from the home wifi network. But I'm hoping to be able to do this over cellular. Any ides how to make that work?
Sent from my HTC Glacier using XDA App
If you meant having your phone run an sshd daemon, so you can use a shell with it .... Market has this: https://market.android.com/search?q=sshd
close...
that is what i'm looking to do. but for some reason i'm unable to connect to the device's ip address... any ideas?
Your phone's ip is a private ip address. TMO NATs it to a set of public ip addresses to go out to the internet. That's why you can't connect using your phone's ip.
Sent from my HTC Glacier using XDA App
Darn. I was really hoping to be able to get through. Oh well. Thanks.
Sent from my HTC Glacier using XDA App
One option to get around this is to use remote port forwarding via SSH. You can run an SSH server on your phone and then use ConnectBot on your phone to SSH into an SSH server on your home network. At that point, you can use remote port forwarding with ConnectBot to allow other computers on your home network to access the SSH server on your phone.
That's a very good idea. I'm going to try it in the morning. Very excited.
Sent from my HTC Glacier using XDA App
Hey ran across this sometime ago but didn't know an answer till today... but it's complicated...
1st~ it seems to depend on your service provider...
~ On Sprint I have been able to ssh into my device from a PC connected to a completely different wifi network using Putty on Vista home basic.
~ On Sprint I (with some great help from Almazick here at XDA) have also been able to run a LNMP server and connect to the sample web page and dbmin with the above mentioned network set up but with Chrome and Firefox instead of Putty (yeah that might be a duh statement for some but I don't want to lose ya reader, this stuff is cool ) you can find all the steps that that took by following the link in my sig that points to the XDA Guide I maintain and jump to pages (ruffly) 11-13+ and check the easiest ways to host websites off your device. And I'll eventually have a script and section in the main guide made so you all don't have to scroll through pages of our mutterings
~ Almazick, the person that I credit for getting me to do all this extensive testing, is not on Sprint and because of this has run into errors when trying to connect over 3G and or 4G. This leads me to believe that the issue is the network that your device is connected to.
~ Currently there are almost no other variables left that could be at fault. Both Almazick and I are using the same software and apps to test on.... but for those that have to know what the last variables to test is; hardware, we've got different devices and different service providers, and different PC's. All others have been eliminated or made identical or have been adjusted for.
2nd~ Root is required and if you want to ssh like us then getting Linux duel booted up will make life way easier for helping in the future.
~ Almazick uses Lil Debi and I'm a fan of Debian Kit, both can be found on the Android market place for free, and there are other options like QEMU and more but for this definitely start with Lil Debi and a 2Gb img file or larger (still working on figuring it out on Debian Kit) and follow the direction on page 11 or 12 for now.
~ or you could try downloading an app for ssh server (not client alone) and muddle your way through other guides on the web... I'll be testing/checking the possibilities for this but am not holding my breath on when that'll be ready
3rd~ accessing things...
~ running 'cd sdcard' and 'ls' was peppy and responsive
~ running programs or apps that use lots of data or memory can be ruff.
~~ Force closures happen when out of memory. So freeze or force close or uninstall apps that aren't needed if things like that start happening.
~~ things that use lots of data and or memory also cause much drain on the battery and if excessive wile plugged in can cause heat issues. So use a heatsink from an old computer and a fan and maybe pull the battery too and you can run a bit longer on the edge of what your device can do
4th~ all this is very "use at your own risk"
~ I haven't fried or bricked a device yet but things have gotten toasty so use some for thought and be careful.
Final notes;
I realize that this is a thread resurrection and not 100% directly related to your specific device. However, I offer a work around that should work for all devices* running root and Linux so we should celebrate and revel in the wonders of Open source and helpful people
*running on Sprint or WiFi if on another network then please try it and report the bugs to me on the main guide thread and I'll work with you and try to resolve it
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey
nixxofugi said:
Hello.
Does anyone know how to get access to their cellphone using the IP address from the wireless carrier?
I've already got SSH set up from the home wifi network. But I'm hoping to be able to do this over cellular. Any ides how to make that work?
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
SSH server requires a PC which must be always on but you can use a router since it's already running 24/7. If you have a router with SSH/VPN/Proxy capability then you can use router as a server. For example you can use a 3rd party firmware for your router if it is compatible with DD-WRT, Tomato or OpenWRT to run Proxy server, SSH or VPN. They are very easy to setup for this task.
Update: Just noticed it's 2011 thread. Oh well
Almazick said:
SSH server requires a PC which must be always on but you can use a router since it's already running 24/7. If you have a router with SSH/VPN/Proxy capability then you can use router as a server. For example you can use a 3rd party firmware for your router if it is compatible with DD-WRT, Tomato or OpenWRT to run Proxy server, SSH or VPN. They are very easy to setup for this task.
Update: Just noticed it's 2011 thread. Oh well
Click to expand...
Click to collapse
Yeah I do that, been haunting the web for sometime now... I keep a personal log of questions I want answers to and when I find one that is solvable I go back to where I first ran across the question in the first place. Should have seen what the maptools teem thought of this kind of behavior; really motivational
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey
S0AndS0 said:
Yeah I do that, been haunting the web for sometime now... I keep a personal log of questions I want answers to and when I find one that is solvable I go back to where I first ran across the question in the first place. Should have seen what the maptools teem thought of this kind of behavior; really motivational
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey
Click to expand...
Click to collapse
so what maptool got to do with android over 3G/4G?
Almazick said:
so what maptool got to do with android over 3G/4G?
Click to expand...
Click to collapse
It's yet again a server client based networking set up but instead of accessing files and folders (like with putty here on this thread) or accessing web content (like with LNMP on the other thread) maptools serves up a virtual table top gaming experience to those that connect in. One person sets-up* a game and then shares out the guest login info to their fiends, the guests log in and after a few seconds every one connected can see the changes that any other player takes. Kinda like virtual desktop but for roll playing games.
*set-up of the game is rather labor intense for the individual. Because they make an entire dungeon or world map, tokens to populate it, and libraries of macros so things are more point and click. When compared to running a normal tabletop gaming experience the labor is almost as intense, it's just not easy to share in real time over them internets.
Update 08312013- to help continue answering this question here I found this guide
https://grepular.com/Punching_through_The_Great_Firewall_of_TMobile
That may help with T mobile subscribers in making a good connection over 3G or 4G
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey
my carrier is: vodafone
im using SetDNS with openDNS server
also using Dynamic DNS with a no-ip.biz hostname
installed ssh/sftp server i run it... used a ssh client to test it locally, and it works, so the sshd is working
but i cant connect to my no-ip hostname from my PC
here i have some doubts:
SetDNS says it doesnt detect a web-proxy, yet Dynamic DNS has a note: 'you are connected to the internet through a proxy'
what to do next to be able to connect remotely from my PC on ssh through 3g on my phone?
please help!
ripnix said:
my carrier is: vodafone
im using SetDNS with openDNS server
also using Dynamic DNS with a no-ip.biz hostname
installed ssh/sftp server i run it... used a ssh client to test it locally, and it works, so the sshd is working
but i cant connect to my no-ip hostname from my PC
here i have some doubts:
SetDNS says it doesnt detect a web-proxy, yet Dynamic DNS has a note: 'you are connected to the internet through a proxy'
what to do next to be able to connect remotely from my PC on ssh through 3g on my phone?
please help!
Click to expand...
Click to collapse
Well first double check the IP you're using or tracking with no-ip.biz ~ I would suggest using
canyouseeme.org
or an app like Network Info II
https://play.google.com/store/apps/details?id=aws.apps.networkInfoIi
And ensure that the IP didn't change when setting up the first time around, this can happen at the worst times.
And if you're truly behind a firewall or NAT, such as with tmoblie, then I did run across this guide for getting round that last troublesome bit which likely will work for other service providers as well.
https://grepular.com/Punching_through_The_Great_Firewall_of_TMobile
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey

[Q] How can I control my pc from my tablet like teamviewer but over wifi?

I recently tried vlc direct and vlc remote app on my tab, and it is awesome! Now I want the full power! I want to full access to my pc with pc interface( like team viewer or log me in) but over wifi. The reason I choose wifi because my internet connection isnt fast enough to make it smooth. So is there an app for that?
I personally use Splashtop. It's fast enough for me to play racing games using a ps3 controller over the wifi.
I use splashtop.if you have a static IP from your provider you can log into your desktop from anywhere in the world with internet-including tethered to 3g.just some configuring in router needed.
I didn't like Spashtop so I went with 2X Client. Works great! Also you do not need a static IP if you don't feel like paying for it. Go to http://www.no-ip.com/ and get a free dyndns account. Also some routers (like my Cisco) have built in DynDNS.org capabilities.
Splashtop HD works fine for me.
I use "Unified Remote"
Find it amazing for controlling my PC, tons of preset remotes, custom remotes, free version available.
2x works flawlessly and is free.
I actually had not tried Splashtop, it was a different prog. Going to try it out from when I am home. When not at home, i'll use 2X.
Edit: Tried it and it doesn't support multiple monitors! Doesn't really need to buy it should deactivate the others like RDP does. Also it unlocks your computer, so anyone sitting there can see what your doing and could take control if they wish. Needs more work but good concept cause it's fast!
I choose Remote RDP, easy and fast
bought splashtop twice once for my phone and once for my acer a500... (hd) love them... can use it over the web too with cable modem
Splashtop HD works great inside the house and out. Even connected over tethering through my cellphone's 3g. Best $10 I've spent. HD is different (better for iconia) from the normal version. Although the normal one is free at GetJar.com right now (save $5 - works good on the Dell Streak 7). Very easy to control my computer just like sitting in front of it, and even though it has to change the resolution settings on my pc it doesn't screw up my desktop either (It changes the resolution so there's no scolling on the tablet 16:9 screen even though my desktop is 4:3).
jodiac said:
I recently tried vlc direct and vlc remote app on my tab, and it is awesome! Now I want the full power! I want to full access to my pc with pc interface( like team viewer or log me in) but over wifi. The reason I choose wifi because my internet connection isnt fast enough to make it smooth. So is there an app for that?
Click to expand...
Click to collapse
Maybe I am lost on what you mean, but Team Viewer works for me over Wifi.
I can do IP connections at home, and non-ip based connections away from home.
The only thing is on the client, you need to enable Incoming LAN connections in the General options.
Or...Is there some feature that I am missing?
Teamviewer has an android app. works great over wifi or 3g. Put it on your PC and you can control any device from any other device, even wifi tethered.
you could even use your pc through your tablet through your phone.
msimindlessmsi2 said:
I didn't like Spashtop so I went with 2X Client. Works great!
Click to expand...
Click to collapse
Doesn't 2x need to have a windows with RDP server enabled ?
Not the case for 7 premium :/
jodiac said:
I recently tried vlc direct and vlc remote app on my tab, and it is awesome! Now I want the full power! I want to full access to my pc with pc interface( like team viewer or log me in) but over wifi. The reason I choose wifi because my internet connection isnt fast enough to make it smooth. So is there an app for that?
Click to expand...
Click to collapse
I use Teamviewer universally on everything, phone, tablet and PC2PC then I use Splashtop and Pocketcloud as my phone/tablet to PC backup.
Teamviewer can be configured to use internal ips, so if your internet connection doesn't work well it can jump to the internal network instead.

[Q][DEV][Webtop Experts] Webtop...Ubuntu, Debian Vs. Real world

Hi,
I have been doing some research and I just hit a wall and can't go any further.
I work for a software company that builds it's own products and has a lot of clients.
I've always liked the idea of webtop but never got around to even look at it as a laptop replacement till now upto an extent.
I installed Debian on webtop and tried to get vpn to work and failed miserably. Not to mention I haven't touched linux in 10 years.
What I need to keep webtop/lapdock:
Clean/Lightweight environment with fully functional browser.
Ability to remote desktop.
Ability to connect to vpn on clients' side and remote into servers to fix small issues.
Ability to mess with the portal we have to update quick changes for clients.
I know you can't do it all out of the box.
I installed Debian but got stuck on installing Cisco Anyconnect.
Installed openconnect but can't connect as it says no tun/tap driver found.
gnome-panel doesn't work but I can live with webtop panels but my OCD kills me having firefox and iceweasel both.
Iceweasel can't have flash and plugins as I could not find any plugins for armel.
All plugins are for i386 or amd64.
My simple question is:
Can I do all this from this webtop or I should just keep carrying laptop.
Can I carry lapdock when I go for vacation and stuff to not worry about a $1500 laptop and just carry $200 lapdock so I can still do something if sh*t hits the fan.
I think I wrote a long enough story to give you guys a basic understanding.
Any help/input would be greatly appreciated.
If lapdock can't replace laptop for basic needs of a software developer then I might as well just sell it and move to Droid 2 Global.
:flameSuitOn: just in case
Thank you in advance for your time and effort.
I just don't think the webtop idea is quite there yet. Im personally in the IT industry and tried to use the atrix as my primary device while being on the road and simply failed. I was able to get gnome-panel working amongst other things but its far too sluggish. Try logmein and see what happens lol. The concept is truely amazing but that's as far as it goes.
Now if all you need to do is vpn, log into routers/switches etc it will do the job. Its much easier then pulling out a laptop and waiting for windows to boot. But anything extensive, Java or Flash based is impossible.
Just my. 02 cents.
It's a little difficult to try to use the lapdock as your primary device. I personally use it as my laptop at college (i have a desktop in my room) I can rdp into my desktop just fine, and access all programs from there, but the experience is definitely a bit laggy. You can try to get it a bit faster if you overclock, but that's a whole other can of worms. Firefox 6 runs, and can use most add-ons...
Personally, I might look into something like the ASUS Transformer Prime, once the dev scene there gets into gear. I think if they could get a full ubuntu (or any linux distro) running, it would be a far better experience on Tegra 3. But then you wouldn't have a smartphone...
Why don't you try it out? See how well it works if you try and use it as your daily work computer for a couple of weeks. I know other's have installed pretty much every ARM compiled program for ubuntu, including gnome panel, so it wouldn't hurt to try.
Faux updated his kernal to use zram this is supposed to help speed up webtop once activated
Just thought I'd add that in
sent from my Atrix via XDA premium
Sorry to hear all of you failing with the Lapdock...
In my case it's been a great and convenient alternative. I work as a Network Administrator.
All I need is a browser, internet access (3G or wifi) and LogMeIn account (the free one works great).
I remote into my corporate computers and servers to do most if not all of my work. No need to vpn as before since all resources are available once I get on my corporate computer via LogMeIn. Just install LogMeIn on your main computer, secure it and you are done!
There's actually no need to mod webtop or add any other feature.
Rayan said:
Sorry to hear all of you failing with the Lapdock...
In my case it's been a great and convenient alternative. I work as a Network Administrator.
All I need is a browser, internet access (3G or wifi) and LogMeIn account (the free one works great).
I remote into my corporate computers and servers to do most if not all of my work. No need to vpn as before since all resources are available once I get on my corporate computer via LogMeIn. Just install LogMeIn on your main computer, secure it and you are done!
There's actually no need to mod webtop or add any other feature.
Click to expand...
Click to collapse
I am with you on this. I am a server/desktop engineer and do some of the same tasks you speak of. it works great for a little bit I need. I am running the debian mod and the LXTerm is epic for what I need. I also use Citrix from my phone fullscreen and this also works really well if I am in a pinch and need access to our proprietary junk. I think if the CM webtop ever gets setup, it will be more of a linux box than a slim halfbaked ubuntu that moto uses(im hoping). All in all though, it works for what I need with my other tools. I also found I can use app "VPN Widget" over the 4G connection and I hook straight in to our network no citrix needed. It wont work for the wifi, but that is a limitation of the app. I agree, at times its slow for some flash based things, but really flash is a RAM whore anyhow. I also noticed a quirk with java not being installed, but I may try to tackle that this afternoon
Thansk Rayan, I thought about Logmein but I just think it's kind of slow if you want to do something quick and get out, you know?
LXTerm? What does that do?
I tried installing Cisco Anyconnect VPN and it killed webtop, started again and wondering what other vpn would work like cisco anyconnect client.
I'm a sysadmin, and I have completely replaced my laptop with the ATRIX and its webtop. But we run Citrix XenApp and XenDesktop at work, so I mainly use webtop or the android receiver to connect to my hosted apps and desktops. For that purpose the ATRIX really is the nirvana phone.
Sent from my MB860 using xda premium

Bypass PIN/password lock requirement for VPN

All I want is to continue to watch my paid Hulu Plus sub (having now moved to Canada).
Is there *any* way to set up a PPTP VPN without having to set up PIN/password lock, that doesn't require root? I will be extremely grateful if so. My Nexus 7 rarely leaves home, I don't need the security protection. Arrrgh.
lfeuln said:
All I want is to continue to watch my paid Hulu Plus sub (having now moved to Canada).
Is there *any* way to set up a PPTP VPN without having to set up PIN/password lock, that doesn't require root? I will be extremely grateful if so. My Nexus 7 rarely leaves home, I don't need the security protection. Arrrgh.
Click to expand...
Click to collapse
I use this for PPTP VPN:
http://goo.gl/D98xy
And this for SSH tunneling:
http://goo.gl/WEgv5
Both need root. VPN is good for all but I use the SSH tunnel for Spotify as It seems to work faster. Pandora and Hulu+ work great. Ofcourse there is always DroidVPN as it has a in app purchase system.
GTA area resident so I feel your pain on the lock down of sites. Root needed. No way around it.
I use always OpenVPN to connect. It doesn't require root and any lock to connect.
Here it is:
play.google.com/store/apps/details?id=de.blinkt.openvpn
OpenVPN did it!!! Thanks so much. Canadian providers are absolutely horrible at supporting Android still. The only media player app available is Tou.tv for Quebec television, whereas CBC, CTV, City TV and Global all have iPad apps. I hope that changes but until then Hulu's needed.

[Q] desktop remote server for Android

Any recommending kind of remote GUI desktop server for Android instead not using CLI (Command Line Interface) using adb shell.
Anyone using the openvpn on Nvidia Shield and Do I need rooted to use openvpn?
I wanted to use torrent client via remote desktop access my Nvidia Shield from my PC Windows 7 while not interrupt my daughter watching the show Netflix on the Nvidia Shield etc.
I would recommend using a seedbox!
Roger that, I noticed Reddit mentioned best way to get seedbox somewhere outside of U.S. Anyways thanks, I guess i'll go get Whitebox or Feral seedbox.
Has anyone set up a VPN application on the Shield? How well does it work? Any recommendations?
TeamViewer doesn't give remote control, just file-level stuff.
I used OpenVPN on my Nvidia Shield Pro, It worked fine as long as the VPN Provider give you the key and config file and however sometime the VPN disconnected then reconnect few times in an hour alone. Not very stable. I gave up because I don't want risk leaking E.g. DNS leak and IP address leak coming from torrent. Like @n1gh7mar3 said seedbox is best and safe. I will just wait whosoever make better ROM or UbuntuOS under MultiROM support for Nvidia Shield that something will provide a very stable and easy use VPN.
Where I live and my ISP spying my traffic. so this is the reason I asked and took @n1gh7mar3 advice.

Categories

Resources