From owner-freebsd-questions Tue Sep 22 16:53:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02414 for freebsd-questions-outgoing; Tue, 22 Sep 1998 16:53:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from obsolete.sprynet.com (2Cust119.tnt1.krk1.da.uu.net [153.37.0.119]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02396 for ; Tue, 22 Sep 1998 16:53:43 -0700 (PDT) (envelope-from jjohnson@spry.com) Received: from flashpoint (flashpoint [192.168.1.1]) by obsolete.sprynet.com (8.8.8/8.8.8) with SMTP id TAA02153 for ; Mon, 21 Sep 1998 19:03:29 GMT (envelope-from jjohnson@spry.com) Message-ID: <010d01bde684$0a2d3b90$0101a8c0@flashpoint> From: "James Johnson" To: Subject: PPP Redirect Question Date: Tue, 22 Sep 1998 16:52:19 -0700 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 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Well I've gone ahead and reinstalled freebsd 2.2.6. I figure a clean install would help me debug my problem I've got an NT box on my lan at 192.168.1.1 running IIS 4.0 which I want available to the Outside. The FreeBSD box is at 192.168.1.2 on the lan and it server as a gateway. It establishes via modem a ppp connection which gives me a Dynamic IP. To do the redirect I am attempting using the -alias switch and commands with PPP however it isnt working. I can telnet to and from, ping etc all boxes on my lan just fine. My ppp.conf file is setup like this ---- default: alias port tcp 192.168.1.1:http http alias port udp 192.168.1.1:http http set device /dev/cuaa1 set speed 57600 deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" isp: set phone 1234567 set login set authname yaddayadda set authkey woop set ifaddr 192.168.1.1/0 192.168.1.2/0 255.255.255.0 0.0.0.0 delete ALL add 0 0 HISADDR I invoke ppp with the following command ppp -alias -ddial isp What else could I check to fix this problem? oh yeah, of note, I can telnet to my box using the IP my isp assigns me, just port 80 doesnt redirect to the box on the lan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message