Release 2.2.1? [was: Re: How to configure DragonFly?]

Matthew Dillon dillon at apollo.backplane.com
Tue Apr 21 09:17:28 PDT 2009


:OK.
:
:How do I configure my ethernet card for a static IP address? I
:understand the ifconfig command, but it looks like I have to ignore
:that and put ifconfig_rl0="something-or-other" in /etc/rc.conf. And I
:don't know what the something-or-other should be.

Here is an example for /etc/rc.conf.  Substitute correct IP and
netmask, of course:

ifconfig_fxp0="inet 10.1.0.55 netmask 255.255.255.192"
defaultrouter="10.10.0.1"

					-Matt
					Matthew Dillon 
					<dillon at backplane.com>





More information about the Users mailing list