From owner-freebsd-isp Sat Jul 27 09:57:57 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA20661 for isp-outgoing; Sat, 27 Jul 1996 09:57:57 -0700 (PDT) Received: from palin.cc.monash.edu.au (palin.cc.monash.edu.au [130.194.2.87]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA20654 for ; Sat, 27 Jul 1996 09:57:54 -0700 (PDT) Received: (peter@localhost) by palin.cc.monash.edu.au (8.7.3/8.6.4) id CAA13970 for freebsd-isp@FreeBSD.org; Sun, 28 Jul 1996 02:57:53 +1000 Date: Sun, 28 Jul 1996 02:57:53 +1000 From: Peter Hawkins Message-Id: <199607271657.CAA13970@palin.cc.monash.edu.au> To: freebsd-isp@FreeBSD.org Subject: routing problem Sender: owner-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I am attempting to set up my server now. Currently I have a stopgap V34 link out cuaa0 and I have a cyclades so that dialin is via ttyc4 (etc). My cuaa0 is 203.27.85.9 I am trying to talk to ttyc4 now... it's 203.27.222.10 (which I can ping) and the other end (a Win95 box) is 203.27.222.11 (also pingable). the cuaa0 pppd interface works fine. The other is currently: /usr/sbin/pppd -detach 203.27.222.10:203.27.222.11 with /etc/ppp/options: modem crtscts Currently (until I have it going) I am eliminating speed as a problem and running at 38400. Clearly I need to forward from 85.9 <-> 222.10 and I thought routed would just do this for me. Clearly routed is setting up the gateway to 222.11 as I can ping it however my customer can't ping 85.9. Yes I know it's probably a dumb question, but if you can help me I would appreciate it. Peter