Bug 799 - dhcpd with 2 interfaces
Summary: dhcpd with 2 interfaces
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: dhcp (show other bugs)
Version: unstable
Hardware: all Linux
: P4 minor
Assignee: Mikhail Efremov
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-08 15:20 MSD by glass
Modified: 2009-05-10 09:31 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description glass 2002-04-08 15:20:52 MSD
Запускаем dhcpd на двух интерфейсах

# cat /etc/conf.linuxconf
[dhcpd]
DHCP.interface eth1 eth2

Имеем результат

# service dhcpd restart
Shutting down dhcpd:                                                                                                                 [  OK  ]
Removing host route we defined at startup: SIOCDELRT: No such process
                                                                                                                                     [FAILED]
Starting dhcpd:                                                                                                                      [  OK  ]
Adding local broadcast host route: Usage: inet_route [-vF] del {-host|-net} Target[/prefix] [gw Gw] [metric M] [[dev] If]
       inet_route [-vF] add {-host|-net} Target[/prefix] [gw Gw] [metric M]
                              [netmask N] [mss Mss] [window W] [irtt I]
                              [mod] [dyn] [reinstate] [[dev] If]
       inet_route [-vF] add {-host|-net} Target[/prefix] [metric M] reject
       inet_route [-FC] flush      NOT supported
                                                                                                                                     [FAILED]


Ошиюка судя по всему в /etc/rc.d/init.d/dhcpd
---

---

Comment 1 Grigory Milev 2002-04-12 16:23:05 MSD
В dhcp-3x был измененн init script, в этой версии скрипт не смотрит на conf.linuxconf, вместо этого смотрим на опцию DHCP=[yes/no] в ifcfg-eth[0-9]
Comment 2 Grigory Milev 2002-04-12 16:23:05 MSD
В dhcp-3x был измененн init script, в этой версии скрипт не смотрит на conf.linuxconf, вместо этого смотрим на опцию DHCP=[yes/no] в ifcfg-eth[0-9]