Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > open all ports using pix

Reply
Thread Tools

open all ports using pix

 
 
ahmad2005 ahmad2005 is offline
Junior Member
Join Date: Nov 2008
Posts: 2
 
      11-05-2008
hi all,
iam new with pix firewalls,
so i need to open all ports (any) from ip to another ip
for example: from 10.10.2.2 to 172.16.5.5
can any one help me with the access list statement

thank u very much
 
Reply With Quote
 
 
 
 
sdunn96 sdunn96 is offline
Member
Join Date: Oct 2008
Posts: 34
 
      11-06-2008
access-list access_list_name extended permit tcp any any

and do that for each service....
tcp, icmp, udp, etc....

I think that should work.
 
Reply With Quote
 
 
 
 
ahmad2005 ahmad2005 is offline
Junior Member
Join Date: Nov 2008
Posts: 2
 
      11-07-2008
i would like to thank you for your reply
then
may be u didnt understand my question
i need to open the all ports from 10.10.2.2 to 172.16.5.5 , i mean all ports will be allowed in this traffic

in your asnwer i think (access-list access_list_name extended permit tcp any any) means that you open tcp ports from any source to any destination
 
Reply With Quote
 
sdunn96 sdunn96 is offline
Member
Join Date: Oct 2008
Posts: 34
 
      11-08-2008
Quote:
Originally Posted by ahmad2005
i would like to thank you for your reply
then
may be u didnt understand my question
i need to open the all ports from 10.10.2.2 to 172.16.5.5 , i mean all ports will be allowed in this traffic

in your asnwer i think (access-list access_list_name extended permit tcp any any) means that you open tcp ports from any source to any destination

If it is a one to one, then you can specify single hosts in the access_list.

Specify host before the first computer (source) and then specify host for the second computer (dest.)
 
Reply With Quote
 
sdunn96 sdunn96 is offline
Member
Join Date: Oct 2008
Posts: 34
 
      11-08-2008
Oh, and I would just use the keyword "ip" in the access list, disregard my earlier statment.

So something like

access-list 102 permit ip host 10.10.2.2 host 172.16.5.5
 
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
Type of actual ports is not compatible with type of ports of entity. mreister VHDL 1 05-25-2010 11:30 AM
PIX 515 - Open all ports except a few Corbin O'Reilly Cisco 6 08-16-2008 12:03 AM
PIX 501 open ports for Remote Desktop Web rufus Cisco 0 10-31-2007 04:29 PM
Recommendations Please for a PCI card w/ two USB 2 Ports and FireWaire Ports Mike Digital Photography 27 02-26-2006 12:54 AM
All Ports open on IIS Server? Sqezins Computer Security 16 10-12-2004 12:14 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