07-19-2012 09:50 AM - edited 03-11-2019 04:32 PM
Am trying the following command on ASA 8.61, however it appears the static command no longer works. Would appreciate any insights.
static (inside,outside) 10.25.0.1 10.25.0.1 netmask 255.255.240.0
Thanks.
08-06-2012 09:11 PM
Hi Bro
I'm so sorry for the late reply, as I've been away and just got back to work today. I don't see anything wrong with your DHCP debug outputs. Can you paste your config here, so that I could simulate your actual config in my FW?
04-09-2014 07:04 PM
Can anyone tell me if this conversion is correct i am having major issues trying to convert my original commands with the new ones
Old Configuration
*****************************************************************************
static (inside,outside) udp interface 450000 10.0.0.1 4500 netmask 255.255.255.255
static (inside,outside) udp interface isakmp 10.0.0.1 isakmp netmask 255.255.255.255
static (inside,outside) tcp interface 22222 10.0.0.1 ssh netmask 255.255.255.255
New Migration
1)
object network object udp-450000
host 10.0.0.1
nat (inside,outside) static 69.255.255.41
2)
object network object udp-isakmp
host 10.0.0.1
nat (inside,outside) static 69.255.255.41 service udp 450000
3)
object network object tcp-22222
host 10.0.0.1
nat (inside,outside) static 69.255.255.41 service tcp 22222
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide