Bugs item #1078695, was opened at 2004-12-03 16:01
Message generated for change (Settings changed) made by mjhsieh
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=1078695&group_id=9368

Category: Installation
Group: 4.0
Status: Open
Resolution: None
>Priority: 7
Submitted By: Mengjuei Hsieh (mjhsieh)
Assigned to: Nobody/Anonymous (nobody)
Summary: multiple interfaces exception in /usr/bin/mkdhcpconf

Initial Comment:
OS: Fedora Core 2 (not tested on other system yet)
File: /usr/bin/mkdhcpconf
Package: systeminstaller

This happens when you have extra network interfaces other than 
required eth0 and eth1. If you have any network interface that is 
set ONBOOT=yes without specifying IP/NETMASK in ifcfg-*, 
mkdhcpconf script will failed to write the right configuration in /
etc/dhcpd.conf. The wrong entry in /etc/dhcpd will be like this:

# This entry ignores requests on ethX
subnet 0.0.0.0 network  {
        not authoritative;
}

Please notice that there is NO network mask setting in that entry. 
And the dhcpd will fail to start.

("ONBOOT=yes without IP/NETMASK" setting is required for setting 
up ethernet bridge on FC2. )

I also attached an ugly hack on this script.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=1078695&group_id=9368


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Oscar-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to