CAnt connect to my server outside network USIN RDP

Mezie Megalyf

Reputable
Apr 29, 2015
1
0
4,510
Hello Please I need to access a server using RDP on 192.168.1.204... below are my configs please help.... I trust you guys a lot.

interface GigabitEthernet0/0
description CONNECTION_TO_GLO1_LINK
ip address 172.30.4.182 255.255.255.252 secondary
ip address 197.***.***.*** 255.255.255.248
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface GigabitEthernet0/1
description connection to ipNX
ip address 10..***.***.*** 255.255.255.252 secondary
ip address 41..***.***.*** 255.255.255.248


I have two ISPs And i am load balancing the two which is working but i dont sem to be able to connect to my 192.168.1.204 from outside

ip nat source static tcp 192.16.1.204 80 41.***.***.*** 80 extendable
ip nat source static tcp 192.16.1.204 443 197.***.***.*** 443 extendable

ip nat inside source static 192.168.1.49 41..***.***.***
ip nat inside source static tcp 192.168.1.204 80 41.***.***.*** 80 extendable
ip nat inside source static udp 192.168.1.204 80 41.***.***.***80 extendable
ip nat inside source static tcp 192.16.1.204 443 41..***.***.*** 443 extendable
ip nat inside source static udp 192.168.1.204 3389 41.***.***.*** 3389 extendabl
e
ip nat inside source static tcp 192.168.1.204 80 197.***.***.*** extendable
ip nat inside source static udp 192.168.1.204 80 197..***.***.***80 extendable
ip nat inside source static tcp 192.168.1.204 3389 197.***.***.*** 3389 extendabl
e
ip nat inside source static udp 192.168.1.204 3389 197.***.***.***3389 extendabl
 
192.168.xxx.xxx addresses are private; that's not what the outside world sees. You will need to use one of the IP addresses your ISPs have assigned to you. On the desired host machine, go to http://whatsmyip.net. The address it shows you is what you need to select from the outside world.