<div dir="ltr"><div><br>C:\Users\usuario>ipconfig<br><br>Configuración IP de Windows<br><br><br>Adaptador de Ethernet Conexión de área local* 15:<br><br> Estado de los medios. . . . . . . . . . . : medios desconectados<br>
Sufijo DNS específico para la conexión. . :<br><br>Adaptador de LAN inalámbrica Conexión de red inalámbrica 2:<br><br> Estado de los medios. . . . . . . . . . . : medios desconectados<br> Sufijo DNS específico para la conexión. . :<br>
<br>Adaptador de Ethernet Conexión de área local* 9:<br><br> Estado de los medios. . . . . . . . . . . : medios desconectados<br> Sufijo DNS específico para la conexión. . :<br><br>Adaptador de LAN inalámbrica Conexión de red inalámbrica:<br>
<br> Sufijo DNS específico para la conexión. . :<br> Dirección IPv4. . . . . . . . . . . . . . : 192.168.0.112<br> Máscara de subred . . . . . . . . . . . . : 255.255.255.0<br> Puerta de enlace predeterminada . . . . . : 192.168.0.1<br>
<br>Adaptador de Ethernet Conexión de área local:<br><br> Sufijo DNS específico para la conexión. . :<br> Dirección IPv4 de configuración automática: 169.254.150.144<br> Máscara de subred . . . . . . . . . . . . : 255.255.0.0<br>
Puerta de enlace predeterminada . . . . . :<br><br>Adaptador de túnel isatap.{6AD5C4F7-FD55-4551-9C0A-2D32A333590D}:<br><br> Estado de los medios. . . . . . . . . . . : medios desconectados<br> Sufijo DNS específico para la conexión. . :<br>
<br>Adaptador de túnel Teredo Tunneling Pseudo-Interface:<br><br> Sufijo DNS específico para la conexión. . :<br> Dirección IPv6 . . . . . . . . . . : 2001:0:9d38:953c:cd6:349d:3f57:ff8f<br> Vínculo: dirección IPv6 local. . . : fe80::cd6:349d:3f57:ff8f%11<br>
Puerta de enlace predeterminada . . . . . : ::<br><br></div>That's the information about my addresses and my interfaces. I had VirtualBox installed, and also VmWare, that's why you can see a lot of interfaces. I have a wireless interface (that's the plugged one) and an Ethernet interface (with the IP 169.254.150.144)</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">2013/2/26 Grace He <span dir="ltr"><<a href="mailto:ghe@ryerson.ca" target="_blank">ghe@ryerson.ca</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is this an out of box pc with win7 pre-installed? or did you install<br>
win7 yourself? Bring up command prompt & type in "ipconfig", what do<br>
you get?<br>
<div><div class="h5"><br>
On Tue, Feb 26, 2013 at 10:29 AM, Héctor Herrera <<a href="mailto:hherreraa@gmail.com">hherreraa@gmail.com</a>> wrote:<br>
> Well, I assume the trouble here is Win7. But, why? That's my question. I<br>
> don't understand why Win7 isn't asking the DHCP server for an IP address.<br>
> (Or maybe is the DHCP server the trouble? I don't really understand it,<br>
> that's why isn't so clear my question)<br>
><br>
> I'm trying to collect information in the network between my Win7 test<br>
> machine and the server. The network is dead, I haven't received any<br>
> information. And I'm renewing all the connections in Win7 (ipconfig /renew).<br>
><br>
> BTW, I tried with both ethernet interfaces for the IP information (I<br>
> configured the server on eth0 and eth1), without good results. I dunno what<br>
> else can I do. Do you have any ideas?<br>
><br>
><br>
> 2013/2/26 Oskar Berggren <<a href="mailto:oskar.berggren@gmail.com">oskar.berggren@gmail.com</a>><br>
>><br>
>> 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">hherreraa@gmail.com</a>>:<br>
>> > That´s the trouble, I haven't any information about Windows 7 asking for<br>
>> > an<br>
>> > IP to my server.<br>
>> ><br>
>> > This is my dhcpd.conf. It's really basic because I want, first of all,<br>
>> > 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<br>
>> > 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">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">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,<br>
>> >> > and<br>
>> >> > I''m<br>
>> >> > trying to mount a DHCP server on it (DHCP ver. 4.1.1). But I'm unable<br>
>> >> > to<br>
>> >> > send IP addresses to Win7 machines. I tried with other OS<br>
>> >> > (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<br>
>> >> > 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">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><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">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><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">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>
</div></div>Grace He, P. Eng.<br>
Technical Officer (IT Support)<br>
<br>
Ryerson University<br>
Dept. of Mechanical and Industrial Engineering<br>
Faculty of Engineering, Architecture and Science<br>
350 Victoria St., Toronto, ON, Canada<br>
M5B 2K3<br>
<br>
Office Location: Kerr Hall East - KHE137B<br>
VOICE: (416) 979-5000, Ext 7756<br>
FAX: (416)-979-5265<br>
E-mail: <a href="mailto:ghe@ryerson.ca">ghe@ryerson.ca</a><br>
Alt-E-mail: <a href="mailto:grace1789@gmail.com">grace1789@gmail.com</a><br>
<br>
<a href="http://www.mie.ryerson.ca/" target="_blank">http://www.mie.ryerson.ca/</a><br>
<a href="http://labs.mie.ryerson.ca/" target="_blank">http://labs.mie.ryerson.ca/</a><br>
<div class="HOEnZb"><div class="h5">_______________________________________________<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>
</div></div></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>