home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sun / admin / 10588 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  2.0 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!hobbes.physics.uiowa.edu!news.iastate.edu!iscsvax.uni.edu!venenga
  2. From: venenga@iscsvax.uni.edu
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Changing IP flags under Solaris 2.x
  5. Message-ID: <1993Jan21.091749.10064@iscsvax.uni.edu>
  6. Date: 21 Jan 93 09:17:49 -0600
  7. Organization: University of Northern Iowa
  8. Lines: 40
  9.  
  10. Netters,
  11.  
  12.     We just purchased a SPARCstation 10 running Solaris 2.1.  I am having
  13. problems with ping, in that certain hosts on our network won't respond
  14. to the ping request.  I have captured the packets from the SUN (using both
  15. a sniffer and the supplied snoop), and see only one difference between the
  16. Solaris packets and the ping request packets generated from other hosts on
  17. the network.  The Solaris IP header has the flags set at 0x4, which disallows
  18. fragmentation.  The IP header from the other platforms (SUNOS4, SYSVR3, etc.)
  19. has the flags set at 0x0, which allows fragmentation.  The snoop output looks
  20. like:
  21.  
  22. IP:   Flags = 0x4                       (Solaris)
  23. IP:   .1.. .... - do not fragment
  24.  
  25. versus
  26.  
  27. IP:   Flags = 0x0                       (Others)
  28. IP:   .0.. .... - may fragment
  29.  
  30.  
  31. My question is, how do I change these flags on Solaris to 0x0.  I've looked
  32. at ndd and ifconfig, but cannot figure out if either of these is what I need.
  33. From what I've read and played with, neither ndd nor ifconfig allows me to
  34. set these flags.  Any help would be greatly appreciated.  Thanks.
  35.  
  36. -jay
  37.  
  38. ===========================================================================
  39. Jay Venenga                              Internet: venenga@uni.edu
  40. Systems Programmer                             or: venenga@att1.uni.edu
  41. Information Systems and Computing Services
  42. University of Northern Iowa             USWestNet: (319) 273-2008
  43. Cedar Falls, IA  50614-0509                   FAX: (319) 273-3509
  44.  
  45. Disclaimer:  Standard
  46.  
  47. "Thinking for us, basically, is a trick, like a dog walking on two legs.
  48.  It's amazing we can do it at all." - Hans Moravec 
  49. ===========================================================================
  50.