From owner-freebsd-questions Mon May 11 10:15:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA10727 for freebsd-questions-outgoing; Mon, 11 May 1998 10:15:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from segr.ml.org (cs111809-a.cgno1.ab.wave.home.com [24.64.10.238]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA10652 for ; Mon, 11 May 1998 10:14:08 -0700 (PDT) (envelope-from segr@segr.ml.org) Received: from localhost (segr@localhost) by segr.ml.org (8.8.8/8.8.8) with SMTP id LAA00260; Mon, 11 May 1998 11:13:56 -0600 (MDT) (envelope-from segr@segr.ml.org) Date: Mon, 11 May 1998 11:13:55 -0600 (MDT) From: Stephane Raimbault To: Dima Dorfman cc: freebsd-questions@FreeBSD.ORG Subject: Re: Unable to telnet to BSD from LAN In-Reply-To: <199805110641.CAA13991@nwalme.pair.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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