koffiejunkie
Executive Member
ipconfig/all won't work on a mac. Try:
ifconfig en0
and
ifconfig en1
Look for a line starting with 'inet' - if there isn't one, the router isn't giving you an IP address (i.e. DHCP is failing). If there is one, it should be something like 192.168.x.x or 172.16.x.x or 10.x.x.x. If you get that, move on to the gateway:
route get default
look for a line starting with 'gateway' - this should be the router's IP. Try to ping it. Does it work? If yes, the problem is the router.
ifconfig en0
and
ifconfig en1
Look for a line starting with 'inet' - if there isn't one, the router isn't giving you an IP address (i.e. DHCP is failing). If there is one, it should be something like 192.168.x.x or 172.16.x.x or 10.x.x.x. If you get that, move on to the gateway:
route get default
look for a line starting with 'gateway' - this should be the router's IP. Try to ping it. Does it work? If yes, the problem is the router.