pix configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2005 12:43 PM - edited 02-20-2020 11:54 PM
Dear All ,
can any body pls explain me abt this statement..im bit confused
static (inside,externalnet) 10.0.0.0 10.0.0.0 netmask 255.0.0.0 0 0
in this nat we are using same source and same destination. whts the use of this nat statement.
Thanks in advance
Regards
nataraj
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2005 01:06 PM
PIX has the limitation of having to have a translation defined for inbound/outbound traffic (except nat0)
so you can have nat/global or static statemetns
now the statement that you have just tells the pix to translates the IP to its own IP. so it is a translation of IP to itself.
the use of this nat satement is to allow communcation from outside to inside to the original address which is 10.0.0.0/8
