Re: DF bit
Re: DF bit
- Subject: Re: DF bit
- From: "Vihan Pandey" <email@hidden>
- Date: Wed, 29 Nov 2006 12:14:10 +0530
Hi Quinn,
Have you tried turning off path MTU discovery using sysctl
("net.inet.tcp.path_mtu_discovery
")? The Don't Fragment bit is set
because path MTU discovery is enabled by default.
You can set sysctl variables temporarily from the command line (using
<x-man-page://8/sysctl>) and permanently by adding lines to
"/etc/sysctl.conf".
$ cat /etc/sysctl.conf
net.inet.tcp.path_mtu_discovery=0
Thanks i'll try it out !
Regards,
- vihan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden