Hi Rene,
I have used below cmd's, but still translation is not working for me, show some light here pls.
interface FastEthernet0/0
ip address 192.168.123.4 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 192.168.45.4 255.255.255.0
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
ip nat pool WWW 192.168.123.1 192.168.123.3 prefix-length 24 type rotary
ip nat inside destination list 25 pool WWW
!
access-list 25 permit 192.168.45.100






