09-14-2011 10:59 PM - edited 02-21-2020 04:27 AM
hi Dears i have configuration at asa at version 8.2
access−list policy−nat extended permit ip 192.168.1.0 255.255.255.0 10.1.0.0 255.255.255.0
static (inside,outside) 172.18.1.0 access−list policy−nat
i want to write this commands at 8.4(1)
how i write it??
please help me.
Solved! Go to Solution.
09-15-2011 12:03 AM
It would be like this:
object service tcp_16000
service tcp source eq 16000
nat (inside,outside) source static network_2 network_3 destination static network_1 network_1 service tcp_16000 tcp_16000
Thanks,
Varun
09-14-2011 11:25 PM
Hi Teymur,
This the config that you would need:
object network network_1
subnet 10.1.0.0 255.255.255.0
object network network_2
subnet 192.168.1.0 255.255.255.0
object network network_3
subnet 172.18.1.0 255.255.255.0
nat (inside,outside) source static network_2 network_3 destination static network_1 network_1
This is teh correct configuration. For your help in future refer to this doc as well.
Hope this helps.
Thanks,
Varun
Please do rate helpful posts.
09-14-2011 11:58 PM
thank you very much to help me.
i want to connect 172.18.1.0 to 10.1.0.0 only port tcp 16000.
how i write this at my configuration???
09-15-2011 12:03 AM
It would be like this:
object service tcp_16000
service tcp source eq 16000
nat (inside,outside) source static network_2 network_3 destination static network_1 network_1 service tcp_16000 tcp_16000
Thanks,
Varun
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