linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* /proc/sys/net/ipv4/ip_always_defrag
@ 2001-01-09 20:21 Chris Boot
  2001-01-10  0:59 ` /proc/sys/net/ipv4/ip_always_defrag Nelson Abramson
  2001-01-10 11:46 ` /proc/sys/net/ipv4/ip_always_defrag Calum Selkirk
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Boot @ 2001-01-09 20:21 UTC (permalink / raw)
  To: LinuxPPC Dev


Hi,

I just upgraded to kernel 2.4.0 from bitkeeper.fsmlabs.com (linuxppc_2_4)
and managed to get over all problems I had (very few) relatively easily.  I
immediately noticed the speed increase (my 5400/180 can serve files at an
amazing 6400 Kb/sec!).  Nice work!

One minor problem though, is that when I boot up (from a LinuxPPC 2000
installation), after the "Entering non-interactive startup" message, I get a
message stating that it could not find the file
"/proc/sys/net/ipv4/ip_always_defrag", which it tries to set to "1" by
echoing to it.  Can this be ignored?  Is there a way of either getting this
proc entry back or removing the script code that echoes to it?  I must admit
that I haven't looked at any of the files in /etc/rc.d with great detail...

Thanks,

--
    .-.        Chris Boot
    /v\     bootc@worldnet.fr
   // \\
  /(   )\   L   I   N   U   X
   ^^-^^   >Phear the Penguin<

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: /proc/sys/net/ipv4/ip_always_defrag
  2001-01-09 20:21 /proc/sys/net/ipv4/ip_always_defrag Chris Boot
@ 2001-01-10  0:59 ` Nelson Abramson
  2001-01-10 11:46 ` /proc/sys/net/ipv4/ip_always_defrag Calum Selkirk
  1 sibling, 0 replies; 5+ messages in thread
From: Nelson Abramson @ 2001-01-10  0:59 UTC (permalink / raw)
  To: Chris Boot; +Cc: LinuxPPC Dev


Chris Boot wrote:

> Hi,
>
> I just upgraded to kernel 2.4.0 from bitkeeper.fsmlabs.com (linuxppc_2_4)
> and managed to get over all problems I had (very few) relatively easily.  I
> immediately noticed the speed increase (my 5400/180 can serve files at an
> amazing 6400 Kb/sec!).  Nice work!
>
> One minor problem though, is that when I boot up (from a LinuxPPC 2000
> installation), after the "Entering non-interactive startup" message, I get a
> message stating that it could not find the file
> "/proc/sys/net/ipv4/ip_always_defrag", which it tries to set to "1" by
> echoing to it.  Can this be ignored?  Is there a way of either getting this
> proc entry back or removing the script code that echoes to it?  I must admit
> that I haven't looked at any of the files in /etc/rc.d with great detail...

Putting a "1" in that file is to turn an option for IP Masquerading on.  As you
say you just upgraded your kernel, perhaps one of two things is occuring.
Perhaps either you failed to select all of the options necessary to use IP
Masquerading, or ip_always_defrag has been deprecated in 2.4 (I thought
I remembered seeing something to that effect, but I can't find it again, so I'm
assuming I'm wrong).

For deleting the rc script that does it, I imagine it will be called something
like "firewall" (if you followed the naming convention proposed by the
LDP HOWTO) or "ip_masq".  Just be aware that you will probably be unable to
IP Masq. if you delete that rc script (without issuing the commands manually
obviously).

HTH
--Nelson Abramson


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: /proc/sys/net/ipv4/ip_always_defrag
  2001-01-09 20:21 /proc/sys/net/ipv4/ip_always_defrag Chris Boot
  2001-01-10  0:59 ` /proc/sys/net/ipv4/ip_always_defrag Nelson Abramson
@ 2001-01-10 11:46 ` Calum Selkirk
  2001-01-10 18:51   ` /proc/sys/net/ipv4/ip_always_defrag Rod Stewart
  2001-01-10 20:04   ` /proc/sys/net/ipv4/ip_always_defrag Chris Boot
  1 sibling, 2 replies; 5+ messages in thread
From: Calum Selkirk @ 2001-01-10 11:46 UTC (permalink / raw)
  To: LinuxPPC Dev


Chris Boot [bootc@worldnet.fr] wrote:

> One minor problem though, is that when I boot up (from a LinuxPPC 2000
> installation), after the "Entering non-interactive startup" message, I
> get a message stating that it could not find the file
> "/proc/sys/net/ipv4/ip_always_defrag", which it tries to set to "1" by
> echoing to it.  Can this be ignored?  Is there a way of either getting
> this proc entry back or removing the script code that echoes to it?  I
> must admit that I haven't looked at any of the files in /etc/rc.d with
> great detail...

this is controlled by /etc/sysctl.conf

HTH

calum

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: /proc/sys/net/ipv4/ip_always_defrag
  2001-01-10 11:46 ` /proc/sys/net/ipv4/ip_always_defrag Calum Selkirk
@ 2001-01-10 18:51   ` Rod Stewart
  2001-01-10 20:04   ` /proc/sys/net/ipv4/ip_always_defrag Chris Boot
  1 sibling, 0 replies; 5+ messages in thread
From: Rod Stewart @ 2001-01-10 18:51 UTC (permalink / raw)
  To: Calum Selkirk; +Cc: LinuxPPC Dev


On Wed, 10 Jan 2001, Calum Selkirk wrote:
> Chris Boot [bootc@worldnet.fr] wrote:
>
> > One minor problem though, is that when I boot up (from a LinuxPPC 2000
> > installation), after the "Entering non-interactive startup" message, I
> > get a message stating that it could not find the file
> > "/proc/sys/net/ipv4/ip_always_defrag", which it tries to set to "1" by
> > echoing to it.  Can this be ignored?  Is there a way of either getting
> > this proc entry back or removing the script code that echoes to it?  I
> > must admit that I haven't looked at any of the files in /etc/rc.d with
> > great detail...
>
> this is controlled by /etc/sysctl.conf

That only works with kernel 2.2.  This was changed sometime in 2.4.  I'm
almost positive it now defaults to on.  I seem to remember a comment from
Rusty Russell about not wanting to get e-mail from people who setup their
machine wrong.  Although I could be remembering something else.

-Rms


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: /proc/sys/net/ipv4/ip_always_defrag
  2001-01-10 11:46 ` /proc/sys/net/ipv4/ip_always_defrag Calum Selkirk
  2001-01-10 18:51   ` /proc/sys/net/ipv4/ip_always_defrag Rod Stewart
@ 2001-01-10 20:04   ` Chris Boot
  1 sibling, 0 replies; 5+ messages in thread
From: Chris Boot @ 2001-01-10 20:04 UTC (permalink / raw)
  To: LinuxPPC Dev


>
> Chris Boot [bootc@worldnet.fr] wrote:
>
>> One minor problem though, is that when I boot up (from a LinuxPPC 2000
>> installation), after the "Entering non-interactive startup" message, I
>> get a message stating that it could not find the file
>> "/proc/sys/net/ipv4/ip_always_defrag", which it tries to set to "1" by
>> echoing to it.  Can this be ignored?  Is there a way of either getting
>> this proc entry back or removing the script code that echoes to it?  I
>> must admit that I haven't looked at any of the files in /etc/rc.d with
>> great detail...
>
> this is controlled by /etc/sysctl.conf

I _have_ no /etc/sysctl.conf file...  I never have had...  I'll just have to
hunt through all my rc scripts to find it.

--
    .-.        Chris Boot
    /v\     bootc@worldnet.fr
   // \\
  /(   )\   L   I   N   U   X
   ^^-^^   >Phear the Penguin<


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-01-10 20:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-09 20:21 /proc/sys/net/ipv4/ip_always_defrag Chris Boot
2001-01-10  0:59 ` /proc/sys/net/ipv4/ip_always_defrag Nelson Abramson
2001-01-10 11:46 ` /proc/sys/net/ipv4/ip_always_defrag Calum Selkirk
2001-01-10 18:51   ` /proc/sys/net/ipv4/ip_always_defrag Rod Stewart
2001-01-10 20:04   ` /proc/sys/net/ipv4/ip_always_defrag Chris Boot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).