Re: Cisco 1720 Question
- From: RobO <rob@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 26 Aug 2005 20:09:27 +0100
Thomas E Petersen wrote:
> Please forgive my ignorance, but I'm a total noob at Cisco and this fell
> into my lap. We have a location that has a Cisco 1720 that connects three
> networks to a firewall. One of the clients, who had a server on one of the
> networks, wants to setup a VPN into their server on port 5000. I can get
> this forwarded through our firewall and have pointed it at the gateway
> address of the destination network (on the Cisco 1720).
>
> I had nothing to do with the setup of this router and I do know that the
> guy who did set it up only did so with the help of Cisco's tech support. I
> don't believe this is an option this time, as the router was installed in
> 2001 and, as far as I know we have no service agreement on it. I do know how
> to into the router via Telnet and how to get it into configure mode, but
> after that I'm lost. Can this router forward port 5000 (or any other port)
> to another network? If so, how would I do this?
Hi!
If the router is doing the NAT'ing then you should be able to setup a
NAT/PAT translation on the box.
"show run" will print out the configuration.
If the config shows up "ip nat inside/outside" on the relevant
interfaces then the router is doing the NAT;ing.
A generic example of setting up a translation for TCP port 5000:
"ip nat inside source static tcp INT-SERVER-IP 5000 EXT-ROUTER-IP 5000
extendable"
The other thing to check would be if there is any access-list in place
(inbound on the external interface):
Check to see if there are any "access-group" commands under any of the
interfaces in the config and make of the access-group name.
This will relate to an access-list that is either blocking/permitting
specific traffic.
It will have to be edited to include port 5000 for the traffic that you
want to permit.
Post your config if you get stuck.
Rob
.
- Follow-Ups:
- Re: Cisco 1720 Question
- From: Thomas E Petersen
- Re: Cisco 1720 Question
- References:
- Cisco 1720 Question
- From: Thomas E Petersen
- Cisco 1720 Question
- Prev by Date: Cisco 1720 Question
- Next by Date: checkpoint can cisco can't !!
- Previous by thread: Cisco 1720 Question
- Next by thread: Re: Cisco 1720 Question
- Index(es):
Relevant Pages
|