How to route outbound IP USG100.

Options
Dani2323
Dani2323 Posts: 3 image  Freshman Member
Friend Collector
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: 4,264 image  Guru Member
    250 Answers 2500 Comments Friend Collector Eighth 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: 4,264 image  Guru Member
    250 Answers 2500 Comments Friend Collector Eighth 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 image  Freshman Member
    Friend Collector
    Thank you!
  • Zyxel_Stanley
    Zyxel_Stanley Posts: 1,435 image  Zyxel Employee
    100 Answers 1000 Comments Friend Collector Eighth 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 image  Freshman Member
    Friend Collector
    Hi @Zyxel_Stanley,

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

    Best regards