Actions
Bug #694
closedChange interface with virtual IPs
Start date:
06/24/2010
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
If on the interface (e.g. WAN/em1) are customised virtual IPs.
We change the interface on page 'Interfaces: Assign network ports' -> 'Interface assignments' for WAN from 'em1' to 'em1_vlan1' and save.
In system there is a new interface with correct IP.
em1_vlan1: flags=8842<BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=3<RXCSUM,TXCSUM> inet 77.222.44.10 netmask 0xfffffff0 broadcast 77.222.44.15 inet 77.222.44.12 netmask 0xffffffff broadcast 77.222.44.12
And on the old interface too remain virtual IP.
em1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=1219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC,VLAN_HWFILTER> inet 77.222.44.12 netmask 0xffffffff broadcast 77.222.44.12
77.222.44.12 - Virtual IP
Updated by Ermal Luçi over 14 years ago
- Status changed from New to Feedback
This should be fixed as part of another commit.
Updated by Chris Buechler over 14 years ago
- Status changed from Feedback to New
This is closer. Still one problem, when you switch interfaces like this, it does not delete the alias IPs from the previous interface. It does add them to the newly assigned interface correctly, but it needs to be removed from the previous interface.
Updated by Ermal Luçi over 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset f6f5fde13718e29670783173e99b2f3707614151.
Updated by Ermal Luçi almost 14 years ago
- Status changed from Feedback to Resolved
Actions