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.
I have a server (A) behind a Pix 510 that is requesting udp traffic on port 7004 from a server (B) outside of the PIX. I can ping Server B from Server A. In one of my wireshark captures I see that server A is requesting UDP traffic on port 7004, bu...
I have Pix 501 in front of a webserver and I am unable to bring up any website off of the webserver. Here is some of my config:access-list InboundFilter permit tcp any host XXX.XXX.XXX.XXX (my public IP) eq wwwhttp server enablehttp 192.168.1.0 255....
Thanks for the help. Server_A is initiating the udp connection to Server_B. So Server_B is sending it back to destination port 7004. I tried putting "access-list outside_access_in permit udp host Server_B interface outside eq 7004" in but it would...
Thanks for the replies. Here is what I got.name 172.17.1.45 Server_Aname 10.2.1.13 Server_Baccess-list outside_access_in permit udp host Server_B interface outside eq 7004access-list outside_access_in permit icmp any anyip address outside 10.2.1.98 ...
Yea I do have that, sorry I left that out. More info...global (outside) 1 interfacenat (inside) 0 access-list nonat (No Nat'n for my VPN Client)nat (inside) 1 0.0.0.0 0.0.0.0 0 0Thanks again.
Yea I do have that, sorry I left that out. More info...global (outside) 1 interfacenat (inside) 0 access-list nonat (No Nat'n for my VPN Client)nat (inside) 1 0.0.0.0 0.0.0.0 0 0Thanks again.