Hi,
"(E-Mail Removed)" <(E-Mail Removed)> écrivait news:4403406d-bfe1-4a06-
90ce-(E-Mail Removed):
>
> I have a network card named eth0,a pppoe connection has been build
> over it named ppp0(pppd eth0).At the same time,I also want a dhcp
> connection on eth0,but it failed when i use udhcpc -i eth0 to get IP
> address.From wireshark,I noted that The dhcp REQUEST message had been
> send via ppp0 not eth0.
You could try to add the 'dhcp broadcast address' to the eth0 interface :
255.255.255.255
The dhcp request are send to this address which is map to the ethernet
broadcast address.
You may also modify the local route table, using the 'ip route' tools, to
change the 255.255.255.255 destination.
Regards