RE: How to Open Pix firewall Ports

2001-03-13 Thread Nabil Fares
It depends on the version you're using: some versions you can only issue the conduit commands, new versions 5.X you can do both conduits and static/access-lists commands. Let me know which version you're using. Nabil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: How to Open Pix firewall Ports

2001-03-13 Thread Allen May
Well you can use the STATIC and CONDUIT commands to do it and open ports with the conduit statement. However, these will be replaced with ACL statements in a near future version. If you have a manual, see if you can figure it out from there. If not I can help you offline send the final result

Re: How to Open Pix firewall Ports

2001-03-13 Thread Darren Crawford
If you are opening the ports to "outside" entities you'll need to create conduits. They would look something like this: conduit permit udp host 1.1.1.1 eq 3050 any conduit permit tcp host 1.1.1.1 eq 3050 any conduit permit udp host 1.1.1.1 eq 3051 any conduit permit tcp host 1.1.1.1 eq 3051

RE: How to Open Pix firewall Ports

2001-03-13 Thread Hartnell, George
--Original Message- From: Darren Crawford [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 11:06 AM To: Muhammad Faheem; cisco@groupstudy. com (E-mail) Subject: Re: How to Open Pix firewall Ports If you are opening the ports to "outside" entities you'll need to create condui