cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1363
Views
0
Helpful
3
Replies

ASA static nat how to write 8.4 (1)

teymur azimov
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

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

Thanks,
Varun Rao

View solution in original post

3 Replies 3

varrao
Level 10
Level 10

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.

Thanks,
Varun Rao

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???

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

Thanks,
Varun Rao
Review Cisco Networking for a $25 gift card