Date: Mon, 27 Mar 2000 19:31:50 -0800 From: "Dan O'Connor" <dan@mostgraveconcern.com> To: "A.Kamalov" <alexk@icnt.net>, <freebsd-questions@FreeBSD.ORG> Subject: Re: Bringing network up and down Message-ID: <008001bf9866$284d3d60$0200000a@danco>
next in thread | raw e-mail | index | archive | help
>I am new to FreeBSD, and I have question. How one would bring down a network >and up without punting a machine ? I mean besides 'ifconfig' command ? In >linux it would be /etc/rc.d/rc3.d/S10network start/stop but how does it work >in BSD ?? What's wrong with 'ifconfig xl0 down' and 'ifconfig xl0 up'? >Another question: What is recognizable memory limit for FreeBSD ?? Whatever your machine supports. Some older BIOSes don't report more than 64MB, in which case you'll have to manually set the value in your kernel configuration file (using the MAXMEM option) to have FreeBSD see more than 64MB. Don't forget to recompile the kernel! --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008001bf9866$284d3d60$0200000a>