How to route outbound IP USG100.

Hi,

I managed to configure a Virtual IP on a WAN Port for incoming connections.

xxx.xxx.xxx.100 -> 192.168.10.10 (machine01)
xxx.xxx.xxx.101 -> 192.168.10.11 (machine02)

The problem is, that the outbound IP for the machines are the same (xxx.xxx.xxx.100) and I need machine01 outbound at 100 and machine02 outbound on 101.

How can I achieve that?

Thanks for your help!
Dan

Accepted Solution

  • PeterUK
    PeterUK Posts: 3,585  Guru Member
    100 Answers 2500 Comments Friend Collector Seventh Anniversary
    Answer ✓

    Make a routing rule with:

    incoming = Interface

    member = lan1 or where 192.168.10.11 is

    source address = 192.168.10.11

    Source network address translation = xxx.xxx.xxx.101


All Replies

  • PeterUK
    PeterUK Posts: 3,585  Guru Member
    100 Answers 2500 Comments Friend Collector Seventh Anniversary
    Answer ✓

    Make a routing rule with:

    incoming = Interface

    member = lan1 or where 192.168.10.11 is

    source address = 192.168.10.11

    Source network address translation = xxx.xxx.xxx.101


  • Dani2323
    Dani2323 Posts: 3
    Friend Collector
    Thank you!
  • Zyxel_Stanley
    Zyxel_Stanley Posts: 1,386  Zyxel Employee
    100 Answers 1000 Comments Friend Collector Seventh Anniversary

    Hi @Dani2323

    Policy Route rules are able to fulfill your requirement.

    You can create IP objects for your machines and public IP addresses first.

    And configure then with correct rule and enable Address Translation(SNAT) setting.


  • Dani2323
    Dani2323 Posts: 3
    Friend Collector
    Hi @Zyxel_Stanley,

    Peter's answer did the job. But Thx anyway.

    Best regards