Re: NATD Question

2010-08-27 Thread Nikos Vassiliadis
On 8/27/2010 9:14 PM, Michael J. Kearney wrote: Will natd forward rtmp:// ??? I am sure libalias and natd know nothing about rtmp. freebsd# cat /etc/natd.conf use_sockets redirect_port tcp 192.168.0.3:3389 10.1.10.172:3389 redirect_port tcp 192.168.0.2:1935 10.1.10.172:1935 redirect_port tc

Re: natd question

2004-02-05 Thread HOLLOW, CHRISTOPHER
Multihome your FBSD box. Assign your outside nic the external ip, inside nic your local subnet dg. Configure natd. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-natd.html Does FreeBSD still ship with ipnat? Or is natd the only nat'ing service? Chris Markus Kovero wrote:

RE: NATd question

2003-12-08 Thread Marwan Sultan
Hi dear Asher, First: Thank you TOO much for your detailed replay, its really a help! in your configurations you depend that ISP will give the BSD an IP. But in fact, Iam using a DSL MODEM ROUTER, which will call the internet automatically, and will assign (the router) the IP 192.168.

Re: NATd question

2003-12-08 Thread paul beard
On Dec 7, 2003, at 11:15 PM, Matt Edwards wrote: consumer: "I have two computers. I need to make sure they can both get on the internet." (Thinking: "I know my buddy did this with his setup") ISP: "Oh you mean you need a second IP address, right?" (Thinking: "The poor guy doesn't know he can

Re: NATd question

2003-12-08 Thread Matt Edwards
PROTECTED]> Cc: "FreeBSD questions List" <[EMAIL PROTECTED]> Sent: Sunday, December 07, 2003 8:50 PM Subject: Re: NATd question > On Sun, 7 Dec 2003 19:56:14 +0300 > "Marwan Sultan" <[EMAIL PROTECTED]> wrote: > > > Hello Everybody, > > >

Re: NATd question

2003-12-07 Thread Vulpes Velox
On Sun, 7 Dec 2003 19:56:14 +0300 "Marwan Sultan" <[EMAIL PROTECTED]> wrote: > Hello Everybody, > > >Im on FreeBSD 4.8-R fresh installation. >and this is the configuration i will use on my LAN > >Internet ->connected-> DSL Router -> FreeBSD box -> HUB -> LAN > >DSL Router has a

Re: natd question

2003-10-22 Thread Michelle
On Tuesday, October 21, 2003, at 05:31 PM, [EMAIL PROTECTED] wrote: have you tried this reading this? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network- natd.html dont forget to set the gateway IP address of your network clients to the IP address of your FreeBSD nat server. y

RE: natd question

2003-10-21 Thread [EMAIL PROTECTED]
have you tried this reading this? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-natd.html dont forget to set the gateway IP address of your network clients to the IP address of your FreeBSD nat server. hope this helps... -

Re: natd question

2003-10-21 Thread Alhagie Puye
Check this out: http://freebsd.peon.net/tutorials/12/ Cheers, Alhagie --- Michelle <[EMAIL PROTECTED]> wrote: > > On Tuesday, October 21, 2003, at 04:08 PM, Alhagie > Puye wrote: > > > Are you using ipfw or ipfilter? > > ipfw > > > > > > --- Michelle <[EMAIL PROTECTED]> wrote: > >> i am not

Re: natd question

2003-10-21 Thread Michelle
On Tuesday, October 21, 2003, at 04:08 PM, Alhagie Puye wrote: Are you using ipfw or ipfilter? ipfw --- Michelle <[EMAIL PROTECTED]> wrote: i am not aware of a natd.conf file. i edited the rc.conf file to enable natd and specify the interface. the firewall rule i am using for natd is: add dive

Re: natd question

2003-10-21 Thread Alhagie Puye
Are you using ipfw or ipfilter? --- Michelle <[EMAIL PROTECTED]> wrote: > i am not aware of a natd.conf file. i edited the > rc.conf file to > enable natd and specify the interface. the firewall > rule i am using > for natd is: add divert natd all from any to any via > fxp0. > > On Tuesday, O

Re: natd question

2003-10-21 Thread Michelle
i thought one only needed to use route command when routing between 3 or more networks. i have a local LAN and a subnet. however, i tried the command: route add -net 192.x.x.x 64.x.x.x i received the error message: route: writing to routing socket: File exists add net 192.x.x.x: gateway 64.x.x

RE: natd question

2003-10-21 Thread Tyler McGeorge
The next question on my mind would be whether or not you've established routes? `man route` Hope it helps, Tyler McGeorge ...to the rescue... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michelle Sent: Tuesday, October 21, 2003 3:00 PM To: [EMAIL PROTECT