cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2496
Views
0
Helpful
16
Replies

Enable SNAT for all outgoing traffic on DMZ Gi0/0/0

getaway51
Level 2
Level 2

Hi,

 

I have a situation where I need to enable SNAT for all outgoing traffic on Gi0/0/0.

Wht is the config will looks like?

Can I said tht traffic is only possible one way which is from LAN to DMZ? 

 

16 Replies 16

Hello

yes you can - in a static pat statement 

ip nat inside source static tcp 10.1.1.1 80 172.1.1.1 80


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Hi,

 

Refer to this config, ip nat inside? Traffic direction is coming from DMZ zone to LAN (frm outside to inside interface)

it is not ip nat outside?

 

ip nat inside source static tcp 10.1.1.1 80 172.1.1.1 80 ->this is 2 way translation? 

Review Cisco Networking for a $25 gift card