ssh from your computer over wifi is easy, but doing it over LTE seems to be problematic if not impossible (with the phone acting as the server). It doesn't look like we're given a public ipv4 address and they're just doing an NAT magic to translate it into an ipv4 addy on their end, but it doesnt necessarily link back to you always (if you check your ip over a browser).
With my home connection being SOL as far as having ipv6 thanks to craptactular att "we dont need no ipv6 for our customers," I don't see any possible method to reach the phone.
Blackberries had a static ipv4 (when I had one) but I know that's a dying thing for new phones with ipv4's days numbered.
I know there's other solutions (like vpn), but obviously that's not the same.
i have not had any luck either and that makes sense now cuz i remember having issues with trying to run a server on my phone . damn this is annoying.
I cant get ANY data to work with the exception of once and that was only searching google.com but no other website would work... any ideas anyone?
ddarvish said:
i have not had any luck either and that makes sense now cuz i remember having issues with trying to run a server on my phone . damn this is annoying.
I cant get ANY data to work with the exception of once and that was only searching google.com but no other website would work... any ideas anyone?
Click to expand...
Click to collapse
Nope, not really. Probably could set up a vpn server on my VPS server and and vpn into that to get around the NAT though and do some work in iptables for routing. That was the only thing I could come up with.
Hi,
I know that it was stated that "ssh from your computer over wifi is easy," but this process is not immediately obviously to me. I have succeeded in sshing with the phone, but not into it. Can someone explain how to ssh into the phone (from a computer with wifi that the phone is also connected into)?
Thank you,
Michael
mcoughlin said:
Hi,
I know that it was stated that "ssh from your computer over wifi is easy," but this process is not immediately obviously to me. I have succeeded in sshing with the phone, but not into it. Can someone explain how to ssh into the phone (from a computer with wifi that the phone is also connected into)?
Thank you,
Michael
Click to expand...
Click to collapse
You need an ssh server on your phone. You can either use something like dropbear, which comes by default on most AOSP ROMs and you can figure out how to set it up by reading this or you can use something like sshdroid, which is a GUI app.
I'd be willing to bet that verizion simply blocking ports and not giving you a real ip
Sent from my ADR6400L using XDA App
movielover76 said:
I'd be willing to bet that verizion simply blocking ports and not giving you a real ip
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
Unless you're roaming, you're always behind NAT and an IP within verizon's network. No one is going to give you a real and static ipv4 address nowadays regardless of the mobile network, there just arent enough left. IPv6 however I do not know if it routes out or not, haven't tested yet and the only place that I have an ipv6 address is my remote server so it doesn't do that much good usability wise to me.
Thank you for the really helpful comment! Now for another silly question: imagine the case where you have your phone connected by USB to your computer. Is it still possible to "ssh" into it using one of the methods described above?
mcoughlin said:
Thank you for the really helpful comment! Now for another silly question: imagine the case where you have your phone connected by USB to your computer. Is it still possible to "ssh" into it using one of the methods described above?
Click to expand...
Click to collapse
if you have the usb cable connected, you could just use adb and type "adb shell"
Otherwise, I don't think so because you aren't registering a network address via usb.
So once you are into your phone with adb, is it possible to run a program like ConnectBot to ssh out from the phone through your computer's adb shell?
mcoughlin said:
So once you are into your phone with adb, is it possible to run a program like ConnectBot to ssh out from the phone through your computer's adb shell?
Click to expand...
Click to collapse
Yes, if you mean ssh into your computer's sshd (ssh server).
ssh client (phone) → ssh server (computer)
or you can go the other way as well if you have an ssh server on your phone.
So I have searched and searched to no avail so I had to try and open a new thread.
My problem is when tethering my Evo 3d to my Playstation 3 (without a computer) I get a NAT Type 3 (strict). I can still play online with NAT 3 but with limitations, I can't join in party's with my friends and matchmaking takes some patience. I am looking for some help on how to get an Open NAT Type 2 (Type 2 means connected wirelessly with no problems).
It used to work just fine right after I rooted but then I flashed a new rom (Senseless from scrosler if I remember right) and then it would connect as Type 3.
From what I have read I think it could have something to do with the Kernel but I feel I have tried every combination I could think of. It could also be the version of wifi tether. It could also need some port forwarding... Is there any way to forward ports with any apps while using wifi tether?
Here is my phone specs
Evo 3D
Android version 2.3.3
Hboot 1.5
Rom- Omj's Evo 3D v1.1
Kernel - 2.6.35.10-gcb1cf83 (stock)
Wifi Tether version 3.1-beta8
I have routing fix checked and mss clamping checked.
I am hoping there are some Playstation users out there beside myself that can benefit from any help with this issue. Thank You
claycmk
Or you can get home internet like everyone else and not have to worry about it at all.
Have you tried another tether app like barnacle?
blakeboys said:
Have you tried another tether app like barnacle?
Click to expand...
Click to collapse
I have tried barnacle but I couldn't get it to work at all. The PS3 can't connect to ad-hoc and from what I know that's all barnacle can do. Maybe I am misinformed. I could try it again tonight.
animal7296 said:
Or you can get home internet like everyone else and not have to worry about it at all.
Click to expand...
Click to collapse
I wish I could. . . Broke college student
Man, I had that issue too when I used to tether with my Evo 4G. I never could find an easy way around it. Just had to deal.
It was sad too. My connection was plenty fast.
As I remember, a buddy of mine had to do some hackery to his DSL router to even get that off strict, so I can only imagine it is pretty tough with a phone.
Can you USB tether to a laptop (or desktop), and bridge the connection with the ethernet port, and connect your PS3 to that?
That's what I used to do in Windows Mobile, before wireless tethering was a thing
Rumrunner6900 said:
Man, I had that issue too when I used to tether with my Evo 4G. I never could find an easy way around it. Just had to deal.
It was sad too. My connection was plenty fast.
As I remember, a buddy of mine had to do some hackery to his DSL router to even get that off strict, so I can only imagine it is pretty tough with a phone.
Click to expand...
Click to collapse
The thing that gets me is that it used to work absolutley fine. I am trying to figure out what combinations of things might make it work again. ROM kernel WiFi tether version etc... Thanks though!
Sent from my PG86100 using XDA App
EGOvoruhk said:
Can you USB tether to a laptop (or desktop), and bridge the connection with the ethernet port, and connect your PS3 to that?
That's what I used to do in Windows Mobile, before wireless tethering was a thing
Click to expand...
Click to collapse
I don't have a laptop my phone is my only option currently.
Sent from my PG86100 using XDA App
I was wondering, Do you have a router that you can be flashed with ddwrt? I know you mentioned that you didn't have a computer but maybe go by a friends house for initial setup if your router is compatible?
It might be possible to set up a router as a wireless repeater. It would be
wireless phone signal to wireless router to ps3. This would only prove useful depending
on your current connection speed though. It might be something to look in to. If you do
have a way to set that up I could try to help as much as I could.
I currently use a wireless signal to a wireless router and
have it set up as a repeater.
Jd
zsibisi said:
I was wondering, Do you have a router that you can be flashed with ddwrt? I know you mentioned that you didn't have a computer but maybe go by a friends house for initial setup if your router is compatible?
It might be possible to set up a router as a wireless repeater. It would be
wireless phone signal to wireless router to ps3. This would only prove useful depending
on your current connection speed though. It might be something to look in to. If you do
have a way to set that up I could try to help as much as I could.
I currently use a wireless signal to a wireless router and
have it set up as a repeater.
Jd
Click to expand...
Click to collapse
I have computers at work that I can use to set things up so that wont be a problem. I just don't have one at home to use. I think I could definitely look into that because the logic sounds pretty solid from what I know. I wonder if what ever problem the phone is having would just get sent through to the repeater as well but who knows. I might have to PM you if I decide to go that route and I get stuck.
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums and Read THIS
Moving to Q&A
Even though your speed for dl/ul is really fast, ping times, packet loss, etc are probably what is causing your nat 3 type. Like the other poster said with his evo 4g, there is nothing you can do and will have to live with it. You either have to get a dsl/cable line or be stuck like you are currently.
Okay i have that tether app its the wifi tether v3.1beta6 exact same setup except i have Routing fix uncheck and have MSS clamping check and wifi-driver reload check also check on under Domain-Namesever on preferred DNS its 8.8.8.8 and alternate its 8.8.4.4 an i also have an app called filterproxy installed running. Also when ur doing ur set up on the ps3 disable the UPnP works i have NAT type 2 running check the pic
also if need the filterproxy app here it is
http://dl.dropbox.com/u/48785603/KRIS.android.FilterProxy-1.apk
Dont forget to hit the thanks button if it work.
raptoro07 said:
Even though your speed for dl/ul is really fast, ping times, packet loss, etc are probably what is causing your nat 3 type. Like the other poster said with his evo 4g, there is nothing you can do and will have to live with it. You either have to get a dsl/cable line or be stuck like you are currently.
Click to expand...
Click to collapse
Not with that mind set u wont.
.Elite_The_King. said:
Okay i have that tether app its the wifi tether v3.1beta6 exact same setup except i have Routing fix uncheck and have MSS clamping check and wifi-driver reload check also check on under Domain-Namesever on preferred DNS its 8.8.8.8 and alternate its 8.8.4.4 an i also have an app called filterproxy installed running. Also when ur doing ur set up on the ps3 disable the UPnP works i have NAT type 2 running check the pic
also if need the filterproxy app here it is
http://dl.dropbox.com/u/48785603/KRIS.android.FilterProxy-1.apk
Dont forget to hit the thanks button if it work.
Click to expand...
Click to collapse
Thanks! I am going to try that as soon as I can. Do you think Roms/Kernels come in to play with getting it to work too? I will try it on the Rom I am running and report back with what I find when I get home and can try it. Are there any specific filterproxy settings I need to set up? I am hitting the thanks button anyway because you have given me some hope.
.Elite_The_King. said:
Okay i have that tether app its the wifi tether v3.1beta6 exact same setup except i have Routing fix uncheck and have MSS clamping check and wifi-driver reload check also check on under Domain-Namesever on preferred DNS its 8.8.8.8 and alternate its 8.8.4.4 an i also have an app called filterproxy installed running. Also when ur doing ur set up on the ps3 disable the UPnP works i have NAT type 2 running check the pic
also if need the filterproxy app here it is
http://dl.dropbox.com/u/48785603/KRIS.android.FilterProxy-1.apk
Dont forget to hit the thanks button if it work.
Click to expand...
Click to collapse
Man, if this works, I'll thank you every time I see you post. I'm flagging this so I can try it tonight after I watch the Heat beat down the geriatric Celtics.
.Elite_The_King. said:
Okay i have that tether app its the wifi tether v3.1beta6 exact same setup except i have Routing fix uncheck and have MSS clamping check and wifi-driver reload check also check on under Domain-Namesever on preferred DNS its 8.8.8.8 and alternate its 8.8.4.4 an i also have an app called filterproxy installed running. Also when ur doing ur set up on the ps3 disable the UPnP works i have NAT type 2 running check the pic
also if need the filterproxy app here it is
http://dl.dropbox.com/u/48785603/KRIS.android.FilterProxy-1.apk
Dont forget to hit the thanks button if it work.
Click to expand...
Click to collapse
In the wifi tether app do you have anything checked under device profile? Thanks again.
.Elite_The_King. said:
Okay i have that tether app its the wifi tether v3.1beta6 exact same setup except i have Routing fix uncheck and have MSS clamping check and wifi-driver reload check also check on under Domain-Namesever on preferred DNS its 8.8.8.8 and alternate its 8.8.4.4 an i also have an app called filterproxy installed running. Also when ur doing ur set up on the ps3 disable the UPnP works i have NAT type 2 running check the pic
also if need the filterproxy app here it is
http://dl.dropbox.com/u/48785603/KRIS.android.FilterProxy-1.apk
Dont forget to hit the thanks button if it work.
Click to expand...
Click to collapse
I tried this method with no luck. Still Nat Type 3. I couldn't get it to work with the routing fixed unchecked either. Did you do the manual set up or the easy set up on the PS3. In your pictures wouldn't the Primary and Secondary DNS have to be the same as what is specified in the Wifi tether app? Something doesn't seem quite right but maybe I am just doing it wrong. Any more ideas would be helpful.
rugedraw said:
Man, if this works, I'll thank you every time I see you post. I'm flagging this so I can try it tonight after I watch the Heat beat down the geriatric Celtics.
Click to expand...
Click to collapse
Did you try it? Any luck?
claycmk said:
I tried this method with no luck. Still Nat Type 3. I couldn't get it to work with the routing fixed unchecked either. Did you do the manual set up or the easy set up on the PS3. In your pictures wouldn't the Primary and Secondary DNS have to be the same as what is specified in the Wifi tether app? Something doesn't seem quite right but maybe I am just doing it wrong. Any more ideas would be helpful.
Click to expand...
Click to collapse
are u using the the same wifi app, device I have it check evo4G
and yes manual set up for ps3 n yes automatic DNS setup, n the UPnP disabled.
I will disabled my filterproxy n try n see if that makes a difference.
hi, is there a kernal or mod or something that i could flash to my s3 to get open nat type on wile tethering my ps3?
i use the stock wifi tether but get strict nat type. i have tried loads of differnt apps. pda does open my nat type but it slows my connection down so bad its unreal. if any one can help me with this i would be greatful.
I downloaded the app called port forwarder from the playstore and I tried forwarding 3074 udp and tcp I set the incoming port as 3074 and port on target device as 3074. I set the target device to my xbox ip and ive tried every interface and still no open nat please help im using my phone as a hotspot to connect to xbox live and I have a strict nat and I cant connect to some of my friends who also have strict or moderate nat so I really need to open my nat the connections fine no lag really just really need an open nat. Ive seen one of the reviews in the play store for port forwarder says they managed to get open nat for xbox live using it but im unsure wether it doesnt work on my device/my network blocks it or if im forwading it wrong so please can someone help and post a tutorial how to use this app to get open nat on xbox live
Sent from my GT-I8190N using xda app-developers app
Open Nat
stephen.brader said:
I downloaded the app called port forwarder from the playstore and I tried forwarding 3074 udp and tcp I set the incoming port as 3074 and port on target device as 3074. I set the target device to my xbox ip and ive tried every interface and still no open nat please help im using my phone as a hotspot to connect to xbox live and I have a strict nat and I cant connect to some of my friends who also have strict or moderate nat so I really need to open my nat the connections fine no lag really just really need an open nat. Ive seen one of the reviews in the play store for port forwarder says they managed to get open nat for xbox live using it but im unsure wether it doesnt work on my device/my network blocks it or if im forwading it wrong so please can someone help and post a tutorial how to use this app to get open nat on xbox live
Sent from my GT-I8190N using xda app-developers app
Click to expand...
Click to collapse
Did you figure anything out on this app?
same question
Anyone figure anything out about this??
Is there a way to change Nat type on device ( galaxy note3)? Basically I'm trying to tether my device to my Xbox 1, as is I can connect and tether my 360 and it works fine, but in the xb1 it connects but I see the Nat type is set to moderate and not open thus causing connection issues. I played with apn settings and was able to set Nat type to strict but not open so I'm under the impression it's dueable through specific apn settings. I do see fields in apn settings that list port, but I'm not that educated to know what goes there or if it's even possible. Any help would be appreciated
Sent from my SM-N900T using xda app-developers app