Remember that you need to apply "ip nat outside" on the loopback, so it means that the server will be translated to the loopback as it is translated to the Internet, so when the clients hit the loopback, they will look for the "PUBLIC IP" per say and...
Remember that you need to apply "ip nat outside" on the loopback, so it means that the server will be translated to the loopback as it is translated to the Internet, so when the clients hit the loopback, they will look for the "PUBLIC IP" per say and...
Do this:#interface loopback 0 ip address 1.1.1.1 255.255.255.0 no shut#access-list 100 permit ip 192.168.1.0 0.0.0.255 #access-list 101 permit ip 10.99.9.0 0.0.0.255 #route-map IN-OUT permit 10 match ip address 100 set ip next-hop 1.1.1.2#route-m...