06-11-2013 09:55 AM - edited 03-11-2019 06:56 PM
i need help to migrate my old asa ios 8.2 config to new ios 8.4
static (Inside,Outside) 192.168.240.x access-list Inside_nat
access-list Inside_nat extended permit ip host 10.0.6.x object-group INLINE_NETWORK
object-group network INLINE_NETWORK
network-object host 1.1.1.1
network-object host 2.2.2.2
which one is right below
object-group network inline network
network-object host 1.1.1.1
network-object host 2.2.2.2
NAT (Inside,Outside) static 192.168.240.x
or
object-group network inline network
network-object host 192.168.240.x
NAT (Inside,Outside) static 1.1.1.1
NAT (Inside,Outside) static 2.2.2.2
thanks for your help.
Solved! Go to Solution.
06-11-2013 10:04 AM
Hi,
So the original 8.2 NAT configuration is this
object-group network INLINE_NETWORK
network-object host 1.1.1.1
network-object host 2.2.2.2
access-list Inside_nat extended permit ip host 10.0.6.x object-group INLINE_NETWORK
static (Inside,Outside) 192.168.240.x access-list Inside_nat
And the new 8.3+ NAT configuration would be this
object network DESTINATION
network-object host 1.1.1.1
network-object host 2.2.2.2
object network SOURCE-REAL
host 10.0.6.x
object network SOURCE-MAPPED
host 192.168.240.x
nat (Inside,Outside) source static SOURCE-REAL SOURCE-MAPPED destination static DESTINATION DESTINATION
Hope this helps
Please remember to mark the reply as the correct answer if it answered your question.
- Jouni
06-11-2013 10:04 AM
Hi,
So the original 8.2 NAT configuration is this
object-group network INLINE_NETWORK
network-object host 1.1.1.1
network-object host 2.2.2.2
access-list Inside_nat extended permit ip host 10.0.6.x object-group INLINE_NETWORK
static (Inside,Outside) 192.168.240.x access-list Inside_nat
And the new 8.3+ NAT configuration would be this
object network DESTINATION
network-object host 1.1.1.1
network-object host 2.2.2.2
object network SOURCE-REAL
host 10.0.6.x
object network SOURCE-MAPPED
host 192.168.240.x
nat (Inside,Outside) source static SOURCE-REAL SOURCE-MAPPED destination static DESTINATION DESTINATION
Hope this helps
Please remember to mark the reply as the correct answer if it answered your question.
- Jouni
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