<div dir="ltr"><div>Hello!<br>Are you sure that your problem lies on DHCP level? Have you tested the connectivity between windows 7 client and the dhcp server using static addresses?<br></div><div>If so and there is connectivity - can you start sniffer (i.e. wireshark) on Win7, configure it to listen on an active interface and gather data?<br>
</div><div>BR<br>ŁS<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/2/26 Héctor Herrera <span dir="ltr"><<a href="mailto:hherreraa@gmail.com" target="_blank">hherreraa@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Well, I assume the trouble here is Win7. But, why? That's my question. I don't understand why Win7 isn't asking the DHCP server for an IP address. (Or maybe is the DHCP server the trouble? I don't really understand it, that's why isn't so clear my question)<br>

<br></div>I'm trying to collect information in the network between my Win7 test machine and the server. The network is dead, I haven't received any information. And I'm renewing all the connections in Win7 (ipconfig /renew).<br>

<br></div>BTW, I tried with both ethernet interfaces for the IP information (I configured the server on eth0 and eth1), without good results. I dunno what else can I do. Do you have any ideas?<br></div><div class="gmail_extra">

<br><br><div class="gmail_quote">2013/2/26 Oskar Berggren <span dir="ltr"><<a href="mailto:oskar.berggren@gmail.com" target="_blank">oskar.berggren@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

You started with "unable to send IP addresses to Win7" but with your<br>
latest info it seems like the proper question is the reverse: "why<br>
can't win7 send DHCP requests to my DHCP server?".<br>
<br>
Is Win7 configured to use DHCP?<br>
If you use wireshark or tcpdump on Win7 and on the DHCP server, do you<br>
see any DHCPDISCOVER from the Win7 machine?<br>
<br>
/Oskar<br>
<br>
<br>
2013/2/26 Héctor Herrera <<a href="mailto:hherreraa@gmail.com" target="_blank">hherreraa@gmail.com</a>>:<br>
<div><div>> That´s the trouble, I haven't any information about Windows 7 asking for an<br>
> IP to my server.<br>
><br>
> This is my dhcpd.conf. It's really basic because I want, first of all, the<br>
> service working:<br>
><br>
> option domain-name "<a href="http://galatea.cl" target="_blank">galatea.cl</a>";<br>
> option domain-name-servers 8.8.8.8, 200.62.222.222;<br>
> option routers 192.168.1.1;<br>
> default-lease-time 600;<br>
> max-lease-time 7200;<br>
> server-identifier 192.168.1.1;<br>
> #ddns-update-style none;<br>
> authoritative;<br>
> log-facility local7;<br>
><br>
> subnet 192.168.1.0 netmask 255.255.255.0 {<br>
>         range 192.168.1.15 192.168.1.100;<br>
> }<br>
><br>
> I have some rules on iptables too:<br>
><br>
> Generated by iptables-save v1.4.8 on Tue Feb 26 11:48:15 2013<br>
> *nat<br>
> :PREROUTING ACCEPT [4:312]<br>
> :POSTROUTING ACCEPT [0:0]<br>
> :OUTPUT ACCEPT [0:0]<br>
> -A PREROUTING -s <a href="http://192.168.0.0/24" target="_blank">192.168.0.0/24</a> -p tcp -m tcp --dport 80 -j REDIRECT<br>
> --to-ports 3128<br>
> -A PREROUTING -s <a href="http://192.168.1.0/24" target="_blank">192.168.1.0/24</a> -p tcp -m tcp --dport 80 -j REDIRECT<br>
> --to-ports 3128<br>
> COMMIT<br>
> # Completed on Tue Feb 26 11:48:15 2013<br>
> # Generated by iptables-save v1.4.8 on Tue Feb 26 11:48:15 2013<br>
> *filter<br>
> :INPUT ACCEPT [27:2066]<br>
> :FORWARD ACCEPT [0:0]<br>
> :OUTPUT ACCEPT [13:1324]<br>
> -A INPUT -i eth1 -p tcp -m state --state NEW -m tcp --dport 3128 -j ACCEPT<br>
> COMMIT<br>
> # Completed on Tue Feb 26 11:48:15 2013<br>
><br>
> I don't have any other information. As I said, the logs doesn't show me<br>
> information about Win7. Oh, and Win7 hasn't active the Firewall Service.<br>
><br>
><br>
> 2013/2/26 Steven Carr <<a href="mailto:sjcarr@gmail.com" target="_blank">sjcarr@gmail.com</a>><br>
>><br>
>> Can you see the requests coming in to the DHCP server from the Windows<br>
>> 7 client? and can you also perform a packet capture on the Windows 7<br>
>> machine to see if it is receiving the responses from the DHCP server.<br>
>> If you can upload the logs (sanitised) and the packet capture then I<br>
>> can have a look.<br>
>><br>
>> Steve<br>
>><br>
>><br>
>> On 26 February 2013 13:10, Héctor Herrera <<a href="mailto:hherreraa@gmail.com" target="_blank">hherreraa@gmail.com</a>> wrote:<br>
>> > Greetings to all!<br>
>> ><br>
>> > I have an issue with DHCP and Win7. I'm working with Debian 6.0.6, and<br>
>> > I''m<br>
>> > trying to mount a DHCP server on it (DHCP ver. 4.1.1). But I'm unable to<br>
>> > send IP addresses to Win7 machines. I tried with other OS (specifically<br>
>> > Arch<br>
>> > Linux and WinXP), and the server sends IP addresses to them, but with<br>
>> > Win7... I cannot<br>
>> ><br>
>> > May someone knows how to handle it? And if it so, can someone send some<br>
>> > information?<br>
>> ><br>
>> > Thanks to all!<br>
>> ><br>
>> > P.D: Sorry about the English, it isn't my first language :P<br>
>> ><br>
>> > --<br>
>> > Saludos<br>
>> ><br>
>> > Héctor Herrera Anabalón<br>
>> > Egresado ICCI UNAP<br>
>> > Servicio Arquitectura Galatea - Oficina Técnica <a href="http://www.galatea.cl" target="_blank">http://www.galatea.cl</a><br>
>> > Miembro USoLIX Victoria<br>
>> > Registered User #548600 (LinuxCounter.net)<br>
>> ><br>
>> > _______________________________________________<br>
>> > dhcp-users mailing list<br>
>> > <a href="mailto:dhcp-users@lists.isc.org" target="_blank">dhcp-users@lists.isc.org</a><br>
>> > <a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br>
>> _______________________________________________<br>
>> dhcp-users mailing list<br>
>> <a href="mailto:dhcp-users@lists.isc.org" target="_blank">dhcp-users@lists.isc.org</a><br>
>> <a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Saludos<br>
><br>
> Héctor Herrera Anabalón<br>
> Egresado ICCI UNAP<br>
> Servicio Arquitectura Galatea - Oficina Técnica <a href="http://www.galatea.cl" target="_blank">http://www.galatea.cl</a><br>
> Miembro USoLIX Victoria<br>
> Registered User #548600 (LinuxCounter.net)<br>
><br>
> _______________________________________________<br>
> dhcp-users mailing list<br>
> <a href="mailto:dhcp-users@lists.isc.org" target="_blank">dhcp-users@lists.isc.org</a><br>
> <a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br>
_______________________________________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org" target="_blank">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><span class="HOEnZb"><font color="#888888"><br>
</font></span></div></div></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><br>-- <br><div>Saludos</div><div><br><font size="4"><b>Héctor Herrera Anabalón</b></font><br>Egresado ICCI UNAP</div>
<div>Servicio Arquitectura Galatea -  Oficina Técnica <a href="http://www.galatea.cl" target="_blank">http://www.galatea.cl</a></div>
<div>Miembro USoLIX Victoria</div><div>Registered User #<span>548600 (</span><span>LinuxCounter.net)</span></div>
</font></span></div>
<br>_______________________________________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br></blockquote></div><br><br clear="all"><br>-- <br><br>"Omnes homines natura scire desiderant"<br>
                                           Aristotelis
</div>