From owner-freebsd-questions Fri Nov 21 12:47:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA10279 for questions-outgoing; Fri, 21 Nov 1997 12:47:18 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from goose (goose.capitalland.com [208.128.13.109]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA10274 for ; Fri, 21 Nov 1997 12:47:15 -0800 (PST) (envelope-from Alex_Weeks@capitalland.com) Received: from cutthroat ([206.30.140.66]) by goose (8.8.5/8.8.5) with SMTP id OAA09426 for ; Fri, 21 Nov 1997 14:55:35 -0600 (CST) Received: by cutthroat with Microsoft Mail id <01BCF68B.EECAB3C0@cutthroat>; Fri, 21 Nov 1997 14:44:12 -0600 Message-ID: <01BCF68B.EECAB3C0@cutthroat> From: Alex Weeks To: "'freeBSD-questions@freebsd.org'" Subject: RE: local network on ethernet won't route Date: Fri, 21 Nov 1997 14:44:11 -0600 Encoding: 27 TEXT Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk If I understand correctly you are trying to ping virtual addresses. I've encountered the same problem. I could get http, ftp, and telnet through the virtual address, but no ping or traceroute. I fixed the problem by setting up static routes from my virtual address to the address of the physical card. In other words, in rc.config "route_myvirtual1 10.110 10.1". Alex Weeks -----Original Message----- From: Malcolm Newton [SMTP:mnewton@mbm.on.ca] Sent: Friday, November 21, 1997 1:39 PM To: freebsdquest Subject: local network on ethernet won't route I have a clas c address space connected via bsd box and isdn. BSD box has virtual circuits and all works fine. Connection point is 10.1, virtuals are 10.11,10.12 etc i have an ethernet card that i have set to 10.110. and an NT server at 10.2 and a SCO server at 10.3. I have static routed 10.2 to 10.110 and 10.3 to 10.110 netmask on 10.1 is /32 and on 10.110 is /32 default gateway is 10.1. The local connections do not work i.e no ping, no traceroute. If i switch to 11.110 as ed1 then i can get local network to work. but then i can get to local servers from the internet. Any ideas ?????