Date: Wed, 15 Mar 2000 02:02:11 -0800 From: Joe Park <joepark@uclink4.berkeley.edu> To: Ford Prefect <fordp@guide.chi.il.us> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: dialpad.com --- new question added. Message-ID: <4.2.0.58.20000315015530.00c97c70@uclink4.berkeley.edu> In-Reply-To: <3.0.3.32.20000306081840.0071bad4@pop.interaccess.com> References: <4.2.0.58.20000306005229.00a28f00@uclink4.berkeley.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, First thank you for answering my question. I was putting off trying dialpad until today and I followed your instructions. In order to use configuration file, I added edited my /etc/rc.conf file like this: #################### natd_enable="YES" natd_interface="ed0" natd_flags="-f /etc/natd.conf" #################### And I created /etc/natd.conf file with only following lines in it : redirect_port tcp 192.168.0.2:51210 51210 redirect_port tcp 192.168.0.2:7175 7175 redirect_port udp 192.168.0.2:51200 51200 redirect_port udp 192.168.0.2:51201 51201 I rebooted, and confirmed natd like this : # ps waux | egrep natd root 101 0.0 0.4 444 256 ?? Is 1:47AM 0:00.63 /sbin/natd -f /etc /natd.conf -n ed0 But when I called myself on dialpad.com, I still got same result -- sound from pc to phone works but from phone to pc is not working which is because ip packet can't find my window box in my private network. What am I doing wrong here? Can you help me with this one? Thank you. At 08:18 AM 3/6/00 -0600, you wrote: >Sorry about that, I'm tired... meant to send you some content too. :) > >If all you want to do is forward stuff for a winbox on your private network >can use dialpad there is a linux howto on the dialpad site. You can get the >needed info from that. > >You need to redirect some ports with natd. I think the one's I've listed >below are all of them, but I'm not sure. I just yanked em out of my >natd.conf file. Dialpad works for me with these lines installed > >redirect_port tcp 192.168.0.2:51210 51210 >redirect_port tcp 192.168.0.2:7175 7175 >redirect_port udp 192.168.0.2:51200 51200 >redirect_port udp 192.168.0.2:51201 51201 > >At 12:53 AM 3/6/00 -0800, you wrote: > >Any of you guys tried this with FreeBSD box as a IP forwarding box to > >private network? > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > >*=====================================================* > \ Ford Prefect Ahead of my time. \ > \ fordp@guide.chi.il.us but only by a week. \ > \ homepage.interaccess.com/~fordp \ > \ \ > \ ((In esperanto where available)) \ > *=====================================================* 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?4.2.0.58.20000315015530.00c97c70>