http://qa.mandrakesoft.com/show_bug.cgi?id=2265
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From [EMAIL PROTECTED] 2003-03-12 12:06 -------
The zeroconf routes are added by /etc/sysconfig/network-scripts/ifup, but it
appears it will not be added if you put:
NOZEROCONF="yes"
in /etc/sysconfig/network
and restart the network or reboot.
drakconnect should set this variable if dhcp/bootp/zeroconf are not used.
Actually, the route should not be set even with dhcp if a zeroconf ip was not used.
For the moment confirming as a drakconnect problem.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date:
description:
Using mdk-9.1rc1. In drakconnect, a static IP has been assigned and the box
for dhcp is unchecked. In spite of that, "route -en" shows a dhcp related entry:
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.1.2 0.0.0.0 UG 0 0 0 eth0
As is noticable, the static IP is working just fine. But the dhcp-client is still
trying
to get a dhcp address (in this case it has failed).