Re: Kernel customization.
Re: Kernel customization.
- Subject: Re: Kernel customization.
- From: Ragnar Sundblad <email@hidden>
- Date: Fri, 07 Feb 2003 04:47:02 +0100
And for the non-KEXT example:
--On den 4 Feb 2003 17:26:51 -0800 "Mr. Wong" <email@hidden> wrote:
Another thing I've done in linux is allow IP
packet forwarding.
You should check out "sysctl" for this one (man sysctl),
net.inet.ip.forwarding in this case.
As other has said: Things are a little different in darwin,
as with most unixes.
BTW: on most linuxes you can enable ip forwarding with
"echo 1 > /proc/sys/net/ipv4/ip_forward"
which does the same as the sysctl above.
There could be a /proc filesystem for darwin too, but there
currently isn't AFAIK.
I personally prefer _not_ have to rebuild my kernel for any purpose
at all (and with darwin I don't even have the oh-yeah-must-
remember-to-update-lilo problem ;-) (on ppc at least).
/ragge
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.