Hi wifiguru
The router responds to pings when the ethernet cable is plugged in. With it unplugged, relying on wifi, the response is as follows.
Ping has started…
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
PING 192.168.1.254 (192.168.1.254): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
Request timeout for icmp_seq 5
Request timeout for icmp_seq 6
Request timeout for icmp_seq 7
Request timeout for icmp_seq 8
--- 192.168.1.254 ping statistics ---
10 packets transmitted, 0 packets received, 100.0% packet loss
Going to try your Terminal command now.
This is the response with ethernet plugged in.
familygeensimac:~ familygreen$ sudo tcpdump -i en0 -s0 -v -w ~/Desktop/dhcp.pcap port bootps
Password:
tcpdump: listening on en0, link-type EN10MB (Ethernet), capture size 65535 bytes
Got 0
This is the response with ethernet unplugged, relying on wifi.
Family-Greens-iMac:~ familygreen$ sudo tcpdump -i en0 -s0 -v -w ~/Desktop/dhcp.pcap port bootps
tcpdump: WARNING: en0: no IPv4 address assigned
tcpdump: listening on en0, link-type EN10MB (Ethernet), capture size 65535 bytes
Got 0
I'm not sure whether this is what you wanted, or whether it is of any help. I've also now updated my MacBook Pro to Mavericks and that is working perfectly well on wifi!