Date: Mon, 11 May 1998 02:41:17 -0400 (EDT) From: Dima Dorfman <dima@nwalme.pair.com> To: segr@segr.ml.org (Stephane Raimbault) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Unable to telnet to BSD from LAN Message-ID: <199805110641.CAA13991@nwalme.pair.com> In-Reply-To: <Pine.BSF.3.96.980510220815.197A-100000@segr.ml.org> from Stephane Raimbault at "May 10, 98 10:15:31 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> 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. > > ----------- > Stephane R. > segr@segr.ml.org > > 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 > -- Dima Dorfman (dima@zwb.net) "640k ought to be enough for anybody." - Bill Gates, 1981 Micro$oft Sucks! FreeBSD Rules! http://www.freebsd.org/ Finger dima@zwb.net for more information. 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?199805110641.CAA13991>