Difference between revisions of "Application:SdlVNC"

From WebOS Internals
Jump to navigation Jump to search
(New page: {{application |name=sdlVNC - Name of the Application |version=1.0.0 - Version major.minor.build |type=Linux ...)
 
Line 5: Line 5:
 
|tag=Productivity                                      - Use the main list's names
 
|tag=Productivity                                      - Use the main list's names
 
|screenshot=Application_sdlVNC_Screenshot_1.png  - Pay attention to naming scheme Application_ + name + _Screenshot_1.png
 
|screenshot=Application_sdlVNC_Screenshot_1.png  - Pay attention to naming scheme Application_ + name + _Screenshot_1.png
|description=Native SDL client to connect to VNC servers                        - Describe the app in full detail, put anything you want.
+
|description=
 +
 
 +
'''1. Open root shell'''
 +
 
 +
'''2. Install Python'''
 +
 
 +
ipkg-opt install python24
 +
 
 +
Configuring bzip2
 +
Configuring libdb
 +
Configuring libstdc++
 +
Configuring ncursesw
 +
Configuring openssl
 +
Configuring python24
 +
Configuring readline
 +
Configuring zlib
 +
 
 +
'''3. Download (GPLv3) F5 VPN Script (Written by James Knight)'''
 +
 
 +
<nowiki>wget http://fuhm.net/software/f5vpn-login/f5vpn-login.py</nowiki>
 +
 
 +
Usage:
 +
<nowiki>./f5vpn-login.py [--{http,socks5}-proxy=host:port] [[user@]host]</nowiki>
 +
 
 +
'''4. Run VPN script with user@domain parameter'''
 +
 
 +
root@castle:/media/internal# ./f5vpn-login.py jtomawski@<hidden>1ssl.<hidden>.com
 +
password for jtomawski@<hidden>1ssl.<hidden>.com?
 +
Session id gotten: abcd22222456712345678123404376a9
 +
Getting params...
 +
Got plugin params, execing vpn client
 +
PPPD LOG: 'Using interface ppp1\n'
 +
PPPD LOG: 'Connect: ppp1 <--> /dev/pts/2\n'
 +
PPPD LOG: 'local  IP address <hidden>\nremote IP address <hidden>\n'
 +
CALLING ip_up('ppp1', '/dev/pts/2', '<hidden>', '<hidden>')
 +
VPN link is up!
 +
 
 +
'''5. Test network access by browsing to internal resource'''
 +
 
 +
Open internal wiki, etc.
 +
 
 +
'''6. Ctrl-C to shutdown VPN link'''
 +
 
 +
Shutting down pppd, please wait...
 +
Shut-down.
 +
root@castle:/media/internal#
 +
 
 +
== Screen captures: ==
 +
 
 +
[[Image:F5VpnInternalLogin.png]] [[Image:F5InternalWiki.png]]
 +
 
 
}}
 
}}

Revision as of 17:24, 14 January 2010

« Go Back to the Productivity - Use the main list's names application list
x270px

sdlVNC - Name of the Application - 1.0.0 - Version major.minor.build

1. Open root shell

2. Install Python

ipkg-opt install python24

Configuring bzip2 Configuring libdb Configuring libstdc++ Configuring ncursesw Configuring openssl Configuring python24 Configuring readline Configuring zlib

3. Download (GPLv3) F5 VPN Script (Written by James Knight)

wget http://fuhm.net/software/f5vpn-login/f5vpn-login.py

Usage:

./f5vpn-login.py [--{http,socks5}-proxy=host:port] [[user@]host]

4. Run VPN script with user@domain parameter

root@castle:/media/internal# ./f5vpn-login.py jtomawski@<hidden>1ssl.<hidden>.com password for jtomawski@<hidden>1ssl.<hidden>.com? Session id gotten: abcd22222456712345678123404376a9 Getting params... Got plugin params, execing vpn client PPPD LOG: 'Using interface ppp1\n' PPPD LOG: 'Connect: ppp1 <--> /dev/pts/2\n' PPPD LOG: 'local IP address <hidden>\nremote IP address <hidden>\n' CALLING ip_up('ppp1', '/dev/pts/2', '<hidden>', '<hidden>') VPN link is up!

5. Test network access by browsing to internal resource

Open internal wiki, etc.

6. Ctrl-C to shutdown VPN link

Shutting down pppd, please wait... Shut-down. root@castle:/media/internal#

Screen captures:

F5VpnInternalLogin.png F5InternalWiki.png