Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!agate!bionet!apple!rutgers!tut.cis.ohio-state.edu!cwjcc!hal!nic.MR.NET!tank!oddjob!matt From: matt@oddjob.uchicago.edu (Matt Crawford) Newsgroups: comp.unix.wizards Subject: Re: Setting netmask Message-ID: <920@tank.uchicago.edu> Date: 25 Nov 88 22:38:33 GMT References: <17644@adm.BRL.MIL> Sender: news@tank.uchicago.edu Reply-To: matt@oddjob.uchicago.edu (Matt Crawford) Organization: If you worked here you'd go home by now Lines: 12 In-reply-to: VINCE%UCONNVM.BITNET@cunyvm.cuny.edu > In trying to conect our Sun network to the outside world, ... > What is the effective way to set up the netmask? What works here is, let the address be set in rc.boot with the standard /etc/ifconfig ie0 $hostname -trailers up and put a line in rc.local to set the naetmask (and possibly the broadcast address): /etc/ifconfig ie0 netmask 255.255.255.0 broadcast 128.135.0.0 Matt