RE: [fw-wiz] PAT on Cisco PIX 515
From: Luke Butcher (Luke.Butcher_at_alphawest.com.au)
Date: 02/22/05
- Previous message: Paul Melson: "RE: [fw-wiz] PAT on Cisco PIX 515"
- Maybe in reply to: Jay: "[fw-wiz] PAT on Cisco PIX 515"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: "Jay" <kinggooch@gmail.com> Date: Wed, 23 Feb 2005 07:34:25 +1100
Hi Jay,
Static is fairly simple. You'll need something like (if your interfaces
are default inside and outside):
static (inside, outside) public.ip.add.ress private.ip.add.ress
255.255.255.255
That will do NAT, basically translate one address to one address. The
catch is the interfaces are specified more trusted, less trusted but the
ip addresses are entered the other way around.
If you have 'sysopt noproxyarp' set you'll have to add an arp entry so
the PIX 'picks up' any traffic destined for your public NAT address.
This is basically:
arp outside public.ip.add.ress 1234.5678.90ab or whatever the mac
address of the outside interface of your PIX is.
Then you just add access-lists as appropriate to block/allow whatever
traffic.
Hope that helps,
Luke Butcher
Network/Security Consultant
-----Original Message-----
From: Jay [mailto:kinggooch@gmail.com]
Sent: Thursday, 17 February 2005 9:56 PM
To: firewall-wizards@honor.icsalabs.com
Subject: [fw-wiz] PAT on Cisco PIX 515
Hi,
i'm relatively new to PIX config and have been tasked with setting up a
second internal mail server with a different outward facing IP. I need
to tell the PIX to fwd any mail delivered to the outward ip to the LAN
side. I've noticed CISCO are fading out the conduit command but i've had
a trawl through google to check out the STATIC command but its still
about as clear as mud.
any help would be greatly appreciated
Jay
_______________________________________________
firewall-wizards mailing list
firewall-wizards@honor.icsalabs.com
http://honor.icsalabs.com/mailman/listinfo/firewall-wizards
_______________________________________________
firewall-wizards mailing list
firewall-wizards@honor.icsalabs.com
http://honor.icsalabs.com/mailman/listinfo/firewall-wizards
- Previous message: Paul Melson: "RE: [fw-wiz] PAT on Cisco PIX 515"
- Maybe in reply to: Jay: "[fw-wiz] PAT on Cisco PIX 515"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|