<div dir="ltr"><div><div>That´s the trouble, I haven't any information about Windows 7 asking for an IP to my server.<br><br></div>This is my dhcpd.conf. It's really basic because I want, first of all, the service working:<br>
<br>option domain-name "<a href="http://galatea.cl">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></div>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">192.168.0.0/24</a> -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 3128<br>
-A PREROUTING -s <a href="http://192.168.1.0/24">192.168.1.0/24</a> -p tcp -m tcp --dport 80 -j REDIRECT --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><div>I don't have any other information. As I said, the logs doesn't show me information about Win7. Oh, and Win7 hasn't active the Firewall Service.<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/2/26 Steven Carr <span dir="ltr"><<a href="mailto:sjcarr@gmail.com" target="_blank">sjcarr@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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>
<div><div class="h5"><br>
<br>
On 26 February 2013 13:10, Héctor Herrera <<a href="mailto:hherreraa@gmail.com">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 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 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>
</div></div>> _______________________________________________<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>
_______________________________________________<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></blockquote></div><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>

</div>