Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Feb 2000 14:16:12 +0200
From:      Giorgos Keramidas <charon@hell.gr>
To:        Me <cary@thevirtualwebstore.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: makeing bsd work
Message-ID:  <20000207141611.A8424@hades.hell.gr>
In-Reply-To: <NDBBLBIKMLPABKOPAAODGEGECAAA.cary@thevirtualwebstore.com>; from cary@thevirtualwebstore.com on Sun, Feb 06, 2000 at 12:49:21PM -0800
References:  <NDBBLBIKMLPABKOPAAODGEGECAAA.cary@thevirtualwebstore.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 06, 2000 at 12:49:21PM -0800, Me wrote:
>
> Most of the time after i install freebsd I can get on the web with
> the freebsd box thru KDE. If I make any changes to rc.conf, then i
> can't get the web any more and can't return the system to its original
> state. Could somebody help. I am at that give up point.

Without the specific changes that you have made to your rc.conf, it's
hard to guess what the problem could be.  You see, almost anything that
can be configured in a FreeBSD system has some nice hook in rc.conf!

Actually, you can return the systyem to a fairly "basic" configuration,
by setting your rc.conf to contain:

    network_interfaces="lo0"
    ifconfig_lo0="inet 127.0.0.1"
    hostname="YOUR.HOST.NAME.HERE"
    firewall_enable="NO"

You'll probably need to add some more stuff to the network_interfaces
for your other network cards / interfaces, but I can't help with that.

Then, copying the lines that you need to modify from the usual place,
i.e. /etc/defaults/rc.conf, and modifying their copy in rc.conf is the
easiest way to get things set up for you.

-- 
Giorgos Keramidas, < keramida @ ceid . upatras . gr >
For my public PGP key: finger keramida@diogenis.ceid.upatras.gr
PGP fingerprint, phone and address in the headers of this message.


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?20000207141611.A8424>