Hi, again problem with connection between VMWare and Cisco router, router allow connection just from one machine but we have to use also second server.
So our solution is NETSH in Windows, we will create this rules in first Windows machine which have access to Cisco:
Command for port forwarding
netsh interface portproxy add v4tov4 listenaddress=192.168.28.30 listenport=8099 connectaddress=192.168.20.96 connectport=8083
Command for check result
netsh interface portproxy show all
Command for delete rule
netsh interface portproxy delete v4tov4 listenport=8099 lictenaddress=192.168.1.30
So our solution is NETSH in Windows, we will create this rules in first Windows machine which have access to Cisco:
Command for port forwarding
netsh interface portproxy add v4tov4 listenaddress=192.168.28.30 listenport=8099 connectaddress=192.168.20.96 connectport=8083
Command for check result
netsh interface portproxy show all
Command for delete rule
netsh interface portproxy delete v4tov4 listenport=8099 lictenaddress=192.168.1.30