Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 1998 16:52:19 -0700
From:      "James Johnson" <jjohnson@spry.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   PPP Redirect Question
Message-ID:  <010d01bde684$0a2d3b90$0101a8c0@flashpoint>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?010d01bde684$0a2d3b90$0101a8c0>