From owner-freebsd-questions Wed Jun 17 13:25:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28715 for freebsd-questions-outgoing; Wed, 17 Jun 1998 13:25:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tandem.milestonerdl.com (main.milestonerdl.com [204.107.138.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28695; Wed, 17 Jun 1998 13:25:30 -0700 (PDT) (envelope-from marc@tandem.milestonerdl.com) Received: (from marc@localhost) by tandem.milestonerdl.com (8.8.4/8.8.4) id PAA15386; Wed, 17 Jun 1998 15:48:37 GMT Date: Wed, 17 Jun 1998 15:48:37 +0000 () From: Marc Rassbach To: Brian Somers , list , nat3 , nat4 Subject: FreeBSD 2.2.6, NAT and SKIP Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Im trying to set up a network like this: (IPs changed to protect the guilty) 1) Anyone wanna share the Landmines for the V.35 move? 2) How can I get SKIP on FreeBSD 2.2.6 to "de-skipify" incoming skip traffic from , oh, say 156.46.1.1 on the net going to the no-skip-unix box at 204.107.138.114 AKA 192.168.1.6? 3) Instead of ppp alias doing the NAT/IP Masquerading/aliasing, how can I have natd do the NAT/IP Masquerading/aliasing work for me? modem to net via tun0/ppp. Will be moving to a V.35 interface | in 1-2 months. +-----------------+ | Freebsd 226 | 204.107.138.113/28 +-----------------+ | ed0 interface 192.168.1.254 | +-----------------------------------+ | 192.168.1.6 | 192.168.1.31 | would like it to be | would like it to be | 204.107.138.114 to da net | 204.107.138.115 to da +-----------------+ +---------------------+ net | Unix box that | | NT box that can run | | can not run SKIP| | SKIP | +-----------------+ +---------------------+ What I have gotten working: 1) SKIP and NT. (instructions for how in next post to skip-list ok?) 2) ppp alias function (thus letting the unix/NT box to be seen) What Hasnt worked for me: 1) ifconfig ed0 192.168.2.6 netmask 255.255.255.255 alias then tying to tell natd to do redirect_address 192.168.1.6 192.168.2.6 didnt work. 2) ip-filter/ipnat. Got it compiled, but wouldnt NAT for me. Please respond directly via e-mail, if possible. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message