cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
649
Views
0
Helpful
6
Replies

Access server from remote site via routers and firewall

net buzz
Level 1
Level 1

Hi!

As per the diagram, each remote site will need to access the server situated in the main site.

I have configured the routers and firewall.

Please check if this configuration will work.

See attached the configurations and diagram.

Regards,

Alvin

1 Accepted Solution

Accepted Solutions

Hi Alvin,


Did it resolve the issue.

If so, please mark the issue as resolved so that we can give way to newer discussions.


Cheers,

Avinash.

View solution in original post

6 Replies 6

apothula
Level 1
Level 1

Hi Alvin,

global (outside) 3 10.0.0.30 netmask 255.255.255.255
nat (inside) 3 ServerIP 255.255.255.255

What is this for ?

Also, at the remote site you should be adding a route for the Server IP address specifying the Main Router's IP address as the next hop.

Cheers,


Avinash.

Dear Avinash,

In the remote site router I have already added the network route:

ip route 172.30.4.1 255.255.255.255 192.168.1.1

where 192.168.1.1 is the WAN IP address of the main router.

The ip nat inside source static 10.0.0.31 172.30.4.1 is supposed to NAT the 10.0.0.31 IP to 172.30.4.1 IP.

Are the global (outside) 3 10.0.0.30 netmask 255.255.255.255 and nat (inside) 3 ServerIP 255.255.255.255 not necessary to permit the server to connect to the remote sites.

Regards,

Alvin

Hi Alvin,

You already have a static translation configured for the server.

So, the nat global statements are not required.

Also, please be informed that dynamic pat (nat & global) is unidirectional.


Cheers,

Avinash.

Ok Avinash.

But I still need the ip nat inside source static 10.0.0.31 172.30.4.1 command to further translate the server IP from 10.0.0.31 to 172.30.4.1 and then configure the remote router with the ip route 172.30.4.1 255.255.255.255 192.168.1.1.

Regards,

Alvin

Yeah...sure

Hi Alvin,


Did it resolve the issue.

If so, please mark the issue as resolved so that we can give way to newer discussions.


Cheers,

Avinash.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: