Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 1996 18:05:14 -0500 (CDT)
From:      "Jay E. Erickson" <erickson@gf-net.af.mil>
To:        freebsd-questions@freefall.freebsd.org
Cc:        Jay@nserver.gf-net.af.mil
Subject:   TCP/IP config help?
Message-ID:  <Pine.LNX.3.91.960826180053.1544A-100000@server.gf-net.af.mil>

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

I received my FreeBSD 2.1.5 CD set and had little problem loading it.
But I can't seem to get it to talk to the network. 
The box was running Linux so I don't think it's a hardware problem.
I can't make any kind of TCP connections with the box, but when I 
do a >netstat -r it manages to lookup the names of the router and my 
other Linux box. 

I've included excerpts of what I think are the important files.

system boot messages

lp0: TCP/IP capable interface
.
1 3C5x9 board(s) found on ISA found at -x0300
ep0: at 0x300-0x30f irq 10 on isa
ep0: aui/utp[*UTP*] address 00:20:af:dc:1f:07
.
ep0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	inet 132.10.1.16 netmask 0xffffff00 broadcast 132.10.1.255
	ether 00:20:af:dc:1f:07
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> 	mtu 16384
	inet 127.0.0.1 netmask 0xff000000
add net default: gateway 132.10.1.1


>netstat -r
Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use     Netif Expire
default            b242-c7000-01      UGSc        0        0       ep0
localhost          localhost          UH          0        4       lo0
b242/24            link#2             UC          0        0 
b242-c7000-01      link#2             UHLW        1        0 
ns2                0:20:af:dc:1f:7    UHLW        1       10       lo0
server             0:20:af:dc:34:d5   UHLW        0       25       ep0    966

>netstat -nr
Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use     Netif Expire
default            132.10.1.1         UGSc        0        0       ep0
127.0.0.1          127.0.0.1          UH          0        4       lo0
132.10.1/24        link#2             UC          0        0 
132.10.1.1         link#2             UHLW        1        0 
132.10.1.16        0:20:af:dc:1f:7    UHLW        1       10       lo0
132.10.1.17        0:20:af:dc:34:d5   UHLW        0       26       ep0    941

<sysconfig>

hostname="ns2.gf-net.af.mil"
 
network_interfaces="ep0 lo0"
ifconfig_ep0="inet 132.10.1.16  netmask 255.255.255.0"
ifconfig_lo0="inet localhost"

static_routes=""

defaultrouter="132.10.1.1"

routerflags=-q

<networks>

#	@(#)networks	5.1 (Berkeley) 6/30/90
local		127				# your comment
gfafb		131.10
gfafb-netmask	255.255.255			# subnet mask for your-net
# Your subnets
b242		132.10.1	home



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.91.960826180053.1544A-100000>