I am new to the PIX, and have a 515E, version 6.3(4).
I created an ACL to allow traffic on 10000 and 1723, but it does not appear to be working.
Here is the access list I created:
access-list 100; 5 elements
access-list 100 line 1 permit tcp any any eq 10000
access-list 100 line 2 permit tcp any any eq pptp
access-list 100 line 3 permit udp any any eq 1723
access-list 100 line 4 permit udp any any eq 10000
access-list 100 line 5 permit tcp host XXX.XXX.XXX.XXX any
(Please note that the X's are replacing the Remote VPN IP Address, and I added that only after the first four lines did not work)
When I type sh access-li I do not see any hit counts for the new list I created, nor can I connect to the VPN.
In addition, when I type "sh config" I can see my other access-lists in the list, but not the new one I created.
After I created the access list, i entered the following to apply:
access-group 100 in int outside
Any ideas?
I created an ACL to allow traffic on 10000 and 1723, but it does not appear to be working.
Here is the access list I created:
access-list 100; 5 elements
access-list 100 line 1 permit tcp any any eq 10000
access-list 100 line 2 permit tcp any any eq pptp
access-list 100 line 3 permit udp any any eq 1723
access-list 100 line 4 permit udp any any eq 10000
access-list 100 line 5 permit tcp host XXX.XXX.XXX.XXX any
(Please note that the X's are replacing the Remote VPN IP Address, and I added that only after the first four lines did not work)
When I type sh access-li I do not see any hit counts for the new list I created, nor can I connect to the VPN.
In addition, when I type "sh config" I can see my other access-lists in the list, but not the new one I created.
After I created the access list, i entered the following to apply:
access-group 100 in int outside
Any ideas?