Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 1998 11:13:55 -0600 (MDT)
From:      Stephane Raimbault <segr@segr.ml.org>
To:        Dima Dorfman <dima@nwalme.pair.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Unable to telnet to BSD from LAN
Message-ID:  <Pine.BSF.3.96.980511111110.249B-100000@segr.ml.org>
In-Reply-To: <199805110641.CAA13991@nwalme.pair.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is nuts... I have this in my kernel

options		IPFIREWALL_VERBOSE
options		IPDIVERT


Why is it giving me that line...

-----------
Stephane R.
segr@segr.ml.org

On Mon, 11 May 1998, Dima Dorfman wrote:

> > Well, I have gotten some great suggestions so far, however, I still
> > can't get it to work :-(.  But I am seeing this message and I believe
> > this is causing me some problems.  Here is what I get as a last line of
> > the Kernel at boot up (The Bold stuff on bootup):
> > 
> > IP packet filtering initialized, divert disabled, logging disabled
> 
> This means that the kernel has built in firewall support.  It may be a bad
> thing if you're unaware of it, because it may disable all IP services on a
> port/interface/... basis.  If I were you, I'd enable logging though
> 
> > 
> > For those who are not sure what I am trying to do here is the situation
> > once again.   <|Client - Win95|> -- <|Server - FBSD|> -- <|Net -
> > CableModem|>
> > 
> > I want my workstations to access the internet via FBSD.  I only have one
> > IP from my ISP.  This message is part of a greater problem at an attempt
> > to find a resolution for my problems, the greater problem is doing the
> > scenario above.
> > 
> > Another note is that I cannot telnet/ftp/etc into the FBSD box from the
> > LAN(ed1), but I can from the machine itself(lo0) and from the NET(ed0).
> > 
> > Thank you for all your time. 
> > 
> > On Sun, 10 May 1998, Doug White wrote:
> > 
> > > On Sun, 10 May 1998, Stephane Raimbault wrote:
> > > 
> > > > How exactly must I add this to my rc.conf is the following entry valid:
> > > > 
> > > > static_routes="route add -net 192.168.0.0 -interface 192.168.0.1
> > > 
> > > Not quite.  It should look like this:
> > > 
> > > static_routes="ed1net"
> > > route_ed1net="-net 192.168.0.0 -interface 192.168.0.1"
> > > 
> > > The `route add' is assumed.
> > > 


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.980511111110.249B-100000>