From owner-freebsd-questions Tue Feb 25 8: 3:53 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 737C037B401 for ; Tue, 25 Feb 2003 08:03:51 -0800 (PST) Received: from hotmail.com (oe33.law12.hotmail.com [64.4.18.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16C8D43F75 for ; Tue, 25 Feb 2003 08:03:50 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 08:03:49 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "Bill Moran" Cc: "freebsd" References: <3E5B9189.1060300@potentialtech.com> Subject: Re: isp connection woes Date: Tue, 25 Feb 2003 10:02:01 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 25 Feb 2003 16:03:49.0148 (UTC) FILETIME=[7BBF35C0:01C2DCE7] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Bill Moran" To: "Brian Henning" Cc: "freebsd" Sent: Tuesday, February 25, 2003 9:53 AM Subject: Re: isp connection woes > Brian Henning wrote: > > I have ATTBI for an isp, someone told me that the IP TTL is expiring on the way > > to the server. Their network design supports no more than 16 hops on the way to > > a DHCP server, > > but increasing the (hard-coded) TTL > > (at line 159 in /usr/src/contrib/isc-dhcp/common/packet.c) can help fix the > > problem. > > I would like to manually try to connect to my isp before i try changing the code > > for DHCP. > > I got my network info from my lrp operating system. I would like to switch that > > to bsd. > > can i use traceroute to find out the number of hops i am currently taking to get > > to my isp's dhcp server? > > Don't see why not, assuming: > 1) The DHCP server returns icmp echo requests > 2) You know the IP of the DHCP server > > > manual configuration > > -------------------- > > ifconfig_rl0="inet 66.41.139.87 netmask 255.255.248.0" #66.41.139.87/21 > > ifconfig_rl1="inet 192.168.1.254 netmask 255.255.255.0" > > > > default_router="66.41.136.1 rl0" > > This should be: > defaultrouter="66.41.136.1" > > > default_router="192.168.1.254 rl1" > ^^^^^^^^^^^^^^^^^ > This is wrong. Don't put that in. > > > domain the-matrix.net > > nameserver 63.240.76.19 > > nameserver 204.127.198.19 > > This goes in your /etc/resolv.conf > > > is there anything else i need to manually connect to my isp? > > As long as they allow the use of that IP, no. You should be > good to go. > > -- > Bill Moran > Potential Technologies > http://www.potentialtech.com > Bill, Why do i not need to have two default routes, I have 2 networks? I am sure you are correct, I guess i just don't understand why. is there a way i can find out the ip addr of my dhcp server? does this even work: default_router="192.168.1.254 rl1" Thanks again for the help, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message