07-29-2014 07:52 AM - edited 03-04-2019 11:26 PM
Hi,
Is it possible to activate nat harpin to activate nat hairpin so that internal user can access to an internal server by rdp with the WAN IP adress ?
By default the typical configuration is
int fa 4
description wan
ip addresse X.X.X.X
ip nat enable
translation nat rule:
ip nat source static tcp Y.Y.Y.Y 3389 interface FastEthernet4 3389
Where Y.Y.Y.Y is the server IP adresss
Thanks for your help
07-30-2014 05:55 AM
Hi,
No answer ?
07-31-2014 01:12 AM
Hi,
I need really a help for this question
07-31-2014 11:55 AM
Hi,
The NAT NVI solution you posted will do the job with ip nat enable on both NAT interfaces and no ip redirect on both interfaces.
Regards
Alain
09-04-2014 01:00 AM
Hi,
I think something is still missing
Here a test configuration from a cisco 887 connected on an ADSL
interface ATM0
no ip address
ip nat enable
no atm ilmi-keepalive
pvc 8/35
cbr 150
tx-ring-limit 2
encapsulation aal5mux ppp dialer
dialer pool-member 10
!
!
interface FastEthernet0
description LAN DATA
switchport access vlan 2
!
interface FastEthernet1
description LAN DATA
switchport access vlan 2
!
interface FastEthernet2
description LAN DATA
switchport access vlan 2
!
interface FastEthernet3
description LAN DATA
switchport access vlan 2
!
interface Vlan1
no ip address
!
interface Vlan2
ip address 192.168.1.1 255.255.255.0
no ip redirects
ip nat enable
ip virtual-reassembly in
!
!
interface Dialer10
ip address negotiated
no ip redirects
ip nat enable
ip virtual-reassembly in
encapsulation ppp
dialer pool 10
dialer-group 10
ppp authentication chap callin
ppp chap hostname adslprod@ioadsl
ppp chap password 0 adslprod
ppp ipcp dns request
no cdp enable
hold-queue 224 in
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
no ip nat service sip udp port 5060
ip nat source list nat interface Dialer10 overload
ip nat source static tcp 192.168.1.200 3389 interface Dialer10 3389
ip route 0.0.0.0 0.0.0.0 Dialer10
!
ip access-list standard nat
permit 192.168.1.0 0.0.0.255
!
logging esm config
!
192.168.1.200 is the device with rdp enable on it
Can you help on what is missing ?
Thanks
09-04-2014 02:36 AM
Hi,
Looking for some help ?
Thanks
09-05-2014 02:29 AM
Hi,
No answer ?
Thanks
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