Friday 13 July 2018

use asdm on linux mint


Here is what I do.  Install java web start (aka icedtea).
sudo apt-get install icedtea-plugin
Then I have a single line script, which I call asdm.
javaws https://$1/admin/public/asdm.jnlp
Make it executable:
chmod +x asdm
Then to run ASDM on say, 1.2.3.4:
./asdm 1.2.3.4
This doesn't require any web browser, or web browser support.  It just uses the native installed java directly.

Taken from
https://supportforums.cisco.com/t5/firewalling/asdm-on-ubuntu/td-p/3067651

No comments:

Post a Comment