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

Accessing internal website on external IP

I think I'm missing a few steps here in creating a NAT to access a internally hosted website externally.

Here's what I have so far:

I've told our ISP to designate an external address for us (78.x.x.59). When a smartphone application connects to that address, I want them to access 10.62.149.115 internally. 

I've set up a DNAT Accordingly:

Traffic Source: Any
Traffic Service: Any
Traffic Destination: External (78.x.x.59) 
NAT Mode: DNAT
Destination 10.62.149.115
Destination Service: HTTP (1:65535 -> 80)
Log initial packets: yes
Automatic packet filter rule: yes

Whenever anyone externally tries to access the 78.x.x.59 address, nothing happens. I don't see it logged on the packet filter log. I can also ping 78.x.x.59 as well as its DNS, but when I traceroute it, it times out after about 15 hops on some unknown address. Our firewall external address is 78.x.x.60. Do I need to somehow include the firewall external address in this DNAT setup?


This thread was automatically locked due to age.
Parents Reply Children
  • Yes it's the ADDRESS, and don't worry about the IP, I actually typo'ed in here. the 57 is correct. Sorry for the confusion.

    I'm new to Astaro configuration, but the way I understand it is that the External Network Interface (our astaro public IP, which ends in .60) is set up. Then we create an "additional address" external interface (the .57, or the one I want to work) and the .57 should be what I use in the NAT rule and it should accessible by typing in 78.x.x.57 address in a browser, correct?