hi,
i am trying to configure static nat as to telnet from outside server 10.11.19.51 to inside server 10.10.10.28
but i am advertising the ip 10.16.21.206 for telnet....when any one telnets 10.16.21.206 will land on 10.10.10.28 server
remote server 10.11.19.51
isp side ip add 172.18.4.129
my end global ip 172.18.4.130
loop back 10.16.21.206
---------------------------------------------------------------------------------------------------------------------------------------
the running config is
interface Loopback10
ip address 10.16.21.206 255.255.255.255
ip nat outside
ip virtual-reassembly in
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
ip address 172.18.4.130 255.255.255.252
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 10.10.10.100 255.255.255.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
!
router bgp 65412
bgp log-neighbor-changes
network 10.16.21.206 mask 255.255.255.255
neighbor 172.18.4.129 remote-as 65000
!
ip nat inside source static 10.10.10.28 interface Loopback10
ip route 0.0.0.0 0.0.0.0 10.10.10.1
----------------------------------------------------------------------------------------------------------------------------
i don't know where i am missing but the natting is not working....
i simulated this in packet tracer and GNS3 but not able telnet to server 10.28
please help.....