12-21-2004 10:38 AM - edited 02-20-2020 11:49 PM
How can I open a port on a Pix 501 ? I tried to add a access-list with a port number. After that, I tested it with a port scanner and the port is not open. I thought that adding an access-list will open the port.
Thanks !
12-21-2004 10:46 AM
Only if you are not using NAT. If you are using NAT or PAT, you will need a static statement to forward the port, or an IP, to the inside host
12-21-2004 11:19 AM
I am using NAT. Here's the situation : The users connect by VPN and obtains addresses like 10.0.1.x. I need them to access to a server inside the Pix that has a private ip address like 192.168.100.10 on port 19000 let say. For now, I don't have a static statement for the server ip address like
static (inside,outside) Pix_public_ip_address 192.168.100.10 255.255.255.255
12-21-2004 12:31 PM
Are they making a vpn connection to the pix? If so:
you don't need a static
you want to disable nat between the ip address pools on the inside interface (the server ,etc), and the ip local pool assigned to vpn clients.
SO there is no nat between the server and the vpn clients. The clients should be able to access the server normally. If they cannot, it may be a name resolution issue. Can the clients ping the server by ip address?
12-21-2004 01:06 PM
The clients connect through the PIX and authenticate themselves on a RAS Server. This RAS Server is the DSN Server as well. When the client is connected the client's ip address of the dns server is the ip address of the RAS Server. Here's an exemple :
VPN Client ip configuration:
ip address : 10.10.10.1
primary DNS : 192.168.100.5
So the client can ping the primary DNS ip address successfully. It can access ressources on that server. But any other ip addresses are not pingable. I want to give access to a server with ip address like 192.168.100.8 but the clients can't even ping it. I guess the Pix has an access-list that deny ping when the Clients are connected through VPN.
Here is something that I just remembered. If I am connected through the VPN and I want to remotetly control a computer on the lan, I can. I can take control of a computer ( with Remote desktop ) with a ip address of 192.168.100.50, but I don't ping it.
Is it just a ping issue ?
Thanks for your responses !
12-22-2004 06:13 AM
I just added the configuration in the attachment. Maybe it would be easier to understand.
What I want is that the VPN Client with ip addresses like 10.x.x.x can access a server with ip addresse like 192.168.100.10 on a particuliar port. For now, when I'm connected with VPN I can't ping the server 192.168.100.10. I added an access-list like :
access-list 100 tcp permit 10.10.10.x 255.255.255.0 192.168.100.10 eq port_number
Any ideas ?
Thanks in advance !
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