From owner-freebsd-questions Mon Jun 2 10:34:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA00912 for questions-outgoing; Mon, 2 Jun 1997 10:34:44 -0700 (PDT) Received: from Zeus.MPIS.Net (thomasm@Zeus.MPIS.Net [209.49.116.15]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA00907 for ; Mon, 2 Jun 1997 10:34:40 -0700 (PDT) Received: from localhost (thomasm@localhost) by Zeus.MPIS.Net (8.8.5/8.8.5) with SMTP id NAA17641; Mon, 2 Jun 1997 13:33:05 -0400 (EDT) Date: Mon, 2 Jun 1997 13:33:05 -0400 (EDT) From: Thomas Mullaney To: Richard Windmann cc: Nathan Schuler , bsdi-users@bsdi.com, freebsd-questions@FreeBSD.ORG Subject: Re: telnet In-Reply-To: <3390D9A0.3522@mail.telegroup.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk There is nothing wrong with having ANY IP address for a gateway (except .0 & .255) Make sure you have a default entry in your routing table. Use netstat -r, and look for something like: default Atlas UGS 0 207 ef0 If you dont see and entry use the following 'route add default xxx.xxx.xxx.10' And that should solve the problem. Also just for S&G make sure there is an entry for the loopback interface (127.0.0.1) Also, are you using this machine for outgoing PPP dialup to the Internet? If so, check that ipforwarding is enabled via 'sysctl net.inet.ip.forwarding' It should return 1 for forwarding, 0 for no forwarding, if it is 0 and this box is your gatekey use the 'sysctl net.inet.ip.forwarding=1' to enable it! Question? Call or Write Me! It's better to ask someone ALL the important questions, and understand what they want, instead of flaming them. So of the people that responded should remember this! --Thomas Mullaney --President/CEO - GateKey Solutions, Incorporated ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~ The contents of this message express only the sender's opinion. This message does not necessarily reflect the policy or views of my employer, GateKey Solutions, Incorporated All responsibility for the statements made in this message resides solely and completely with the sender. ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~ On Sun, 1 Jun 1997, Richard Windmann wrote: > Nathan Schuler wrote: > > > > When I try to telnet to anywhere outside of our domain I get: > > > > telnet: Unable to connect to remote host: No route to host > > > > Any ideas? > > > > Nathan Schuler > > UNIX Netwoking Solutions / Systems Administrator > > Sana Systems Inc. > > Clinton, IA 52732 > > (319) 242-5770 > > In your particular case, the gateway is .10, not .1 - why I don't know - > who set up that net anyway? Check all your configs under /etc - that > is, after you check to see if the net is up at all? >