Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
First, let me say I grew up on the IP side of this house. I'm not bad with the voice stuff, but I'm no expert. I'm hoping what I'm doing wrong is elementary and I'm just failing to see it. So, here goes nothing.I have a 3845 router with a WIC-1MFT...
ip nat inside source list 1 pool public access-list 1 permit 172.18.10.39access-list 1 permit 172.18.10.100It was staring me in the face. Add 172.18.10.100 to this ACL on the Internet Router.
Is 172.18.10.39 the outside interface of the PIX?If so, your problem is the Internet router thinks 172.18.10.100 is directly connected to itself in the DMZ. It works in the firewall's case because the firewwall broadcasts the ARP reply for .39 but n...