cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
232
Views
0
Helpful
1
Replies

Question about NAT

peter.conings
Level 1
Level 1

On a router: if I want the router to convert a public address eg. 194.78.151.5 to an internal address eg 10.101.32.43 (server) so surfers can access the server (10.101.32.43).

Is this the right command: ip nat outside source static 10.101.32.43 194.78.151.5?

Thanks

1 Reply 1

jealvarez
Level 1
Level 1

I would normally use:

ip nat inside source static 10.101.32.43 194.78.151.5