| Hi Sumit, The access-list specifies a specific protocol (telnet) that should be matched for the translation, but in your static configuration, you specifiy the whole ip-address to be translated (so both tcp and udp). And that doesn't match up. The asa can't detemine in a single way what to needs be translated (e.g. mixing up pat and nat). You could better do: access-list nat-1 permit ip host 172.8.6.4 host 172.8.52.5 static (outside,inside) 172.8.731 access-list nat-1 Or use tcp ports (I think it's possible) and do static (outside,inside) tcp 172.8.7.31 23 access-list nat-1 Pieter-Jan On 20 jun 2010, at 19:14, Sumit Mahla wrote: --- Nefkens Advies Enk 26 4214 DD Vuren The Netherlands Tel: +31 183 634730 Fax: +31 183 690113 Cell: +31 654 323221 Email: [email protected] |
_______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
