Dear ,

Hello Foad ,

To configure port forwarding on Cisco 800 you can configure the follwing
command :

*R1(CONFIG)# ip nat source static tcp 192.168.1.10 3389 interface dialer0
3389 extendable*

where 192.168.1.10 is the local IP address from the device you want to
access remotely via desktop connection .
and dialer1 is the WAN interface if you have A dsl connection from your
provider .

*For VPN setup : *

1.You can configure dialup VPN connection . dont worry if you dont have
real IP, you can use DYNDNS instead .

Please Find the following config I have for one of my home routers on IPsec
VPN on CISCO 877

crypto isakmp policy 1
 encr aes
 hash md5
 authentication pre-share
 group 2
crypto isakmp key "pre shared password" address "peer ip"
!
!
crypto ipsec transform-set "set-name" esp-aes esp-sha-hmac
!
crypto map map-name 100 ipsec-isakmp
 set peer "peer ip"
 set transform-set "set name"
 match address "Access list for interesting traffic "

interface Dialer0
 crypto map map-name
 crypto ipsec df-bit clear


*For DYND DNS CONFIG :*

ip ddns update method DYNDNS
 HTTP
  add
http://USERNAME:[email protected]/nic/update?hostname=yourhostname.dyndns.org&myip=
<a>
 interval maximum 28 0 0 0
 interval minimum 28 0 0 0

For any further information please don't hesitate  contact me .

Regards






On Sun, May 20, 2012 at 10:09 AM, FUAD AHMED <[email protected]> wrote:

> Dear All
>
> I have a Cisco 800 series router - Aamal Net Package (provided by STC ,
> Saudi Arabia), and i'm trying to connect through server and branches by
> VPN. Im trying to connect between the systems by assigning Public static
> IP.  But I cant create tunnel for this connection.
> Kindly provide me a solution how to enable *RDP port forwarding* method
> in these kind of Router.
> --
>
>
> With Regards
>
> Fuad Ahmed
>
> _______________________________________________
> Menog mailing list
> [email protected]
> http://lists.menog.net/mailman/listinfo/menog
>
>


-- 
**Saleh J. Mansour
Senior Network  Engineer
Ramallah, Palestine
Mob      : +972 59 9889919
E-Mail    : [email protected] <[email protected]>
Web Site: www.ipv6.ps
------------------------------------------------------
_______________________________________________
Menog mailing list
[email protected]
http://lists.menog.net/mailman/listinfo/menog

Reply via email to