cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
321
Views
0
Helpful
7
Replies

NAT how to make it work

followurself
Level 1
Level 1

we are trying to get an ip address of proxy server A to another proxy server Bin case if its down.

the switch where we r trying is 6509 with version ...12.1 (4) E3

this is the config

ip nat inside source static proxy B proxy A

interface vlan 100

ip nat outside

interface vlan 101

ip nat inside

when we ping proxy A we cd see a reply from proxy B

but when i do a telnet on port 80 icant connected

whts wrng? how to get it work

7 Replies 7

albayrak8791
Level 1
Level 1

Did you dou create your nat pool ?

How many IP address do you have one or multiple ?

It seems like you are missing the nat pool config...

nat pool? y its required ?

wht i want is any traffic hitting vlan 102 interface for destination as proxy B shd get translated as proxy A..why a pool is required? so with my current config when i ping the reply comes from proxy a and nt b..so translations is working i guess..but when i try to connect on port 80 or any IP traffic it isnt working

correction..i mean any traffic for destination A coming on vlan 100 shd get transalted to proxy B and i cd ICMP reply from proxy B when i ping A but no IP traffic works...so the routing of traffic is happening when traffic comes on interface 100 ..how do i make it work for IP traffic

rajinikanth
Level 3
Level 3

Hi,

Why do u telnet on port 80

telnet default port is 23

Try using that port it should work.

HTH

Thanks

Raj

i guess u rnt understanding? http port 80 is wht proxy listen to..so if do a telnet porxyip 80 i shd see a connection.. a black screen..i cant connect on any IP port on the destination IP address with my config..but i can ping and it get translated to the destination IP..hope i m clear now

rajinikanth
Level 3
Level 3

Hi,

use this command

ip nat inside source static tcp proxyB 80 proxyA 80

Tell me if it worked

Thanks

Raj

Thanx Rajnikanth..have u tried it before. i did try the port redirection but no luck..it isnt working