Bug 26415 - DHCP und statische virtuelle Interfaces
DHCP und statische virtuelle Interfaces
Status: CLOSED INVALID
Product: UCS
Classification: Unclassified
Component: Network
UCS 3.0
Other Linux
: P5 enhancement (vote)
: UCS 3.0-2
Assigned To: UCS maintainers
Felix Botner
: interim-1
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-03-09 08:51 CET by Stefan Gohmann
Modified: 2018-04-14 13:53 CEST (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Gohmann univentionstaff 2012-03-09 08:51:50 CET
Wenn ein Interface seine IP Adresse per DHCP bezieht, so werden nach der Konfiguration des Interfaces eventuell konfigurierte statische virtuelle Interfaces nicht konfiguriert.
Comment 1 Stefan Gohmann univentionstaff 2012-03-09 09:06:38 CET
Es stand in einem UCR Skript noch ein ifdown $interface / ifup $interface, das führte dann dazu, dass die virtuellen Interfaces für dieses $interface nicht mehr gestartet wurden. Das UCR Skript wird im Rahmen von Bug #25769 entfernt.
Comment 2 Felix Botner univentionstaff 2012-06-20 09:47:16 CEST
OK

Meine /etc/network/interface (über UCR konfiguriert)

auto eth0
iface eth0 inet dhcp

auto eth0:0
iface eth0:0 inet static
        address 10.200.7.79
        network 10.200.7.0
        netmask 255.255.255.0
        broadcast 10.200.7.255
        gateway 10.200.7.1
auto eth0:1
iface eth0:1 inet static
        address 10.200.7.80
        network 10.200.7.0
        netmask 255.255.255.0
        broadcast 10.200.7.255
auto eth0:2
iface eth0:2 inet static
        address 10.200.7.81
        network 10.200.7.0
        netmask 255.255.255.0
        broadcast 10.200.7.255

Nach der Konfiguration über UCR bzw. nach einem Neustart sind die virtuellen Interfaces gestartet und pingbar.
Comment 3 Stefan Gohmann univentionstaff 2012-07-20 15:24:28 CEST
UCS 3.0-2 has been released: 
  http://forum.univention.de/viewtopic.php?f=54&t=1905

If this error occurs again, please use "Clone This Bug".