Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
samm-git committed Aug 13, 2013
1 parent 4c15eba commit 98618c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
*** 0.7.0
+ Added experimental code to run host checker from jvpn
+ Include LWP traffic dump in the debug output
+ Added sample script to restore original DNS settings after connect
+ Added experimental grid cards support
# fixed processing of last line w/o \n character in configuration file

*** 0.6.1
# Fixed script support - in 0.6.0 code was not committed by mistake
Expand Down
10 changes: 10 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Features
connection (it is not possible with command line).
* Able to download Linux client from the Juniper VPN server without browser or
Java.
* Supports launching Host Checker to perform checks on a client host.
* Could protect resolv.conf by setting +i attribute for the connection time
* Works without Java machine on x86 and x86_64 hosts
* Ability to run scripts on connect/disconnect events
Expand Down Expand Up @@ -63,6 +64,15 @@ Helper script should provide password to stdout. If it is called second time
containing first token code. See scripts/stoken.sh for example of "stoken"
integration.

Host checker support
In version 0.7.0 it is possible to run hostchecker using "hostchecker=1" setting
in jvpn.ini. Host Checker is used to perform checks on endpoint computers that
connect to the VPN device to make sure the endpoints meet certain security
requirements. If hostchecker support is enabled jvpn trying to run tncc.jar using
Java, as web browser applet do. JRE needs to be installed to support this
feature. It is recommended to enable only if you are unable to connect without
host checker running.

Bugs and debugging
This script is done without any documentation, only using wireshark and
debugger. It is very likely that it has a bugs or will not work correctly for
Expand Down

0 comments on commit 98618c9

Please sign in to comment.