Програма за отдалечен достъп до iPhone
Програма за отдалечен достъп до iPhone
Здравейте!
Намерих доста програма за достъп от телефона до компютъра, но не открих нито една, която е за обратната връзка. Тоест, търся такава, която да позволи отдалечен достъп от рс-то до телефона.
Предварително ви благодаря!
Намерих доста програма за достъп от телефона до компютъра, но не открих нито една, която е за обратната връзка. Тоест, търся такава, която да позволи отдалечен достъп от рс-то до телефона.
Предварително ви благодаря!
Re: ПРОГРАМА ЗА ОТДАЛЕЧЕН ДОСТЪП ДО iPhone
Потърси в Cydia Veency (VNC Server).
Re: ПРОГРАМА ЗА ОТДАЛЕЧЕН ДОСТЪП ДО iPhone
Намерих я! Остава да се светна как става настройката!
Благодаря за бързия отговор!
Благодаря за бързия отговор!
Re: ПРОГРАМА ЗА ОТДАЛЕЧЕН ДОСТЪП ДО iPhone
Няма нищо за настрйване. Изтегляш си някакъв VNC клиент за твоята оператионна система. Стартираш клиента, пишеш ip-то на телефона и като се опита да се свърже, на телефона ти излиза надпис дали разрешаваш връзката или не.
Re: ПРОГРАМА ЗА ОТДАЛЕЧЕН ДОСТЪП ДО iPhone
Готово. Супер. Малко е бавен, но върши работа! Благодаря!
Re: ПРОГРАМА ЗА ОТДАЛЕЧЕН ДОСТЪП ДО iPhone
А задължително ли е телефонът да има включен Wi-Fi, или може и през GPRS? Прави ми впечатление, че когато няма Wi-Fi не може да се направи връзката
Re: ПРОГРАМА ЗА ОТДАЛЕЧЕН ДОСТЪП ДО iPhone
Не може. Само през WiFi, и през USB кабела ако си с Windows.
Re: Програма за отдалечен достъп до iPhone
vnc бачка супер и през WIFI и през мрежата,но......
За да бъде адреса винаги статичен и реален си правя VPN връзка която слага винаги един и същ реален адрес на телефона,независимо през коя мрежа минава трафика и какви адреси раздава тя
За да бъде адреса винаги статичен и реален си правя VPN връзка която слага винаги един и същ реален адрес на телефона,независимо през коя мрежа минава трафика и какви адреси раздава тя

Re: Програма за отдалечен достъп до iPhone
ОК. В такъв случай, следващо питане, ако може
.
Как да разбера ИП адреса на телефона? Той нали е динамичен и се променя в зависимост от мрежата, в която се включиш. Има ли програма, която автоматично да сменя ИП-то с такова, което предварително е зададено, за да може да се направи връзката с телефона, когато той е включен в мрежа? Или .. има ли програма, с която отдалечено да разбереш ИП адреса?
Оф.. дано да не съм го написал много объркващо....

Как да разбера ИП адреса на телефона? Той нали е динамичен и се променя в зависимост от мрежата, в която се включиш. Има ли програма, която автоматично да сменя ИП-то с такова, което предварително е зададено, за да може да се направи връзката с телефона, когато той е включен в мрежа? Или .. има ли програма, с която отдалечено да разбереш ИП адреса?
Оф.. дано да не съм го написал много объркващо....
Re: Програма за отдалечен достъп до iPhone
Можеш ли да ме светнеш как да направя и аз такава VPN връзка? Иначе... отдалечен достъп няма как да се направи... Тоест, на мен ми трябва да сложа статично IP независимо към коя мрежа е включен телефонът, да може да се свържа с него..
Re: Програма за отдалечен достъп до iPhone
Вижте какво открих.... дали върши работа.. не знам, но мисля да го пробвам
I believe I am the first to think of this concept...
We can all SSH and VNC to our phones using openSSH and Veency (3G [S] having problems with Veency) via WiFi or WiFi device (in some cases a cable)...
But what I am here to prepose (tested though) is a command via the MobileTerminal.app within the jailbroken iphone that can created a REVERSE SSH connection using the 3G internet (Edge not tested).
Here is what you will need to control your iPhone no matter where it goes (stolen or not):
Jailbroken iPhone with cydia
OpenSSH installed on phone
Veency (untested because I am using a 3G [S])
Mobile Terminal.app installed on phone
An SSH server running on the computer/device you want to use to remotely access your iPhone (preferably on a port other than 22 for security and other reasons)
Forward a port (or DMZ) to your local IP and SSH port (only if using a router)
Once you have all those things...
open MobileTerminal.app within iPhone, login to root using alpine as the password (change later using passwd command) NOTE: you may also use mobile user name with same alpine password). You can do this by typing "login root", enter, then "alpine" as the password.
If you are logged in as root type the following ignoring the ( ) 's and placing the correct characters in place of them:
ssh -p (SSHPORT#) (User\ Name)@(Domain/IP of SSH computer) -R 1201:localhost:22
NOTE: you can change the 1201 port to anything you prefer, make sure to change in further steps...
Once it connects, you will have to type "yes" for the first time connecting, type your password for your computer... If you see you are now logged into your home computer via your iPhone, you can close the terminal via the home button (you do not need to run backgrounder for the terminal to stay connected) and continue to the next steps..
That command above forwarded the iPhone's SSH protocol/port to your localhost's computer's port, allowing you to login to the iPhone's SSH server by entering the following into your Mac/PC's Terminal CLI:
ssh -p 1201 root@localhost
vwalla, you have now connected to your iPhone's SSH server via its own SSH IP within a reverse tunnel...this method can be used to bypass any routers or firewalls set up by ATT
This same method can be used once VEENCY is installed using port 1202:localhost:5900... meaning!!!
__________
Съгласно правилата трябва или да преведеш текста, или да дадеш линк към източника!
I believe I am the first to think of this concept...
We can all SSH and VNC to our phones using openSSH and Veency (3G [S] having problems with Veency) via WiFi or WiFi device (in some cases a cable)...
But what I am here to prepose (tested though) is a command via the MobileTerminal.app within the jailbroken iphone that can created a REVERSE SSH connection using the 3G internet (Edge not tested).
Here is what you will need to control your iPhone no matter where it goes (stolen or not):
Jailbroken iPhone with cydia
OpenSSH installed on phone
Veency (untested because I am using a 3G [S])
Mobile Terminal.app installed on phone
An SSH server running on the computer/device you want to use to remotely access your iPhone (preferably on a port other than 22 for security and other reasons)
Forward a port (or DMZ) to your local IP and SSH port (only if using a router)
Once you have all those things...
open MobileTerminal.app within iPhone, login to root using alpine as the password (change later using passwd command) NOTE: you may also use mobile user name with same alpine password). You can do this by typing "login root", enter, then "alpine" as the password.
If you are logged in as root type the following ignoring the ( ) 's and placing the correct characters in place of them:
ssh -p (SSHPORT#) (User\ Name)@(Domain/IP of SSH computer) -R 1201:localhost:22
NOTE: you can change the 1201 port to anything you prefer, make sure to change in further steps...
Once it connects, you will have to type "yes" for the first time connecting, type your password for your computer... If you see you are now logged into your home computer via your iPhone, you can close the terminal via the home button (you do not need to run backgrounder for the terminal to stay connected) and continue to the next steps..
That command above forwarded the iPhone's SSH protocol/port to your localhost's computer's port, allowing you to login to the iPhone's SSH server by entering the following into your Mac/PC's Terminal CLI:
ssh -p 1201 root@localhost
vwalla, you have now connected to your iPhone's SSH server via its own SSH IP within a reverse tunnel...this method can be used to bypass any routers or firewalls set up by ATT
This same method can be used once VEENCY is installed using port 1202:localhost:5900... meaning!!!
__________
Съгласно правилата трябва или да преведеш текста, или да дадеш линк към източника!