Linux System Admins Blog

System admins of Promet – an e-commerce, high availability Open Source web shop – share their findings

Linux System Admins Blog header image 2

Running ASDM client from your Linux desktop

March 10th, 2009 · 2 Comments

For those of us who use Linux as a desktop replacement for Windows would find it nice to be able to run the ASDM client natively. If you haven’t upgraded your ASA/PIX to the latest ASDM you should do so. The steps are described here.

Once you do upgrade your PIX/ASA to the latest version you may run into another issue where your bundled version of java not connect with ASDM. The remedy for this if you are using Fedora 10 can be found here.

Now assuming that you have asdm loaded and opened access to outside over port 4443 with:
http server enable 4443
http 0.0.0.0 0.0.0.0 outside

You can connect to your PIX/ASA over port 4443 and download the asdm.jnlp file to your pc via web browser at https://external_ip_of_asa:4443

Once you posses the asdm.jnlp file issue javaws asdm.jnlp in terminal. Upon successful login this will create .asdm folder in your home directory with files inside, as well as a desktop shortcut. After this the asdm.jnlp is no longer needed and can be erased.

Related Posts:

Tags: cisco · desktop

2 responses so far ↓

  • 1 ZOG // Jan 20, 2010 at 10:13 pm

    Thanks! worked a treat though I used port 443

  • 2 Manny // Apr 4, 2010 at 10:12 pm

    Do you know of a way to do a laucher for ASDM from Linux? I connect to many ASAs during the week. I used to use the ASDM launcher in Windows but moved to FC12. I do not have the ability to run the ASDM with it prompting me for what IP I want to connect to. I have to browse to the thing and Launch it, which by the way is slower.

Leave a Comment