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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to