06-02-2014 12:06 PM - edited 03-12-2019 06:06 PM
Dear,
On pix i am having below commands in 8.2 version, Now i want to configure this commands on ASA 5525-x with IOS version 9.1 how can i configure this on ASA.
global (Outside) 10 220.226.206.81 netmask 255.255.255.255
global (Outside) 11 220.226.206.231 netmask 255.255.255.255
global (DMZ) 51 172.100.1.1 netmask 255.255.255.255
nat (Inside) 51 access-list Inside_nat_outbound
nat (Inside) 10 access-list Inside_Ti_outbound
nat (DMZ) 11 10.10.52.114 255.255.255.255
access-list Inside_Ti_outbound extended permit icmp host 172.20.1.100 host 220.226.206.1
access-list Inside_Ti_outbound extended permit ip host 10.10.49.40 any
access-list Inside_Ti_outbound extended permit ip host 10.10.49.52 any
access-list Inside_nat_outbound extended permit tcp host 10.24.126.117 host 192.168.100.10 eq 9097
access-list Inside_nat_outbound extended permit tcp host 10.24.126.113 host 192.168.100.10 eq 9097
access-list Inside_nat_outbound extended permit tcp host 10.24.65.19 host 192.168.100.10 eq 9097 inactive
Regards,
Jitesh Mahajan.
06-03-2014 01:04 AM
Dear Support,
Could any one help me on this please....
Regards,
Jitesh mahajan.
06-03-2014 03:30 AM
This is a duplicate post, but I will re-post my answer here as well.
object network obj_172_20_1_100
host 172.20.1.100
object network obj_220_226_206_81
host 10 220.226.206.81
object network obj_192_168_100_10
host 192.168.100.10
object-group network Inside_Ti_outbound
network-object host 10.10.49.40
network-object host 10.10.49.52
object-group network Inside_nat_outbound
network-object host 10.24.126.113
network-object host 10.24.126.117
network-object host 10.24.65.19
network object obj_220_226_206_1
host 220.226.206.1
object network obj_172_100_1_1
host 172.100.1.1
object-group network obj_10_10_52_114
network-object host 10.10.52.114
nat (DMZ,Outside) dynamic 220.226.206.231
object service 9097
service tcp destination 9097
nat (inside,Outside) source static obj_172_20_1_100 obj_10_220_226_206_81 destination static obj_220_226_206_1 obj_220_226_206_1
nat (inside,Outside) source static Inside_Ti_outbound obj_220_226_206_81
nat (inside,DMZ) source static Inside_nat_outbound obj_172_100_1_1 destination static obj_192_168_100_10 obj_192_168_100_10 service 9097 9097
--
Please remember to select a correct answer and rate helpful posts
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