Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > PIX Inbound NAT configuration

Reply
Thread Tools

PIX Inbound NAT configuration

 
 
DaZZa
Guest
Posts: n/a
 
      04-08-2006
I've hit a bit of a brick wall trying to configure my new firewall,
and I'm looking for some direction, as what I want to do wasn't
really covered in the training course.

I want to do an inbound NAT on an IP address which is contained
in a subnet which is also on the PIX and turn it into an internal
address - but ONLY for selected ports.

It looks something like this {Warning: Bad ASCII drawing follows}

Internet
|
|
Firewall
| |
| |
DMZ |
Internal

The DMZ has an IP address range - call it 172.16.78.192/28. The
Inside has 10.67.0.0/16. I want to take IP address 172.16.78.199
and translate it to 10.67.97.10 but ONLY if connections come in
on ports 25, 110 or 80 directed to this address only {incoming
on those ports to other addresses should be sent elsewhere}.

The addresses in the DMZ are non-RFC1918, and match the subnet
mask specified.

Basically, I want an inbound connection attempt on port 25 directed to
the external .199 address to be translated and connected to the internal
..10 address.

Anyone wanna throw a hint my way? I'm being lazy and using the
ASDM module to give me a GUI configuration, but I'll dial into
the command line if necessary and put the commands in manually
if someone can clue me in. PIX 515E in use, running 7.0.1 software,
unrestricted license.

Thanks

DaZZa


--
A rule for life.
echo 16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlb xq |dc
Address in header is spamblocked. ROT13 the following for email replies


 
Reply With Quote
 
 
 
 
dreday
Guest
Posts: n/a
 
      04-08-2006
I am currently configuring a client to pix router and I know that I
need a vpn that uses isakmp, but the steps that I am using must be
wrong so I wonder if anyone have some suggestions.

 
Reply With Quote
 
 
 
 
NETADMIN
Guest
Posts: n/a
 
      04-09-2006


First you have to deny 10.x.x.x ip from acceslist using on interface
after that
you have to apply static nat for inbound comnnection.
E.g.
access-list out_to_in permit tcp any host
172.16.x.x. eq 25

static (inside,outside) 172.16.x.x. 10.x.x.x
netmask 255.255.255.255 0 0

access-group out_to_in in interface outside

Try this one..........

Thanks
CK-NET

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PIX/FWSM: allow inbound connections to dynamic NAT address? marc.luethi@bluemail.ch Cisco 7 11-26-2007 12:06 PM
NAT Configuration question: verifying availability before NAT Sri Cisco 0 07-19-2005 02:13 PM
different ipsec inbound sessions thru nat dt1649651@yahoo.com Cisco 3 07-07-2005 06:15 PM
PIX 501 and inbound NAT/PAT Alex Cisco 2 08-10-2004 10:41 PM
PIX: Inbound http fails to bring up a web page from server in DMZ; PIX logs shows : J Bard Cisco 0 01-09-2004 04:24 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57