Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 07:31:21 -0800
From:      "Krissada Jindanupajit (FreeBSD-question)" <freebsd@thaicommunity.com>
To:        <questions@FreeBSD.ORG>
Subject:   NATD IPFW and Remote Desktop (WinXP Pro.) not work
Message-ID:  <003901c28bf2$e4c5a5e0$0100a8c0@sun>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003901c28bf2$e4c5a5e0$0100a8c0>