From owner-freebsd-questions Thu Nov 14 7:31:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEF5C37B404 for ; Thu, 14 Nov 2002 07:31:34 -0800 (PST) Received: from citizen.in.th (thaicommunity.inet.co.th [203.150.2.224]) by mx1.FreeBSD.org (Postfix) with SMTP id D6C8043E42 for ; Thu, 14 Nov 2002 07:31:29 -0800 (PST) (envelope-from krissada@mailthai.com) Received: (qmail 38238 invoked from network); 14 Nov 2002 15:24:09 -0000 Received: from unknown (HELO krissada@mailthai.com@verify.mailthai.com) (63.203.206.204) by thaicommunity.inet.co.th with SMTP; 14 Nov 2002 15:24:09 -0000 From: "Krissada Jindanupajit (FreeBSD-question)" To: Subject: NATD IPFW and Remote Desktop (WinXP Pro.) not work Date: Thu, 14 Nov 2002 07:31:21 -0800 Message-ID: <003901c28bf2$e4c5a5e0$0100a8c0@sun> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I try to allow the connection to a pc in my lan but I could I would like to connect "Remote Desktop port 3389" from internet to machine "B" but I could. These are my machines: A FreeBSD: (rl0 A-NIC) to (DSL Modem) no-ip -gateway (ed0 A-NIC) to (HUB-1) 192.168.0.11 (wi0 A-NIC 802.11b Access Point) 192.168.0.22 NAT IPFW APACHE SQUID SOCKS5 B WinXP Pro: (B-NIC) to (HUB-1) 192.168.0.1 C WinXP Home: (C-NIC) to (HUB-1) 192.168.0.101 D FreeBSD: (xl0 D-NIC) to (HUB-2) (down) (wi0 D-NIC 802.11b Client) to (wi0 A-NIC 802.11b Access Point) NAT IPFW SQUID SOCKS5 E WinXP Pro. (E-NIC) to (HUB-2) F WinXP Pro. (F-NIC) to (HUB-2) G WinXP Pro. (G-NIC 802.11b Client) to (wi0 A-NIC 802.11b Access Point) On "A FreeBSD": [uname -a] FreeBSD sun 4.6-RELEASE FreeBSD 4.6-RELEASE #1: \ Sun Nov 10 16:00:11 GMT 2002 \ root@sun:/usr/src/sys/compile/ROUTER i386 [rc.conf] ifconfig_ed0="inet 192.168.0.11 netmask 255.255.255.0" ifconfig_wi0="inet 192.168.0.22 netmask 255.255.255.255" ifconfig_rl0=up defaultrouter="192.168.0.1" hostname="sun" sendmail_enable="NO" inetd_enable="NO" gateway_enable="YES" firewall_enable="YES" firewall_type="OPEN" natd_enable="YES" natd_interface="rl0" natd_flags="-redirect_port udp 192.168.0.1:3389 3389" ppp_enable=YES ppp_mode=ddial ppp_nat=YES What do I miss? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message