: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 
                                        <dil...@backplane.com>

Reply via email to