Originally posted by: FoBoT
make it static until it is fixed
if it won't work static, it is more of a problem than just DHCP
Originally posted by: Cal166
ReBoot
Originally posted by: notfred
What static IP address should I set? I don't know either.
Originally posted by: labgeek
Originally posted by: Cal166
ReBoot
command prompt
ipconfig /release
ipconfig /renew
... much faster
Originally posted by: notfred
What static IP address should I set? I don't know either.
Originally posted by: BrokenVisage
This happens at my work too, all the IP's are taken and I get the dreaded "limited or no connectivity" message.
Originally posted by: labgeek
Originally posted by: Cal166
ReBoot
command prompt
ipconfig /release
ipconfig /renew
... much faster
Originally posted by: Genx87
Originally posted by: BrokenVisage
This happens at my work too, all the IP's are taken and I get the dreaded "limited or no connectivity" message.
Lower the lease duration or check your DHCP leases. If there are leases for machines not on the network delete them.
Originally posted by: BigJ
Originally posted by: notfred
What static IP address should I set? I don't know either.
I'm going to assume you have a router. If so, go into the router config via http using your Mac, and add a Static IP. Then configure your computer to use that IP.
Originally posted by: Pepsi90919
Originally posted by: notfred
What static IP address should I set? I don't know either.
well how is your mac working?
Originally posted by: BrokenVisage
Originally posted by: labgeek
Originally posted by: Cal166
ReBoot
command prompt
ipconfig /release
ipconfig /renew
... much faster
ipconfig /dnsflush works for me too sometimes.
Originally posted by: notfred
Originally posted by: Pepsi90919
Originally posted by: notfred
What static IP address should I set? I don't know either.
well how is your mac working?
DHCP.
Yes, it's odd.
And this isn't some little linksys broadband router. I'm at work. The DHCP server is out of my control. They just told me it was not working properly.
Originally posted by: fs5
notfred, use your Mac and check the ip of it. ifconfig perhaps in a console.
for example your mac has:
ip: 192.168.1.106
subnet: 255.255.255.0
gateway: 192.168.1.1
So, set your Windows box to 192.168.1.xxx (xxx < 254, use something high like 200+ as to not conflict with already used ips)
subnet and gateway to the same as your mac.
Originally posted by: fs5
notfred, use your Mac and check the ip of it. ifconfig perhaps in a console.
for example your mac has:
ip: 192.168.1.106
subnet: 255.255.255.0
gateway: 192.168.1.1
So, set your Windows box to 192.168.1.xxx (xxx <= 254, use something high like 200+ as to not conflict with already used ips)
subnet and gateway to the same as your mac.
Originally posted by: frodrick
Originally posted by: fs5
notfred, use your Mac and check the ip of it. ifconfig perhaps in a console.
for example your mac has:
ip: 192.168.1.106
subnet: 255.255.255.0
gateway: 192.168.1.1
So, set your Windows box to 192.168.1.xxx (xxx <= 254, use something high like 200+ as to not conflict with already used ips)
subnet and gateway to the same as your mac.
fixed. with /24 networks, .0 is net id, .255 is broadcast and everything between is usable.