On Thu, 24 Oct 2002, Alan McKay wrote: > > > If indeed your internal machine is excepting connections on port > > 8080 (can be tested from the firewall box using telnet) then this > > Cannot telnet to 8080 so it must be nat, but my natd.conf looks good to > me. dunno what's up. nat itself is working otherwise I wouldn't be > talking to you right now. You say my natd.conf looked fine.
You mean you can't: # telnet $PRIVATE_IP 8080 From your BSD machine? That leaves only 2 possible problems: 1) The program isn't listening on port 8080 tcp on your $PRIVATE_IP (Use netstat -an on that machine to verify) 2) The firewall is blocking the packets. I still haven't seen the output of ipfw -a l yet so I can't be sure. Packets don't always act the way you think they do when nat is in the picture. Nick Rogness <[EMAIL PROTECTED]> - "Wouldn't it be great if we could answer people with a kick to the crotch?" [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message