Hi,
for outbound traffic you do not have to do anything as by default everything is allowed from inside to a lower securiy interface (outside) so if the connection is initiated from the inside you will be fine. However if you are trying to connect from outside in you have to present the host you are trying to get to on the outside world this is done by a static.
static (insidie,outside) 217.publicIP 10.2.1.1(privateIP) netmask 255.255.255.255 0.0
then you will have an outside access-list
source IP destination IP
access-list outside permit tcp host 62.x.x.x host 217.publicIP eq 5500
access-list outside permit tcp host 62.x.x.x host 217.publicIP eq 9830
apply the access-lits to the outside interface
access-group outiside in interface outside
Main Topics
Browse All Topics





by: mivbinfotechPosted on 2004-09-27 at 04:28:32ID: 12159083
Gorgot to mention its PIX 501