Unable to install package for SSL VPN on 2901 router

Unanswered Question
Apr 12th, 2014
User Badges:

Hi all,

 

This is driving me crazy. I'm trying to setup my 2901 router as a Web VPN server (or SSLVPN) so users can use Cisco AnyConnect Secure Mobility Client . I've followed this guide

http://www.cisco.com/c/en/us/support/docs/routers/3800-series-integrated...

but when I try to install this package "anyconnect-win-3.1.05160-k9.pkg"  using the command

"webvpn install svc flash:webvpn/anyconnect-win-3.1.05160-k9.pkg seq 1" I get the error "SSLVPN Package SSL-VPN-Client (seq:1): installed %%Error: No such file or directory". I also tried using an FTP server in case I don't have enough memory on the flash card (it's a 128 MB) so I did

"webvpn install svc ftp://192.168.22.5/anyconnect-win-3.1.05160-k9.pkg seq 1" I get this different error "SSLVPN Package SSL-VPN-Client (seq:1): installed %%Error: Invalid Archive" happens even though I have "122421248 bytes available (134066176 bytes used)" of free flash space. I've read all threads but I don't think my problem is related with flash space. I'm running IOS "c2900-universalk9-mz.SPA.151-4.M7.bin" with this setup

Cisco CISCO2901/K9 (revision 1.0) with 466944K/57344K bytes of memory.
Processor board ID XYZ
1 DSL controller
1 Ethernet interface
3 Gigabit Ethernet interfaces
4 ISDN Basic Rate interfaces
1 ATM interface
2 terminal lines
1 Virtual Private Network (VPN) Module
1 Internal Services Module (ISM) with Services Ready Engine (SRE)

 

Can anyone kindly explain me how to install that bloody file? I'm out of ideas. :(

What I am doing wrong?

 

Cheers

 

Alvaro

 

 

 

 

  • 1
  • 2
  • 3
  • 4
  • 5
Overall Rating: 0 (0 ratings)
Loading.
Marvin Rhoads Sat, 04/12/2014 - 06:30
User Badges:
  • Super Silver, 17500 points or more
  • Cisco Designated VIP,

    2017 Firewalling, Network Management, VPN

Start off by doing a simple ftp copy of the pkg file to flash:webvpn directory. Then run the "webvpn install" command.

It's a bit misleading how they translate what CCP does in the link you provided to the cli configuration. They show the resultant configuration which, in the case of the operation you're asking about, is more of the actual binding of the pkg file to the webvpn service - not the actual file transfer.

Alvaro Gutierre... Sat, 04/12/2014 - 17:46
User Badges:

Hi Marvin,

Thanks for your reply. Unfortunately copying the file to the flash:/webvpn directory didn't work. It has to be copied to the ROOT directory (see my answer to johnlloyd_13 thread above)

Hope this helps someone!

Cheers

johnlloyd_13 Sat, 04/12/2014 - 09:19
User Badges:
  • Blue, 1500 points or more

Hi,

Could you try putting a "/" after flash:

webvpn install svc flash:/webvpn/anyconnect-win-3.1.05160-k9.pkg

 

Alvaro Gutierre... Sat, 04/12/2014 - 17:44
User Badges:

Hi John,

 

Thanks for taking your time and answering to me. I got it working!!

The correct process was:

1.- Copy the .pkg into the ROOT flash directory:

  •  #copy ftp: flash:

2.- Make sure there's enough room to accomodate the installation package. At least same amount of free space as the actual size of the .pkg file copied on the step before. Reason being is that the IOS copies the file to the flash:/webvpn directory when issuing the below command.

3.- Install the .pkg

  • (cfg)#webvpn install svc flash:anyconnect-win-3.1.05160-k9.pkg seq 1
  • (wait for a couple of seconds...)
  • SSLVPN Package SSL-VPN-Client (seq:1): installed successfully

  • Excitement!!!

4.- Follow any of these links:

 

Cheers

johnlloyd_13 Sat, 04/12/2014 - 18:10
User Badges:
  • Blue, 1500 points or more

i'm glad you've solved the issue and able to share the resolution.

Marvin Rhoads Sat, 04/12/2014 - 20:20
User Badges:
  • Super Silver, 17500 points or more
  • Cisco Designated VIP,

    2017 Firewalling, Network Management, VPN

Thanks indeed.

I had it 90% correct. We don't see a lot of IOS router SSL VPN configuration via cli these days.

Please rate any answers that are helpful.

Actions

This Discussion

Related Content