04-03-2008 01:50 PM
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
Solved! Go to Solution.
04-04-2008 09:27 AM
Hi,
you need to have a static nat translation for the internal server.
static(inside,outside)
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
04-04-2008 09:31 AM
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
04-04-2008 09:27 AM
Hi,
you need to have a static nat translation for the internal server.
static(inside,outside)
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
04-04-2008 09:31 AM
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
04-04-2008 09:49 AM
Thanks for the info, this solved my issue.
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