I am new to the firewall config. Please be kind.
We have a PIX 515 running 6.3(3)
Here is what we need to do. We connect to a website and login to it. This connects to a server so we can retrieve records. We need to have ports 5099 and 8421 open for the connection to work. I would like to only have those ports open to the specific IP of the outside server. I would prefer not to have these two ports open to anyone. This server is outside of our network and does not belong to us.
I tried this, but it held up inbound email.
#object-group service ports_allowed tcp-udp
#description Allowed ports ingress to all internal hosts
#port-object eq 5099
#port-object eq 8421
#access-list 101 permit tcp host 66.X.X.X any object-group ports_allowed
#access-list 101 permit udp host 66.X.X.X any object-group ports_allowed
#access-group 101 in interface outside
Please let me know if you need additional information. I would appreciate any help you could provide.
Thanks.
We have a PIX 515 running 6.3(3)
Here is what we need to do. We connect to a website and login to it. This connects to a server so we can retrieve records. We need to have ports 5099 and 8421 open for the connection to work. I would like to only have those ports open to the specific IP of the outside server. I would prefer not to have these two ports open to anyone. This server is outside of our network and does not belong to us.
I tried this, but it held up inbound email.
#object-group service ports_allowed tcp-udp
#description Allowed ports ingress to all internal hosts
#port-object eq 5099
#port-object eq 8421
#access-list 101 permit tcp host 66.X.X.X any object-group ports_allowed
#access-list 101 permit udp host 66.X.X.X any object-group ports_allowed
#access-group 101 in interface outside
Please let me know if you need additional information. I would appreciate any help you could provide.
Thanks.