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
  • Do I need to somehow include the firewall external address in this DNAT setup?
    Yes, in the Traffic Destination field.  Reconfigure your DNAT as follows:

    Traffic Source: Any
    Traffic Service: HTTP
    Traffic Destination: External (WAN) (Address) built-in definition object (Icon looks like a NIC)
    NAT Mode: DNAT
    Destination 10.62.149.115 (internal natted LAN address of web server)
    Destination Service: Leave blank
    Log initial packets: yes
    Automatic packet filter rule: yes
Reply
  • Do I need to somehow include the firewall external address in this DNAT setup?
    Yes, in the Traffic Destination field.  Reconfigure your DNAT as follows:

    Traffic Source: Any
    Traffic Service: HTTP
    Traffic Destination: External (WAN) (Address) built-in definition object (Icon looks like a NIC)
    NAT Mode: DNAT
    Destination 10.62.149.115 (internal natted LAN address of web server)
    Destination Service: Leave blank
    Log initial packets: yes
    Automatic packet filter rule: yes
Children