Date: Sun, 10 May 1998 22:15:31 -0600 (MDT) From: Stephane Raimbault <segr@segr.ml.org> To: Doug White <dwhite@resnet.uoregon.edu> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Unable to telnet to BSD from LAN Message-ID: <Pine.BSF.3.96.980510220815.197A-100000@segr.ml.org> In-Reply-To: <Pine.BSF.3.96.980510203019.2508F-100000@gdi.uoregon.edu>
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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980510220815.197A-100000>