cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
824
Views
5
Helpful
2
Replies

Accessing server in internet

protocol_1984
Level 1
Level 1

Hi,

We are a very small firm and trying to implement a server in our LAN which we wanted to access through internet. We approached ISP for public IP and they installed a router and enabled internet. LAN nodes are able to access internet but cannot access the server from internet. Need assistance...

1 Accepted Solution

Accepted Solutions

cadet alain
VIP Alumni
VIP Alumni

Hi,

you need a static PAT entry like this:

ip nat inside source static tcp x.x.x.x interface x/x   where interface is external interface and x.x.x.x is private IP from server.

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

View solution in original post

2 Replies 2

cadet alain
VIP Alumni
VIP Alumni

Hi,

you need a static PAT entry like this:

ip nat inside source static tcp x.x.x.x interface x/x   where interface is external interface and x.x.x.x is private IP from server.

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

HI,

Thanks for the info. It worked for me...:-)

Regards,

Raffi