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

Port Forwarding from additional IP's

We're using 7.002 and I have port forwarding working from the primary IP on our 2 WAN links.  However, when I try to setup port forwarding from additional IP's on those 2 links, they fail.

Has anyone done additional IP port forwarding?


This thread was automatically locked due to age.
Parents
  • I've used the following to get a webserver forwarded through normally with 3 steps:

    1) Create Interface
    Network>>interfaces
    Additional interface created of WebPublic
    Create the IP and use a host masq of /32

    2) Create DNAT
    Network Security>>NAT
    DNAT
    Traffic Source: Any  
    Traffic Service: HTTP
    Traffic Destination: WebPublic(address)  
    NAT Mode: DNAT
    Destination: Webserver
    Destination Service: HTTP

    3) Create Packetfilter
    Network Security>>Packet filter
    Rules
    New Rule
    Source: Any
    Service: HTTP
    Destination: Webserver
Reply
  • I've used the following to get a webserver forwarded through normally with 3 steps:

    1) Create Interface
    Network>>interfaces
    Additional interface created of WebPublic
    Create the IP and use a host masq of /32

    2) Create DNAT
    Network Security>>NAT
    DNAT
    Traffic Source: Any  
    Traffic Service: HTTP
    Traffic Destination: WebPublic(address)  
    NAT Mode: DNAT
    Destination: Webserver
    Destination Service: HTTP

    3) Create Packetfilter
    Network Security>>Packet filter
    Rules
    New Rule
    Source: Any
    Service: HTTP
    Destination: Webserver
Children