Networking:

Networking description:
G0/0/0 is Unicom link address 58.23.90.58
G0/0/1 is telecom link address 121.205.3.126
The 8008 port of Unicom address and telecom address respectively mapping the 8008 port of internal server
Requirements:
Unicom users through Unicom address access, telecom user through the telecom address access.
Customer equipment is used as the up export link, NAT server configuration is as follows:
nat server 14 protocol tcp global 121.205.3.126 8008 inside 10.1.11.206 8008 no-reverse
nat server 15 protocol tcp global 58.23.90.58 8008 inside 10.1.11.206 8008 no-reverse
ip route-static 0.0.0.0 0.0.0.0 GigabitEthernet0/0/0 121.205.3.1
ip route-static 0.0.0.0 0.0.0.0 GigabitEthernet0/0/1 58.23.90.57
Through the 8008 port of telecom address 121.205.3.126 can visit internal server, but through the unicom address 58.23.90.58 can't visit.