06-26-2005 05:36 AM - edited 02-21-2020 12:13 AM
I am replacing a software firewall with a PIX515E. I'm using the same inside and outside address's that are currently in place. I can ping to my inside router from the PIX, but no other traffic going through. I must be missing something. If someone could please take at look at this config, I would really appreciate it. Thanks,
06-26-2005 01:25 PM
Hello Ryan,
you need to create acl to allow smtp & www and access-group under the outside interface.
access-list NameofACL permit tcp any destination eq 25
access-list NameofACL permit tcp any destination eq 80
access-group NameofACL in interface outside
clear xlate
after you make the changes
This is assuming smtp and www from Net address range.
Let me know if it works for you.
06-26-2005 01:39 PM
I know that, I just haven't gotten to that part because I get no outbound traffic from the inside interface. I get xlate's, but nothing goes through. I can ping my inside interface from my host's and can ping my inside host's from the PIX. Any idea's?
Thanks,
06-26-2005 05:06 PM
Is your inside network directly connected to your Pix ?
If not consider static routes pointing to next hop.
Is the default route set correctly on the host ?
06-26-2005 05:28 PM
I have a 2610 pointing all outbound traffic to the inside address. The setup is currently working on a different firewall with the same address's. Just unplugging the old firewall and plugging in the PIX.
06-26-2005 05:32 PM
run this cmd;
logging buffered
and do a traceroute/ping/www thru the fw.
This will no doubt fail and you will notice a deny message in the log.This message should indicate
whether a route does not exist, permission issue,translation problems or some other reason.
Also post the error message that results from test if these suggestions to do not work out.
06-26-2005 05:38 PM
Thanks, I will do that tomorrow as soon as I can take the network offline. Do you think there could be a compatibility issue with the broadband modem, is there any reason the modem would need to be power cycled? Just thoughts!
06-27-2005 05:20 AM
I did the logging buffered command, but it shows 0 messages, I also changed inside and outside ip address's to a subnet all it's own and put just 1 terminal behind it to rule out any problems from my normal internal network. I can ping the PIX from the terminal and vice versa, but no outbound. Could there be a problem with the IOS or a bad interface?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide