Re: 802.1p only?

Peter Stuge <[email protected]> Thu, 13 Dec 2007 01:58:45 +0100
Newsgroups gmane.linux.drivers.vlan
Message-ID <[email protected]>
On Wed, Dec 12, 2007 at 02:37:16PM -0800, Xin Huang wrote:
> Here is the problem: when a DHCP request is sent out of eth0.0, the
> switch sends back a DHCP offer packet without any VLAN header.

So your switch is the DHCP server?

This all seems like a configuration issue.


> But is there a simple way to make DHCP client work on eth0.0?

You wrote above that your DHCP client is already communicating over
eth0.0. If in fact it is not, this would be rather simple, depending
on your client software:

dhcpcd eth0.0
dhclient eth0.0
pump -i eth0.0

etc.


//Peter