03-05-2007 03:09 PM - edited 03-11-2019 02:41 AM
I need to open port 3306 for inbound traffic on pix 515 E so i added the follwing line in after my other ports:
access-list InboundFilter permit tcp any any eq 3306
I also have the line:
static (inside,outside) (my public removed for security) 192.168.100.3 netmask 255.255.255.255 0 0
Is there any other line i need to add to allow TCP traffic on port 3306?
03-05-2007 03:14 PM
You need to make sure that-
- access-group InboundFilter is applied on outside interface of PIX.
- there is no "deny" access-list denying the traffic you just permitted above.
If this is right, then you dont need to put anything else.
Regards,
Vibhor.
03-05-2007 03:17 PM
I belive we have that with this line:
access-group InboundFilter in interface outside
03-05-2007 03:20 PM
You are all set .. :-)
Regards,
Vibhor
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