Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 1998 00:24:04 +0000 (GMT)
From:      Stephane Raimbault <segr@segr.ml.org>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Access to FBSD via LAN
Message-ID:  <Pine.BSF.3.96.980519002035.211A-100000@segr.ml.org>

next in thread | raw e-mail | index | archive | help
What is going on!  I have had this problem for the last 2 weeks and I
can't figure it out!  I have included a snip of rc.conf and of the output
of netstat -r.  If something else is needed.

Essentially this is the situation:
There are two(2) network cards in the one FBSD box.  One to the
Internet(ed0) and one to the LAN(ed1).  What I want to atleast do is to
access my FBSD machine from the LAN, I alredy can access it via Internet
but not via LAN.

Here are the snips.

Thank you Stephane R.

--snip: rc.conf--
.
network_interfaces="ed0 ed1 lo0"
ifconfig_ed0="inet 24.64.10.238  netmask 255.255.255.0"
ifconfig_ed1="inet 192.168.0.1 netmask 255.255.255.0"
ifconfig_lo0="inet 127.0.0.1"
.
defaultrouter="24.64.10.1"
static_routes=""
gateway_enable="YES"
router_enable="NO"
router="routed"
router_flags="-q"
mrouted_enable="NO"
mrouted_flags=""
.
--snip: rc.conf--

--snip: netstat -r --> output--
$ netstat -r
Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use     Netif
Expire
default            24.64.10.1         UGSc        4      194       ed0
24.64.10/24        link#1             UC          0        0 
24.64.10.1         8:0:3e:0:14:3c     UHLW        4        0       ed0
1174
localhost          localhost          UH          0        5       lo0
192.168            link#2             UC          0        0 
$ 
--snip: netstat -r --> output--

Thank you for your time.



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?Pine.BSF.3.96.980519002035.211A-100000>