And for the non-KEXT example: --On den 4 Feb 2003 17:26:51 -0800 "Mr. Wong" <keilinw@hotmail.com> 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 | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Ragnar Sundblad