Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 1995 14:27:58 +0900 (KST)
From:      Hong Hunsoo <hunsoo@thebard.kci.co.kr>
To:        freebsd-questions@freebsd.org
Subject:   help to config. /etc/sysconfig
Message-ID:  <199511040527.OAA01592@thebard.kci.co.kr>

next in thread | raw e-mail | index | archive | help

I installed FreeBSD 2.0.5-Current(hmm, I am not sure) about two months ago, 
util now, because of the abscense of network card of my computer, I could not 
exploit the network facilities of FreeBSD.   Recently I obtained a network
card, (maybe it is network card), but I have no knowledge to configure the
/etc/sysconfig.
Is there anybody to tell me the way to configure?

Some info about my private system.
------------------------------------THIS FILE is from GENERIC..
cpu		"I386_CPU"
device lnc1 at isa? port 0x300 net irq 11 drq 5 vector lncintr
/*
 * about these lines, booting message gives me no errors 
 * so that above lines maybe be  correct. 
 */

------------------------------------THIS FILE IS /etc/sysconfig-------
hostname=freebsd	/* I want to give freebsd 203.250.160.253 address */
defaultdomainname=kci.co.kr
tcp_extensions=YES
#
network_interfaces="lo0 lnc1"
ifconfig_lo0="inet localhost"
ifconfig_lnc1="inet 203.250.160.253 netmask 0xffffff00"
#
static_routes="multicast loopback"
route_multicast="224.0.0.0 -netmask 0xffffff00 -interface ${hostname}"_SEE_HERE_
route_loopback="${hostname} localhost"
#
defaultrouter=kci-gate			/* IP of which is 203.250.160.1 */
#
----------------------------------------

Maybe the following will be some info.
On another system named romeo(203.250.160.10),which is in same domain of freebsd
$
$ netstat -rn
Routing tables
Destination          Gateway              Flags    Refcnt Use        Interface
127.0.0.1            127.0.0.1            UH       1      25         lo0
default              203.250.160.1        UG       0      923        le0
203.250.160.0        203.250.160.10       U        35     58702      le0
$
----------------------
hunsoo@thebard.kci.co.kr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511040527.OAA01592>