I have just installed FreeBSD on a Compaq Deskpro XL 6150 computer.
I loaded it from the FreeBSD FTP site directly on to the computer.
The system seems to run fine, but it is not able to reach my network.
It is a small TCP/IP network, running a few PCs on Windows 98, with an NT
4.0 Server,
and a few Cisco routers.  This network is for training purposes only and is
not
connected to anything outside the room.  I can not PING any IPs, including
the
system NIC card itself (166.38.166.110).  I can ping the localhost
(127.0.0.1).

The system is set for IPv4
IP 166.38.166.110
Mask 255.255.255.128
Gateway 166.38.166.126
Hostname SIPServer.pig.com (I'm trying to build a demo VOIP network)

uname -a gives me:
FreeBSD SIPServer.pig.com 5.0-RELEASE
FreeBSD 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386

The error messages are on boot up:
Doing initial network setup: hostname.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
        inet 127.0.0.1 netmask 0xff000000
route: writing to routing socket: Network is unreachable
add net default: gateway 166.38.166.126: Network is unreachable
Additional routing options:.


/etc/hosts has these entries:
::1               localhost  localhost.pig.com
127.0.0.1         localhost  localhost.pig.com
166.38.166.110    SIPServer.pig.com  SIPServer
166.38.166.120    Porky.pig.com  Porky2 (the NT Server PC)


/etc/rc.conf has these entries for the network:
defaultrouter="166.38.166.126"
hostname="SIPServer.pig.com"
ifconfig_lnc1="inet 166.38.166.110  netmask 255.255.255.128"
inetd_enabled="YES"



Keith Headley
Worldcom Los Angeles Operations
Technical Training Specialist
310-723-4040



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to