Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2000 04:14:30 GMT
From:      mike@sentex.net (Mike Tancsa)
To:        alexk@icnt.net ("A.Kamalov")
Cc:        questions@freebsd.org
Subject:   Re: Bringing network up and down
Message-ID:  <38e1828a.2957305931@mail.sentex.net>
In-Reply-To: <SEN.954209842.799767318@news.sentex.net>
References:  <006901bf97db$3dcd4d00$040a0a0a@eurofront4> <20000327123612.Y86036@strontium.scientia.demon.co.uk> <001501bf9854$ee9e4d90$87e1af8b@eurofront4> <SEN.954209842.799767318@news.sentex.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 27 Mar 2000 21:17:22 -0500, in sentex.lists.freebsd.questions you wrote:

>Guys,
>
>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 FreeBSD one generally uses ifconfig.  e.g.
ifconfig fxp0 down
ifconfig fxp0 up

ifconfig fxp0 delete 192.168.1.1
ifconfig fxp0 inet 192.168.1.2

and so on...

	---Mike
Mike Tancsa  (mdtancsa@sentex.net)		
Sentex Communications Corp,   		
Waterloo, Ontario, Canada
"Given enough time, 100 monkeys on 100 routers 
could setup a national IP network." (KDW2)


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?38e1828a.2957305931>