cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
592
Views
0
Helpful
9
Replies

How can doing NAT from outside (internet) to inside LAN Servers using one public IP??????

mussab-eltigani
Level 1
Level 1

How can doing NAT from outside (internet) to inside LAN Servers using one public IP??????

Should I using route map ????

1 Accepted Solution

Accepted Solutions

gcarson73
Level 1
Level 1

Lets say 99.3.81.66 is your public IP and ISP is on INT G0/0

ip nat inside source list 1 interface GigabitEthernet0/0 overload

ip nat inside source static tcp 10.3.81.6 443 993.81.66 443 extendable
ip nat inside source static tcp 10.3.81.61 80 99.3.81.66 80 extendable

access-list 1 permit 10.3.81.0 0.0.0.255

Int G0/0

ip nat outside

int g0/2

ip nat inside

View solution in original post

9 Replies 9

alex_ir01
Level 1
Level 1

what is device are you using ?

1941 series and no firewall connected.

Are you something configure ? Please put in command line "show ip nat statistics" and show your configuration.

Vinod16
Level 1
Level 1

mussab

Contact your network engineer they will do the needful..

also provide him (list H323 port for VC )for opening at firewall end.

For your information no firewall used in this topology and thank you for helping.

lgdelgado
Level 1
Level 1

you can use the nat in tcp/udp port ej:

serv1:80

serv2:21

publicip:80 ---> serv1:80

publicip:21 ---> serv2:21

gcarson73
Level 1
Level 1

Lets say 99.3.81.66 is your public IP and ISP is on INT G0/0

ip nat inside source list 1 interface GigabitEthernet0/0 overload

ip nat inside source static tcp 10.3.81.6 443 993.81.66 443 extendable
ip nat inside source static tcp 10.3.81.61 80 99.3.81.66 80 extendable

access-list 1 permit 10.3.81.0 0.0.0.255

Int G0/0

ip nat outside

int g0/2

ip nat inside

yazeedak1988
Level 1
Level 1

NAT have three types:

static NAT: when you assign one public IP to one private IP.

Dynamic NAT: when you have a pool of public IPs that is mapped to a pool of private IPs.

overload NAT: when you have single public IP and a pool of private IPs, and it will use private IP user ports or process ID to built NAT table...

Use Nat overload method

mussab-eltigani
Level 1
Level 1

Thank you very much and for all people who tried to help me to solve this problem.....

Review Cisco Networking products for a $25 gift card