Modify ↓
Ticket #1675 (closed defect: worksforme)
can't make traffic balancing on a router from a virtual interface
| Reported by: | jsalamero@… | Owned by: | cperez@… |
|---|---|---|---|
| Milestone: | nice to have someday | Component: | network |
| Severity: | normal | Keywords: | |
| Cc: |
Description
if we define a virtual interface to reach a router we can't make traffic balancing on that router, we should fix this or raise a warning.
Attachments
Change History
comment:3 Changed 3 years ago by jsalamero@…
- Owner changed from jsalamero@… to cperez@…
Not sure the status after multigw changes but if you have two routers:
- routerA 192.168.1.1
- routerB 192.168.2.1
connected to the same network interface with 192.168.1.254 address, you should be able to define an extra IP address like eth0:1 with 192.168.2.254 and setup load balancing.
Note: See
TracTickets for help on using
tickets.
Could you give me more info about this? Any idea about where is the problem or how to fix it?