This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Full NAT

I am trying to make a few services(FTP, Webserver) on internal network accessible from the outside world.  I know in v8 this guide was the best route:
Astaro Security Gateway – SNAT, DNAT, 1-to-1 NAT and Full NAT – HowTo

I now am running v9 on my ASG220 appliance an I see that Full Nat is labeled (source + destination nat)  I am a little confused on the settings that go in the following screenshot.


Let's say external address is 1.1.1.1 and internal ftp server is 10.10.10.10
&
External address is 1.1.1.2 and internal ftp server is 10.10.10.11

Ports 21 and 80 will be the same internal and external.

What goes in which blanks?  Any help would be great guys! 

I am new to Astaro/Sohpos my background is with PIX/ASA and I converting to Astaro for a new branch office.  On the pix this was a 15 second task via command line.  Having to create a DNAT and SNAT+ firewall rule is very time consuming.


This thread was automatically locked due to age.
Parents
  • Hi,

    Full NAT is mostly used when you want you LAN users to be able to access the server via its public IP. Full NAT is also often referred to as a "Loop back" ..
    Most common uses is if you have no local DNS and still are hosting mydomain.com on a local webserver which would make all clients request mydomain.com on the firewalls public IP.
    Will explain this if this is what you are trying to achieve.

    If this is not your case, but you just want the more ordinary accesss from the internet on a given port to a server use DNAT insted.
    To solve the Public IP issue ( different public IP than your default external WAN ), you can either create a SNAT or more simply just define this in the NAT masquerading for the server.

    Hope this helps, but keep in mind there are many different ways to configure this.
Reply
  • Hi,

    Full NAT is mostly used when you want you LAN users to be able to access the server via its public IP. Full NAT is also often referred to as a "Loop back" ..
    Most common uses is if you have no local DNS and still are hosting mydomain.com on a local webserver which would make all clients request mydomain.com on the firewalls public IP.
    Will explain this if this is what you are trying to achieve.

    If this is not your case, but you just want the more ordinary accesss from the internet on a given port to a server use DNAT insted.
    To solve the Public IP issue ( different public IP than your default external WAN ), you can either create a SNAT or more simply just define this in the NAT masquerading for the server.

    Hope this helps, but keep in mind there are many different ways to configure this.
Children
No Data