cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
361
Views
0
Helpful
3
Replies

Pix 515 VPN issues

techiegrl
Level 1
Level 1

Hi,

We are trying to give remote client access to a server on inside interface. We have read alot of similare topics, but still is not working. Can someone please take a look at our configuration and let us know what we are doing wrong?

Our int are as follows:

outside = 204.222.162.0

inside = 192.168.1.1-254

DMZ = 204.222.161.0

Thanks

2 Accepted Solutions

Accepted Solutions

fortis123
Level 1
Level 1

Hi,

you need to have a static nat translation for the internal server.

static(inside,outside) netmask 255.255.255.255 0 0

Then create an access-list to allow access to the the host (public ip) with port..

ex:

access-list out_to_in permit tcp any host 1.1.1.1 eq telnet

Apply the ACL to outside interface.

hth

thank you

MS

View solution in original post

Hi Stefanie,

Assuming that you have a VPN connection, as you mentioned in your topic title, a static would not solve the issue. Please attach your config.

Regards

View solution in original post

3 Replies 3

fortis123
Level 1
Level 1

Hi,

you need to have a static nat translation for the internal server.

static(inside,outside) netmask 255.255.255.255 0 0

Then create an access-list to allow access to the the host (public ip) with port..

ex:

access-list out_to_in permit tcp any host 1.1.1.1 eq telnet

Apply the ACL to outside interface.

hth

thank you

MS

Hi Stefanie,

Assuming that you have a VPN connection, as you mentioned in your topic title, a static would not solve the issue. Please attach your config.

Regards

Thanks for the info, this solved my issue.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: