Date: Wed, 20 Sep 1995 16:49:49 -0700 (PDT) From: bmk@dtr.com To: nathan@netrail.net (Nathan Stratton) Cc: freebsd-current@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: network setup Message-ID: <199509202349.QAA00400@everest> In-Reply-To: <Pine.LNX.3.91.950920194205.32462B-100000@netrail.net> from "Nathan Stratton" at Sep 20, 95 07:48:28 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> In netstart it says "Set up all the network interfaces, calling startup > scripts if needed" Well I do need start info that will not go in > sysconfig. How do I format the script what do I call the script? > This is what I need to do to get the network to run. > /usr/hdlc/utils/hdlccfg /usr/hdlc/utils/hdlc0.cfg > /usr/hdlc/utils/hdlccfg /usr/hdlc/utils/hdlc1.cfg > ifconfig ed0 205.215.0.1 netmask 255.255.255.0 > ifconfig ed1 205.215.6.1 netmask 255.255.255.0 > ifconfig ed1 alias 204.117.64.1 netmask 255.255.255.0 > ifconfig eth0 144.228.27.38 144.228.27.37 netmask 255.255.255.252 > ifconfig eth1 204.183.22.13 204.183.22.14 netmask 255.255.255.252 > /usr/hdlc/utils/ifhdlc > And then everything works, I know how to make it work if I type all that > in by hand, but I need it in the script but don't know where to put it. Create a script named /etc/netstart.{interface_name} - I'd guess that you'd use /etc/netstart.hdlc?. You might have to hardcode it into netstart since you don't appear to be using ifconfig on hdlc?.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509202349.QAA00400>