From owner-freebsd-questions Wed Feb 25 11:47:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28240 for freebsd-questions-outgoing; Wed, 25 Feb 1998 11:47:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from xyplex.com (xap.xyplex.com [140.179.130.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28234 for ; Wed, 25 Feb 1998 11:47:12 -0800 (PST) (envelope-from fmaruca@xyplex.com) Received: from ltnsvex2.xyplex.com (east.xyplex.com [140.179.176.22]) by xyplex.com (8.8.5/8.7.3) with ESMTP id OAA13316 for ; Wed, 25 Feb 1998 14:45:34 -0500 (EST) Received: by east.xyplex.com with Internet Mail Service (5.0.1457.3) id ; Wed, 25 Feb 1998 14:49:34 -0500 Message-ID: From: "Maruca, Fran" To: "'bsd'" Subject: Adding host routes via ppp.linkup Date: Wed, 25 Feb 1998 14:49:33 -0500 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1457.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there a way to add a specific host route in ppp.linkup. I have a label in the .linkup file with myaddr and specify "add 210.210.210.201 255.255.255.255 INTERFACE" as the route I want to add. The netstat shows the route added as 210.210.210.201/32 with flags of UGSc. Attempts to reach the destination results in "Address family not supported by protocol family". If I don't add the route via .linkup and just add it manually after the link is up I have no problems reaching the host. I noticed that the flags are UHS. I'm assuming that I have no problems since it's added as a host route?? Any help is appreciated! Fran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message