From owner-freebsd-isp@FreeBSD.ORG Mon May 9 19:44:19 2005 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0F3716A4EA for ; Mon, 9 May 2005 19:44:19 +0000 (GMT) Received: from devonshire.cnchost.com (devonshire.concentric.net [207.155.248.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 772B643D39 for ; Mon, 9 May 2005 19:44:19 +0000 (GMT) (envelope-from kgupta@edgefocus.com) Received: from karanlaptop (ws130.advancel.com [207.88.142.131] (may be forged)) by devonshire.cnchost.com id PAA12151; Mon, 9 May 2005 15:44:19 -0400 (EDT) [ConcentricHost SMTP Relay 1.17] Errors-To: Message-ID: <00fd01c554ce$05c50000$442aa8c0@ping.co.la> From: "Karan Gupta" To: Date: Mon, 9 May 2005 12:33:48 -0700 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: RealVNC X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 19:44:19 -0000 Need help..have gone through google/docs but am still confused. Im running, FreeBSD aaa.bbb.com 4.9-RELEASE FreeBSD 4.9-RELEASE #4: = aaa.bbb.com:/usr/src/sys/compile/GENERIC i386 its acting as a router running NAT, IPFW and DHCP INTERNET<------>fBSD<------>x.x.x.x(win2k machine running RealVNC server = on the local network, it has a static IP) a.a.a.a: is the ext_ip_fbsd x.x.x.1: is the int_ip_fsd x.x.x.x: Win2k on the local network running RealVNC server I want to connect to the win2k machine from the internet. i have natd.conf with=20 same_port yes redirect_port tcp x.x.x.x:5800-5900 a.a.a.a:5800-5900 redirect_port udp x.x.x.x:5800-5900 a.a.a.a:5800-5900 ###ipfw with##### ipfw -f flush ##### rl0 is the ext interface ##### /sbin/natd -interface rl0 -s ipfw add 999 divert natd all from any to any via rl0 I can get on the internet just fine, can ssh to the fBSD from the = outside as well. Heres the nmap output, Port State Service 21/tcp open ftp 22/tcp open ssh 25/tcp open smtp 80/tcp open http 443/tcp open https 587/tcp open submission I guess i need to open the ports on the firewall....nothing that i tried = worked. Any suggestions?