cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
234
Views
0
Helpful
1
Replies

Natting issue from outside to inside

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 serverDesig (1).jpg

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.....

1 Reply 1

any clue...

i am not anle ping from the server 10.10.10.28 to loop back ip address 10.16.21.206

Review Cisco Networking for a $25 gift card