Re: [Dnsmasq-discuss] DHCP Issue

2007-07-22 Thread Matthias Andree
Simon Kelley writes: > Steven wrote: >> Many thanks!!! >> >> I disabled checksum offload with this command: >> >> sudo ethtool -K eth0 rx off tx off >> >> and now everything works... :) >> > > Good to find it. > > That explains the discrepancy between ISC dhcpd and dnsmasq too. dhcpd > will be ca

Re: [Dnsmasq-discuss] DHCP Issue

2007-07-22 Thread Simon Kelley
Steven wrote: Many thanks!!! I disabled checksum offload with this command: sudo ethtool -K eth0 rx off tx off and now everything works... :) Good to find it. That explains the discrepancy between ISC dhcpd and dnsmasq too. dhcpd will be calculating the checksum itself and sending raw pac

Re: [Dnsmasq-discuss] DHCP Issue

2007-07-22 Thread richardvo...@gmail.com
On 7/22/07, Steven wrote: Many thanks!!! I disabled checksum offload with this command: sudo ethtool -K eth0 rx off tx off and now everything works... :) Glad to hear it. In most cases the checksum offload only messes up wireshark capture but I've also seen some cases where the actual p

Re: [Dnsmasq-discuss] DHCP Issue

2007-07-22 Thread Steven
Many thanks!!! I disabled checksum offload with this command: sudo ethtool -K eth0 rx off tx off and now everything works... :) On 7/22/07, Steven wrote: Hi, The card on the server is this: steven@steven-desktop:~$ lspci | grep Marvell 02:00.0 Ethernet controller: Marvell Technology Group

Re: [Dnsmasq-discuss] DHCP Issue

2007-07-22 Thread Steven
Hi, The card on the server is this: steven@steven-desktop:~$ lspci | grep Marvell 02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller (rev 15) On 7/22/07, richardvo...@gmail.com wrote: On 7/21/07, Simon Kelley wrote: > Steven wrote: > > Hi,

Re: [Dnsmasq-discuss] DHCP Issue

2007-07-22 Thread richardvo...@gmail.com
On 7/21/07, Simon Kelley wrote: Steven wrote: > Hi, > I have a problem setting up a dhcp server using dnsmasq. > > Seems that the server is working fine but the client are not able to > get an ip address. > The interface on the server is configured to have a static IP address, > and on the clie