udhcpd on vlan interface

Андрей Николаев cepir at mail.ru
Mon Aug 11 08:44:31 UTC 2014


 Hello. 

I'm trying to use udhcpd (version 1.20.2) on a vlan interface like eth0.100. 
Here's config

=== udhcpd.conf start ===
start           10.100.31.40
end             10.100.31.200
interface       eth0.100
max_leases      100 
notify_file     /etc/udhcp-notify.sh
option  dns     8.8.8.8
option  dns     8.8.4.4
option  subnet  255.255.0.0
option  router  10.100.31.1
option  lease   864000
option  broadcast       10.100.255.255
=== udhcpd.conf end ===

When I start udhcpd and try using dhcp client on another pc, it does not seem to work. I can see DHCP REQs on eth0.100 with tcpdump, and that's it. No reaction from udhcpd, nothing in logs, no executions of the notify_file.What colud be wrong with this installation?

--
best regards, Andrei Nikolaev.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20140811/2d50242b/attachment.html>


More information about the busybox mailing list