HAProxy ALOHA Documentation 11.5

Add IP Static Routes

You can assign manually configured routing entries to your appliance.

  1. In the Services tab, click network instance setup setup_icon next to a network interface.

    https://cdn.haproxy.com/documentation/aloha/11-5/assets/interface_setup-4c57f2c87bd88fa7300e8d440c2109bcef43b7087bfb2903fb6298f6b0f2235a.png
  2. Add a static route through the following syntax.

    ip route <ip/mask> <gateway>
    service network eth0
      ip address 192.168.1.11/24
      ip route 10.0.0.0/24 192.168.1.1
  3. Reload reload_icon the network interface.


Next up

Link Aggregation