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.
The ip addresses pool for the VPN users are 10.10.10.0 255.255.255.0. Inside the Pix, the servers are with private ip addresses like 192.168.100.0 255.255.255.0. The VPN users authenticate themselves with a RAS server that is also the DNS server. So ...
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 !
Here is a listing of the show crypto map command and the show access-list command. The public ip address is not my but a faked one.companypix# show crypto mapCrypto Map: "mymap" interfaces: { outside } client configuration address initiate client con...
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...
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 ...
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 sta...