RE: [fw-wiz] PAT on Cisco PIX 515

From: Paul Melson (psmelson_at_comcast.net)
Date: 02/22/05

  • Next message: Luke Butcher: "RE: [fw-wiz] PAT on Cisco PIX 515"
    To: <firewall-wizards@honor.icsalabs.com>
    Date: Tue, 22 Feb 2005 14:24:10 -0500
    
    

    Assuming no previous config of any kind:

    static (inside,outside) [your new NAT-ed MX record IP goes here] [your new
    internal mail server IP goes here] netmask 255.255.255.255
    access-list acl_outside-in permit tcp any host [your new NAT-ed MX record IP
    goes here] eq 25
    access-group acl_outside-in in interface outside

    BTW, the PIX 6.3 command reference is here:
    http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_refer
    ence_book09186a008017284e.html

    It has the answers to all these questions and more.

    PaulM

    -----Original Message-----
    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


  • Next message: Luke Butcher: "RE: [fw-wiz] PAT on Cisco PIX 515"