Actions
Bug #8413
closedVirtual IP on PPPOE interface no longer working with 2.4.3
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/01/2018
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.3
Affected Architecture:
Description
When upgrading from 2.4.2 to 2.4.3 the IP aliases on the PPPOE interface stopped working.
Before upgrading they were set up as IP Alias on the localhost interface.
Where 123.123.55.49 is the DHCP address on the PPPOE0 interface and 123.123.1.189 is inside the static /29 assigned by the ISP.
Now using localhost or PPPOE interface for IP alias results in an error:
The command '/sbin/ifconfig 'pppoe0' inet '123.123.1.189'/'29' alias ' returned exit code '1', the output was 'ifconfig: ioctl (SIOCAIFADDR): Destination address required'
Running this via shell will bring the IP alias back up:
/sbin/ifconfig 'pppoe0' inet '123.123.1.189'/'29' alias 123.123.55.49
Actions