Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2002 17:17:15 -0800
From:      Randy Bush <randy@psg.com>
To:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   hot-syncing a palm through natd to vmware
Message-ID:  <E16pfaN-000Dcc-00@rip.psg.com>

next in thread | raw e-mail | index | archive | help
if you thought i was getting kinky yesterday, just read on.

palm pilot with 802.11 at address pda-ip-addr

freebsd host with 802.11 at address freebsd.public.addr

the freebsd host is running vmware, natd, ...  /etc/natd.conf
says

    dynamic yes
    unregistered_only yes
    interface wi0
    redirect_port tcp 198.168.254.2:137-139 137-139
    redirect_port udp 198.168.254.2:137-139 137-139
    redirect_port udp 198.168.254.2:14237-14239 14237-14239

under the vmware is a win98 client at address 198.168.254.2

i can hot sync the pda to the win98 when it is stand-alone booted to
windoze. 

i am trying to hot-sync the pda to the win98 through the nat.

this is a
    tcpdump -i wi0 src pda-ip-addr or dst pda-ip-addr
of the failed session, with tcpdump running on the freebsd host.

16:56:32.398388 pda-ip-addr.14123 > freebsd.public.addr.14237:  udp 25
16:56:32.398717 pda-ip-addr.14123 > 198.168.254.2.14237:  udp 25
16:56:32.400144 pda-ip-addr.14123 > freebsd.public.addr.14237:  udp 25
16:56:32.400353 pda-ip-addr.14123 > 198.168.254.2.14237:  udp 25
16:56:32.500790 pda-ip-addr.14123 > freebsd.public.addr.14237:  udp 25
16:56:32.501067 pda-ip-addr.14123 > 198.168.254.2.14237:  udp 25
16:56:32.501556 pda-ip-addr.14123 > freebsd.public.addr.14237:  udp 25
16:56:32.501775 pda-ip-addr.14123 > 198.168.254.2.14237:  udp 25
16:56:32.503097 pda-ip-addr.14123 > freebsd.public.addr.14237:  udp 25
16:56:32.503326 pda-ip-addr.14123 > 198.168.254.2.14237:  udp 25
16:56:32.504054 pda-ip-addr.14123 > freebsd.public.addr.14237:  udp 25
16:56:32.504295 pda-ip-addr.14123 > 198.168.254.2.14237:  udp 25
16:56:37.518445 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:37.520659 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:39.464101 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:39.466304 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:41.512121 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:41.514344 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:43.457756 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:43.459967 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:45.505799 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:45.508012 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:47.451430 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:47.453642 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:49.499469 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:49.501678 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:51.445112 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:51.447316 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:53.493146 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:56:53.495362 arp who-has public.net.broadcast.addr tell pda-ip-addr
16:57:00.558899 pda-ip-addr.23660 > freebsd.public.addr.14238: S 3206817404:3206817404(0) win 2680 <mss 536>
16:57:00.559189 freebsd.public.addr.14238 > pda-ip-addr.23660: R 0:0(0) ack 3206817405 win 0
16:57:00.562663 pda-ip-addr.23660 > freebsd.public.addr.14238: S 3206817404:3206817404(0) win 2680 <mss 536>
16:57:00.562854 freebsd.public.addr.14238 > pda-ip-addr.23660: R 0:0(0) ack 1 win 0
16:57:00.663364 freebsd.public.addr.14238 > pda-ip-addr.23660: R 0:0(0) ack 1 win 0
16:57:01.382149 freebsd.public.addr.14238 > pda-ip-addr.23660: R 0:0(0) ack 1 win 0

*any* clues appreciated

randy

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16pfaN-000Dcc-00>