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

NATD Question

2010-08-27 Thread Michael J. Kearney
Will natd forward 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 tcp 192.168.0.2:8790 10.1.10.172:8790 redirect_port tcp 192.168.0.2:6000-6100 10.1.10.172:6000-6100 interfac

natd question

2004-04-12 Thread Peter Kok
Hi all I binded two pubic ipaddresses in the freebsd and use the freebsd as nat and dhcp servers i want to have 172.16.0.0/12 to nat one public ip - 24.18.0.1 and 192.168.0.0/24 to nat another public ip 24.18.0.5 24.18.0.1 eth0 |freebsd | eth1 --

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:

natd question

2004-02-05 Thread Markus Kovero
How to config natd to nat certain private subnets to another external ips? Markus Kovero ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: NATd question

2003-12-08 Thread Marwan Sultan
lients if you'd like, make sure you bind it to your LAN Nic of your > FreeBDS box though. > > If you have Static Ips just substitute those instead of using DHCP > for your wan nic. > > Hope this helps, this is just the way I do it. > > Let me know if you have oth

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

NATd question

2003-12-07 Thread Marwan Sultan
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 an IP 192.168.0.1 and the real IP too. FreeBSD box has 2 NIC's My question is: Where a

Re: natd question

2003-10-22 Thread Michelle
\ \Y/|___ \__ /__|\___|_ /|___ \ \/ \/ \/ - -Original Message- From: Michelle [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 6:00 AM To: [EMAIL PROTECTED] Subject: natd question i am running freebsd 4.6.2. i have 2 nic cards on the machine, one which is th

RE: natd question

2003-10-21 Thread [EMAIL PROTECTED]
: Michelle [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 6:00 AM To: [EMAIL PROTECTED] Subject: natd question i am running freebsd 4.6.2. i have 2 nic cards on the machine, one which is the external interface and connects to a router which connects to dsl. the other is internal

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
EMAIL PROTECTED] Behalf Of Michelle Sent: Tuesday, October 21, 2003 3:00 PM To: [EMAIL PROTECTED] Subject: natd question i am running freebsd 4.6.2. i have 2 nic cards on the machine, one which is the external interface and connects to a router which connects to dsl. the other is internal interface fo

RE: natd question

2003-10-21 Thread Tyler McGeorge
EMAIL PROTECTED] Subject: natd question i am running freebsd 4.6.2. i have 2 nic cards on the machine, one which is the external interface and connects to a router which connects to dsl. the other is internal interface for our subnet. i have enabled natd on the machine, but still cannot get packet

natd question

2003-10-21 Thread Michelle
i am running freebsd 4.6.2. i have 2 nic cards on the machine, one which is the external interface and connects to a router which connects to dsl. the other is internal interface for our subnet. i have enabled natd on the machine, but still cannot get packets out when on the subnet. i can s