How is the following to configure with NAT :
10.0.0.xxx ---- ETH0 Cisco2500 ETH1 --- 10.0.40.1 server
The server 10.0.40.1 should be accessable via telnet for
all users with IP 10.0.0.xxx on ETH0, so they
should access it by : telnet 10.0.40.1
But the server should also be accessable
if I telnet to 170.10.10.1 , so I need to use NAT
How to configure this , below does not work
I can telnet to 170.10.10.1 but not to 10.0.40.1 ?
int ETH0
ip nat outside
int ETH1
ip nat inside
ip nat inside source static 10.0.40.1 170.10.10.1
thanks for help
10.0.0.xxx ---- ETH0 Cisco2500 ETH1 --- 10.0.40.1 server
The server 10.0.40.1 should be accessable via telnet for
all users with IP 10.0.0.xxx on ETH0, so they
should access it by : telnet 10.0.40.1
But the server should also be accessable
if I telnet to 170.10.10.1 , so I need to use NAT
How to configure this , below does not work
I can telnet to 170.10.10.1 but not to 10.0.40.1 ?
int ETH0
ip nat outside
int ETH1
ip nat inside
ip nat inside source static 10.0.40.1 170.10.10.1
thanks for help