Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

(BASIC OPENVPN GUI)HSSXPT VPN_TUT_VB2008 express edition

Re: (BASIC GUI)HSSXPT VPN_TUT_VB2008 express edition

np. dito naman galing source code kaya add na lang..



NEW UPDATE

BANDWIDTH MONITOR WITH GRAPH USING CHART CONTROL
BANDWIDTH MONITOR WITH GRAPH USING SYSTEM.DRAWING

http://www.symbianize.com/showpost.php?p=10585752&postcount=252

preview01.jpg

:thanks: salamat po d2
 
out of topic.

tandaan po natin na kahit walang included na license ang mga codes na pinost dito.

irespeto po natin ang mga nagcontribute ng pagod nila.

ang sa akin lang importante ang impormasyon, sa aking posted na codes pilit kong pinapaliwanag ang mga linya at logic, para maintindihan at makatulong.

ang mga bagay na ishinare ay huwag pong gamitin sa masamang paraan.
 
Tol pa help naman... nag attempt ako gumawa ng gui kaso stockup ako sa logging.. ayaw po maglog ng openvpn ko... bakit po ganun... d lumalabas ung log sa logText area...
 
nice share ts. makagawa na tayo ng sariling gui.
 
Tol pa help naman... nag attempt ako gumawa ng gui kaso stockup ako sa logging.. ayaw po maglog ng openvpn ko... bakit po ganun... d lumalabas ung log sa logText area...
add ka po ng log-append log.txt sa config
 
mga boss tulungan nyo naman po ako, di ko kasi maiconnect yung gui ko., pero meron akong vps para sa server tapos ang plan ko ay yung server ko ay nasa code ng gui yung parang ganito ang form nya

Shell(Application.StartupPath & "\app\bin\openvpn.exe --client --devtun --proto udp", AppWinStyle.NormalFocus)

di ko maconnect eh, kasi gusto ko sana ay ganan yung pagkaorganize nya

tapos yung mga openvpn files ko ay nasa ng bin/debug/app/bin na folder yung mga openvpn.exe

tapos yung akong mga .ovpn, account.txt at ca.crt ay nasa loob ng folder ng bin/debug/data/config
 
Re: (BASIC GUI)HSSXPT VPN_TUT_VB2008 express edition

Sa wakas na gawa ko din salamat TS :D dinagdagan ko lang sa logtimer ng Automatic installation ng TAP adapter para pag wala ma detect ng TAP adapter automatic sya mag iinstall...

sir, paano nyo po ito nagawa?
 
Re: Interface for OpenVPN SOURCE CODE

Interface for OpenVPN
Description : OpenVPN Basic Graphical User Interface
Source Code for Build 04032012
DO NOT ASK FOR AN UPDATED SOURCE CODE - you will be ignored, everyone will get a hold of an updated code after it is posted here.
Front end for the OpenVPN console, Dials Matching RAS Entries, with Statistics Display
Status : under development, source code redistribution and modification allowed.

REQUIREMENTS:
  • Microsoft VB.NET 2008 Express Edition
  • Microsoft .NET Framework 3.5
  • Microsoft Chart Controls for Microsoft .NET Framework 3.5
    Product Page,Direct Link
  • Microsoft Windows XP and later operating systems

Normal.png


Changes:
[+]Internet Service Provider is no longer on the combobox selections instead will enumerate folders on the Config Folder, If the Combobox entry matches a dial-up RAS Entry it will dial it.
[+]Improved Statistics Display
[+]Chart for Bandwidth Statistics
[+]Improved Statistics Code
[+]Basic saving of application preferences (selection of adapter for stat, interval of bandwidth display and ping)
[+]Now Supports Configuration with spaces on their filename
[+]Saving of last selected items on application close
[+]Code is heavily commented and easier to read

Notes:
[1]Removed Form Styles for a more uniform look
[2]Progress Bar is an image not an actual control
[3]Editor and Systray to be added later
[4]OVPN config files are no longer bundled - so supply your own working configuration.
[5]add "log-append log.txt" on your configuration before the certificates
[6]use "ca data/hss/ca.crt" for your HSS certificate

If your only interested in the bandwidth monitor component
Bandwith Monitor Development Post

Credits goes to everyone, esp. the thread starter.



mga boss tulungan nyo naman po ako, di ko kasi maiconnect yung gui ko., pero meron akong vps para sa server tapos ang plan ko ay yung server ko ay nasa code ng gui yung parang ganito ang form nya

Shell(Application.StartupPath & "\app\bin\openvpn.exe --client --devtun --proto udp", AppWinStyle.NormalFocus)
di ko maconnect eh, kasi gusto ko sana ay ganan yung pagkaorganize nya

tapos yung mga openvpn files ko ay nasa ng bin/debug/app/bin na folder yung mga openvpn.exe

tapos yung akong mga .ovpn, account.txt at ca.crt ay nasa loob ng folder ng bin/debug/data/config
 
Re: Interface for OpenVPN SOURCE CODE

mga boss tulungan nyo naman po ako, di ko kasi maiconnect yung gui ko., pero meron akong vps para sa server tapos ang plan ko ay yung server ko ay nasa code ng gui yung parang ganito ang form nya

Shell(Application.StartupPath & "\app\bin\openvpn.exe --client --devtun --proto udp", AppWinStyle.NormalFocus)
di ko maconnect eh, kasi gusto ko sana ay ganan yung pagkaorganize nya

tapos yung mga openvpn files ko ay nasa ng bin/debug/app/bin na folder yung mga openvpn.exe

tapos yung akong mga .ovpn, account.txt at ca.crt ay nasa loob ng folder ng bin/debug/data/config
ilalagay mo yung buong config mo dun sa
Shell(Application.StartupPath & "\app\bin\openvpn.exe --client --devtun --proto udp", AppWinStyle.NormalFocus)
...yung may red dun mo ipaste yung config mo kasama na yung sa server dun..
 
Re: Interface for OpenVPN SOURCE CODE

ilalagay mo yung buong config mo dun sa
Shell(Application.StartupPath & "\app\bin\openvpn.exe --client --devtun --proto udp", AppWinStyle.NormalFocus)
...yung may red dun mo ipaste yung config mo kasama na yung sa server dun..

sir, ok na po nagawa ko na po kahapon., ahm, paano po kaya yung automatic madedetect kung may tap driver tapos if walang nakainstall na tap driver eh automatic nyang iinstall

sir, paano din po yung read and write sa .xml na file, for example meron akong textbox lets say na txtusername yun, tapos when i click the button

magsasave sa .xml file yung

<settings>
<username>elace31206</username>
</settings>

everytime na iload ko ulit yung application eh ito yung maread nya, tapos if palitan ko yung input ko sa txtusername eh magrereplace lang sya sa .xml

THANKS SIR
 
Last edited:
ok na po, tapos ko na po., cutonmizable po, hehehe thanks po ha, isa na lang po, paano po gagawing installer ito?
 
mga sir, pahelp naman po sa TCP connection ko ito po logs ko

Thu Jul 26 06:41:28 2012 OpenVPN 2.1_rc19 i686-pc-mingw32 [SSL] [LZO2] built on Nov 23 2011
Thu Jul 26 06:41:28 2012 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Thu Jul 26 06:41:28 2012 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Thu Jul 26 06:41:29 2012 LZO compression initialized
Thu Jul 26 06:41:29 2012 Attempting to establish TCP connection with 10.102.61.46:8080
Thu Jul 26 06:41:29 2012 TCP connection established with 10.102.61.46:8080
Thu Jul 26 06:41:35 2012 recv_line: TCP port read timeout expired
Thu Jul 26 06:41:35 2012 SIGTERM[soft,init_instance] received, process exiting
 
sir, paano po kaya ilagay sa vb.net yung ca.crt

<ca>
-----BEGIN CERTIFICATE-----
MIIDSTCCArKgAwIBAgIJAOC3WG3OE6WnMA0GCSqGSIb3DQEBBQ UAMHcxCzAJBgNV
BAYTAnBoMQ8wDQYDVQQIEwZsYWd1bmExETAPBgNVBAcTCHNhbn BhYmxvMRAwDgYD
VQQKEwdvbmNldnBuMRAwDgYDVQQDEwdvbmNldnBuMSAwHgYJKo ZIhvcNAQkBFhFv
bmNldnBuQHlhaG9vLmNvbTAeFw0xMjA4MDkwMDE1NTFaFw0yMj A4MDcwMDE1NTFa
MHcxCzAJBgNVBAYTAnBoMQ8wDQYDVQQIEwZsYWd1bmExETAPBg NVBAcTCHNhbnBh
YmxvMRAwDgYDVQQKEwdvbmNldnBuMRAwDgYDVQQDEwdvbmNldn BuMSAwHgYJKoZI
hvcNAQkBFhFvbmNldnBuQHlhaG9vLmNvbTCBnzANBgkqhkiG9w 0BAQEFAAOBjQAw
gYkCgYEAyUSZUx3d0GmQQ0kbVMlpiOyoc5Ycj6ZeMs711umz3a IpHKO0uAEK48q0
2hiaZZffDex7Iui4LaAnWwn4cS/pHmjNn4GnNE8lbK7jpBgOh6x+jxp7h2OHNGnv
JQRp35nCcyB71YwNTnkomeeBFI29Jq2jatMp/lauZI5Zeq+mE60CAwEAAaOB3DCB
2TAdBgNVHQ4EFgQUC7q+UQ6g4QiaPz4f5RtpHi1FITIwgakGA1 UdIwSBoTCBnoAU
C7q+UQ6g4QiaPz4f5RtpHi1FITKhe6R5MHcxCzAJBgNVBAYTAn BoMQ8wDQYDVQQI
EwZsYWd1bmExETAPBgNVBAcTCHNhbnBhYmxvMRAwDgYDVQQKEw dvbmNldnBuMRAw
DgYDVQQDEwdvbmNldnBuMSAwHgYJKoZIhvcNAQkBFhFvbmNldn BuQHlhaG9vLmNv
bYIJAOC3WG3OE6WnMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQ EFBQADgYEAZHi3
LSYfspLXY1bKdUBq3JtybYG92bW6JJIUcoUcy+g8tTD6TAuqN8 D6w95yoTEmRaN/
ZiG14ca75KarrSsOVwus8W3CLqDOXhBL/bVKdXN1DSLoZpIm0/B+KxCENcphDCr8
CtB1vJqlcddYQ0pA8Z2iJy32QdH1j1QbhL4Gmak=
-----END CERTIFICATE-----
</ca>

kaso nagdedevelop ako ng vpn paano ko po ba ito ilalagay sa vpn ko ng ganitong form

--port udp --log-appeng log.txt?

paano din po pag two servers pero isang ca.crt lang po
 
Last edited:
Back
Top Bottom