cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
315
Views
0
Helpful
4
Replies

about PIX global address

trinawong
Level 1
Level 1

when I using DHCP to assign an global address, how to write this commend?

global (outside)xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx

Thank you very much

4 Replies 4

scoclayton
Level 7
Level 7

Give the following a shot:

global (outside) interface

The 'interface' keyword will pull the address that is assigned to the outside interface to use as the PAT address. I assume this is what you are looking for?

Scott

Hi.. Scott

Thanks for your nice reply.

I am sorry that I got wrong description about my question.

When I using DHCP to assign global address for me, I don't know how to assign it to relate with my inside network.

eg: when i doing static translations, how to map inside-address to global outside-address?

Thanks a lot!

Still not 100% sure what you are saying but let me give this a shot. The 'interface' keyword is still going to work in this case. You can use the interface keyword in your global statement (see earlier post) or in a static statement like this:

static (inside,outside) tcp interface www 192.168.1.1 www netmask 255.255.255.255 0 0

Does this help? If not, can you maybe give me an example of what you are referring to?

Scott

Hi, Scott

Thanks a lot for your reply, the answer is what I want. Thanks a lot!

Have a nice day!

Review Cisco Networking products for a $25 gift card