From owner-freebsd-questions Mon Mar 6 22:37:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.tn.home.com (ha1.rdc1.tn.home.com [24.2.7.66]) by hub.freebsd.org (Postfix) with ESMTP id 69B2837BF34 for ; Mon, 6 Mar 2000 22:37:26 -0800 (PST) (envelope-from williamsl@home.com) Received: from RELIABLE ([24.4.115.31]) by mail.rdc1.tn.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <20000307063720.DIBR21717.mail.rdc1.tn.home.com@RELIABLE>; Mon, 6 Mar 2000 22:37:20 -0800 Date: Tue, 7 Mar 2000 01:37:19 -0500 From: Ben Williams X-Mailer: The Bat! (v1.39) Personal Organization: Williams Enterprises X-Priority: 3 (Normal) Message-ID: <1567.000307@home.com> To: "Phastnet" Cc: Subject: Re[4]: dialpad.com In-reply-To: <005f01bf87f7$376faa00$02ac14ac@mia.bellsouth.net> References: <005f01bf87f7$376faa00$02ac14ac@mia.bellsouth.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oops! I've been wrong before but I don't intentionally spread mis-information. Sorry! Quoting Phastnet Tuesday, March 07, 2000 >> Quoting Trevor Johnson Monday, March 06, P> 2000 >> >> I believe they use some form of the H.323 Protocol (the same one >> >> that M$ NetMeeting uses) and a "regular" nat-box wont be able to >> >> handle it. I did some research on it a while back and found an >> >> Open-H.323 website ( http://www.openh323.org/ ) but I haven't had time >> >> to pursue it. P> Nope, I don't think dialpad.com uses the H.323 protocol. I may be wrong, but P> I know I'm using dialpad.com without a H.323 proxy. >> TJ> There's a port of that (net/openh323). >> TJ> __ >> TJ> Trevor Johnson >> >> Thanks. Too bad my 'router' doesn't have enough HD to contain the >> ports collection. I'll grab the port from distfiles when I have time >> (some time during the next year or so) and have a go at it. P> Not a problem, the only thing you have to do to make dialpad work is to P> redirect a few ports to one of your local machines, and it works fine on P> that 1 machine. Here's the ports to redirect: P> 51210 tcp P> 51200 udp P> 51201 udp P> Since it's easy for me to find, here's the commands I was using when I P> had ipfw/natd setup: P> redirect_port tcp 172.20.172.3:51210 51210 P> redirect_port udp 172.20.172.3:51200 51200 P> redirect_port udp 172.20.172.3:51201 51201 P> this was in my /etc/natd.conf file. Of course, replace the 172.20.172.3 with P> whatever the IP# is for the machine you want dialpad to work on. P> I just switched to a ipf/ipnat setup, so I have those commands handy too, P> here P> they are from my /etc/ipnat.conf: P> rdr xl0 208.0.0.0/8 port 51210 -> 172.20.172.3 port 51210 tcp P> rdr xl0 208.0.0.0/8 port 51200 -> 172.20.172.3 port 51200 udp P> rdr xl0 208.0.0.0/8 port 51201 -> 172.20.172.3 port 51201 udp P> I am using 208.0.0.0/8 to make sure it works with my dynamic IP# P> Hope this is what you needed! P> Shawn M. P> phastnet.com --Ben Williams mailto:received@email dot com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message