[Discuss] network issue

Kevin D. Clark kevin_d_clark at comcast.net
Fri Mar 14 09:24:51 EDT 2014


[dhcp problems]

How about typing:

  date
 
  ifconfig eth0

  sudo ethtool eth0
  (or perhaps "sudo mii-tool eth0")

  ethtool -i eth0

  ps -elf | grep dhcp

  sudo tcpdump -v -i eth0 \
      'arp or icmp or udp port 67 or udp port 68' \
      >/tmp/capture.txt &

  ifdown eth0

  ifup eth0

  ifconfig

  ps -elf | grep dhcp

  ls -l /etc/resolv.conf

  cat /etc/resolv.conf

  sudo ping -b 255.255.255.255
    (press control-c after ~5 seconds...)

  ping www.google.com

  fg

  cat /tmp/capture.txt


Regards,

--kevin
-- 
alumni.unh.edu!kdc / http://kdc-blog.blogspot.com/
GnuPG: D87F DAD6 0291 289C EB1E 781C 9BF8 A7D8 B280 F24E

And the Army Ants, they leave nothin' but the bones...
   -- Tom Waits



More information about the Discuss mailing list